-
Bug
-
Resolution: Fixed
-
Minor
-
2.8.2
-
MOODLE_28_STABLE
-
MOODLE_29_STABLE
-
MDL-48963_m29v5 -
Currently the multiple choice and matching questions are the only question types by default that allow the teacher to add rich html to the possible answers.
see (https://github.com/moodle/moodle/blob/master/mod/lesson/locallib.php#L790)
All other question types default the answer format to "Moodle auto-format" While this makes sense for most question formats, true/false behaves similar to multiple choice and should also support this option.