Details
Description
the answers in each question have the prefix(qnumchar) displayed twice.
eg:
what is your favourite colour
a. a. yellow
b. b. Green
etc.
line 326:
format_text("$qnumchar. $answer->answer", FORMAT_MOODLE, $formatoptions, $cmoptions->course);
should probably be:
format_text("$answer->answer", FORMAT_MOODLE, $formatoptions, $cmoptions->course);
Dan
Attachments
Issue Links
- has a non-specific relationship to
-
MDL-10515 Change HTML to make it easier to style multiple choice questions
-
- Closed
-