-
Bug
-
Resolution: Fixed
-
Minor
-
3.3.4, 3.4.1, 3.5
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
MDL-61425-master -
When adding a question from the question bank to a quiz, the list of possible questions to add could do with some styling improvements.
Firstly I'd say we should make the width of the label that the question name is in full width, rather than just the width of the text.
This is the width now:
This means that you can only click on the checkbox itself, or the label area.
I propose we set width: 100% on the label to give:
This would make the whole row clickable to toggle the checkbox.
Ideally we should also increase the row height too, but I think that requires a separate issue.