gjb2048 / moodle-theme_essential

The Essential Moodle Theme
https://gjb2048.github.io/moodle-theme_essential/
GNU General Public License v3.0
91 stars 120 forks source link

100 question quiz navigation boxes too small. #660

Open gjb2048 opened 8 years ago

gjb2048 commented 8 years ago

From: Keith Revell - https://moodle.org/user/profile.php?id=1787689

I have noticed in one of our long quizzes with over 100 questions that in the Quiz Navigation block the question numbers are being truncated to two digits which makes it difficult to jump to selected questions, Is this defined within the theme design and can it be adjusted?

gjb2048 commented 8 years ago

Ok, by editing the markup on the page I can reproduce. I can also reproduce in the Clean theme. The width is being defined in the '.path-mod-quiz .qnbutton' selector. This is coming from 'mod\quiz\styles.css' thus this is a 'core' issue. Please raise a Moodle tracker.

gjb2048 commented 8 years ago

Truncation is only one digit, not two.

gjb2048 commented 8 years ago

Will only probably fix when core does.

gjb2048 commented 8 years ago

Note: Not an issue in M3.1.

gjb2048 commented 8 years ago

As M3.1 has a new mechanism for this I've decided to leave as is unless funded for a back-port of the new Quiz CSS.