-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.9.6, 3.10.3
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
MDL-71188-master
-
The changes from MDL-70288 removed the duplicated label for checkboxes by setting the text parameter as the checkbox's description when a non-empty label parameter is set.
However, some checkboxes which have both label and text parameters may need to be reevaluated and better be put in fieldsets.
An example of this is the "Show the number of correct responses once the question has finished" checkbox in edit_question_form.php. "Options" is now its label and "Show the number of correct responses once the question has finished" is now the checkbox's description.
In this case, it is more appropriate for this checkbox to be put inside a fieldset, with "Options" as the fieldset legend, and the "Show the number of correct responses once the question has finished" text as the checkbox's label.
- Discovered while testing
-
MDL-70288 Checkbox and advanced checkbox elements can have duplicate labels
-
- Closed
-