-
Task
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-42210_master -
There are several input fields that do not have labels explicitly tied to them:
- Numeric | numeric
- Shorter Text field | textfield
- Longer Text field | textarea
- Multiple Choice - single answer allowed (dropdownlist) | multichoice
- Multiple Choice (rated) - single answer allowed (dropdownlist) | multichoicerated
The first three were missing the "label for" tags completely.
The multichoice and multichoicerated were only missing a label when using the dropdownlist format as the other formats appear to have been addressed by MDL-34564.
- links to