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
hi
we can try that with custom code
please share exact URL on which we can test this
This reply has been marked as private.
That url I gave directs to something else.. Weird.
Please try here: https://meestergijs.nl/wp-admin/post.php?post=5211&action=edit
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.
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.
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
I changed the setting. What does it do?
And can you now help me add/move the yellow bar to above quiz?
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
This reply has been marked as private.
thanks for replying here
may be your reply was moved in spam
checking
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..
<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