add a ‘cotinue to next quiz/element’-bar

Home Forums Legacy Support Support queries Styling issues add a ‘cotinue to next quiz/element’-bar

Viewing 15 posts - 1 through 15 (of 46 total)
  • Author
    Posts
  • #370598
    MeesterGijs
    Spectator
    Hello, I noticed that some quizzes on a laptop make the yellow bar at the bottom disappear from a students laptopscreen. Is it possible to double the yellow bar? Like you see here on the right? https://imgur.com/a/SaKTTUW Thanks, Gijs
    #370629
    Veronica
    Moderator
    hi we can try that with custom code please share exact URL on which we can test this
    #371103
    MeesterGijs
    Spectator
    This reply has been marked as private.
    #371375
    MeesterGijs
    Spectator
    That url I gave directs to something else.. Weird. Please try here: https://meestergijs.nl/wp-admin/post.php?post=5211&action=edit
    #371403
    Veronica
    Moderator
    hi I think the reply was in the trash just checked the new URL provided by you but see: http://prntscr.com/1tbm0e6 loading continuously.
    #371598
    MeesterGijs
    Spectator
    That's correct. It's something I also addressed, long time ago. Never was able to fix it. But you can still get to the backend. First log in with your WPLMS admin account and then copy paste the url. Also good to know. I deleted this bit of info with this code: #prev_results {display: none;} I think that's why the yellow bar drops down after clicking NAKIJKEN: http://somup.com/crQOQErLFk Thanks.
    #371717
    Veronica
    Moderator
    hi this quiz is an H5P quiz that's why it will not work on a single quiz page you can disable react quiz from LMS settings
    #371836
    MeesterGijs
    Spectator
    I changed the setting. What does it do? And can you now help me add/move the yellow bar to above quiz?
    #371875
    Veronica
    Moderator
    hi yes we can try to shift that with the help of custom CSS but if you provide an exact link because on some quizzes i can't directly access them and on some they are H5P(not opening directly) you can provide a course link in which quiz is added and available for testing
    #372073
    MeesterGijs
    Spectator
    This reply has been marked as private.
    #372220
    MeesterGijs
    Spectator
    And?
    #372305
    Veronica
    Moderator
    thanks for replying here may be your reply was moved in spam checking
    #372307
    Veronica
    Moderator
    please check now
    #372312
    MeesterGijs
    Spectator
    I now have a yellow bar on every page: https://meestergijs.nl/cursusaanbod/, https://meestergijs.nl/winkel/ and even at the homepage https://meestergijs.nl So I deleted the code in WPLMS Google Footer. Sorry About the addition... It's not the same length and it doesn't say NEXT (in Dutch: volgende) when a quiz has been completed. See screenshot: https://imgur.com/a/eYRXA9c We are almost there :) But please help me fix these two issues. If it's working then maybe we can delete the bottom one..
    #372428
    Veronica
    Moderator
    <script>
    jQuery('.unit_content').on('unit_traverse',function(){
    
    jQuery('.unit_title').prepend('<div class="unit_prevnext">'+jQuery('.unit_prevnext').html()+'</div>');
    
    });
    </script>
    try to add this in WPLMS Google Foote
Viewing 15 posts - 1 through 15 (of 46 total)
  • The topic ‘add a ‘cotinue to next quiz/element’-bar’ is closed to new replies.