-
Bug
-
Resolution: Fixed
-
Minor
-
4.0.7, 4.1.2
In MDL-76849, the answer options for Multiple-choice or True or False question types were grouped into fieldset tags and the "Select one" / "Select one or more" label has been visually hidden but made available for screen reader users when "Show standard instructions" is not set.
When "Show standard instructions" is not set, the standard instructions don't need to be rendered at all given that question creators can provide their own instructions.
What we have currently:
- Show standard instructions is on
- The answer options group is labelled by a legend tag which contains "Select one" / "Select one or more". This is correct.
- Show standard instructions is off
- The answer options group is labelled by a sr-only legend tag which contains "Select one" / "Select one or more". This is incorrect. The "Select one" / "Select one or more" instructions should not be present at all.
We need to revisit this and fix in a way that it satisfies the requirements when the "Show standards instructions" is turned off while maintaining accessibility.