[AMOS commit] MDL-76849 qtype_multianswer: Include question number in answer fields Committed into Git: 2023-02-17 07:31 UTC

[AMOS commit] MDL-76849 qtype_multianswer: Include question number in answer fields Committed into Git: 2023-02-17 07:31 UTC

by AMOS bot -
Number of replies: 0
Author: Jun Pataleta
MDL-76849 qtype_multianswer: Include question number in answer fields
* Add the question number to the answer fields if it's available.
* Improve multiple choice question accessibility:
- Label the multiple choice question groups appropriately by
enclosing them in fieldset tags and applying sr-only legend tags to
label them.
- Apply Bootstrap form-check classes to the radio buttons, so they
are rendered better and become responsive as well. This also helps
avoid the use of the table element for layout purposes when
rendering horizontal multiple choice sub-questions.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=9ba9723826b768af0561a680ff6eca14a01dba8d
http://github.com/moodle/moodle/commit/9ba9723826b768af0561a680ff6eca14a01dba8d

+ 4.0 en [multichoicex,qtype_multianswer]