Wednesday, December 28, 2011

Moodle Timer Covering Quiz Question

When set to only show one question per page, Moodle's timer was covering up the start of the question - see below:

That pesky timer
Simple fix, based off an old suggestion from 2007 (http://moodle.org/mod/forum/discuss.php?d=45719), but updated to the new moodle 1.9.x code;

in /moode/mod/quiz/jstimer.php
 line 26 change width from 150 to 50
 line 29 change width from 150 to 50
 line 36 change font point size from 14 to 09
 line 51 change value of theTop from 100 to 25
And with that, the quiz now looks like:
Ah, fixed!

No comments:

Post a Comment