-
Improvement
-
Resolution: Fixed
-
Minor
-
2.4, 2.4.5, 2.5.1
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
I suggest indenting longish multi-line texts in the multichoice questions (involving radio buttons or checkboxes).
In mod/quiz/styles.css, add:
#page-mod-quiz-attempt input[type=radio],
|
#page-mod-quiz-attempt input[type=checkbox]
|
{float: left;}
|
#page-mod-quiz-attempt .que.multichoice label
|
{display: block; margin-left: 1.5em;}
|
See result in attached screenshot.
Obviously this small hack needs to be tested against existing themes and browsers to make sure it does not break anything.