diff --git a/question/type/multianswer/questiontype.php b/question/type/multianswer/questiontype.php index 7c9da871d1e..ad2fedba810 100644 --- a/question/type/multianswer/questiontype.php +++ b/question/type/multianswer/questiontype.php @@ -480,8 +480,9 @@ class embedded_cloze_qtype extends default_questiontype { } // Print the answer text - $a->text = '' . $ordernumber . '. ' . - format_text($mcanswer->answer, FORMAT_MOODLE, $formatoptions, $cmoptions->course); + // Remove automatic numbering + // $a->text = $ordernumber' . $ordernumber . '.'. + $a->text =format_text($mcanswer->answer, FORMAT_MOODLE, $formatoptions, $cmoptions->course); // Print feedback if feedback is on if (($options->feedback || $options->correct_responses) && ($checked )) { //|| $options->readonly