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 - 16 through 30 (of 46 total)
  • Author
    Posts
  • #372472
    MeesterGijs
    Spectator
    Hi, it worked in a way. It now is only visible in the course. But only with elements (where I embed PDF or vimeo video). Not with quizzes. See here: https://imgur.com/a/691ubv7 When it does show it adds a sentence to the old yellow bar at the bottom that I deleted with custom css. See here: https://imgur.com/a/G8275Lr So my question: How can we add the yellow bar to all elements/quizzes of a course? And how can we delete the string of text in the bottom yellow bar? Thanks!
    #372516
    Veronica
    Moderator
    hi yes right this is an issue https://trello.com/c/p5L3Yo6x
    #372530
    MeesterGijs
    Spectator
    I see that you're working on this. Please inform me after finishing.. I'll let you. Also, I get this now. Which i deleted with custom css. I also saw a quizclock/timer, I don't want that as well. I also deleted that with css. I think this is now coming back because of the changes that you're making. Also, the yellow bar would only show the word: VOLGENDE after completing a quiz. Now the word is already there.. Also something that has changed while your working on the site. Just saying... Good luck! Gijs
    #372548
    MeesterGijs
    Spectator
    And the PDFs in the course element SLIDES are no longer loading: https://imgur.com/a/gpVC6OG
    #372557
    MeesterGijs
    Spectator
    For now I deleted the code. It's 7 PM here and I won't be working on my website anymore. If you find solutions to the issues I stated then please add the code and make the much needed changes. Thanks! This code in WPLMS Google Footer: <script> jQuery('.unit_content').on('unit_traverse',function(){ jQuery('.unit_title').prepend('<div class="unit_prevnext">'+jQuery('.unit_prevnext').html()+'</div>'); }); </script>
    #372603
    Veronica
    Moderator
    This reply has been marked as private.
    #372728
    MeesterGijs
    Spectator
    This reply has been marked as private.
    #372750
    Veronica
    Moderator
    This reply has been marked as private.
    #372822
    MeesterGijs
    Spectator
    Correct. That's great. But the code would show me an extra yellow bar above the course elements. But I don't see the yellow bar. How come. Even after disabling React Quizzes in LMS Settings.
    #372896
    Veronica
    Moderator
    check on your production site i think it is working https://imgur.com/a/2LxFIsN
    #372947
    MeesterGijs
    Spectator
    It's not. I guess it's not possible. Check the video: http://somup.com/cr6ble3Tcy One question remains. Can I get the yellow to move up a but so that it sticks to the quizzes, embedded videos/pdfs? Thanks
    #372976
    Veronica
    Moderator
    This reply has been marked as private.
    #373013
    MeesterGijs
    Spectator
    I see. Great, Veronica! I love this way of support. No effect on my website, I see proof, get the code and get to change it myself when I have the time to check for side effects. Great! Is it possible to also have this extra yellow bar on all the quiz pages? Not just the embedded video's en PDFs? And if that's possible, we can delete the bottom one (I think). How can I delete that one? Please tell me and I will do it myself.
    #373091
    Veronica
    Moderator
    try this script
    <script>
    jQuery('.unit_content').on('unit_traverse',function(){
    
    if(jQuery('.quiz_title').length){jQuery('.quiz_title').prepend('<div class="unit_prevnext">'+jQuery('.unit_prevnext').html()+'</div>');
    }else{jQuery('.unit_title').prepend('<div class="unit_prevnext">'+jQuery('.unit_prevnext').html()+'</div>');
    }
    });
    </script>
    #373110
    MeesterGijs
    Spectator
    The code is perfect! Next... How can I delete the bottom yellow bar? Gijs
Viewing 15 posts - 16 through 30 (of 46 total)
  • The topic ‘add a ‘cotinue to next quiz/element’-bar’ is closed to new replies.