MDL-14763 remove automatic numbering of multichoice vertical or horizontal display

This commit is contained in:
pichetp
2008-11-12 07:05:21 +00:00
parent 49d62e0d49
commit 6995ba729a
+3 -2
View File
@@ -480,8 +480,9 @@ class embedded_cloze_qtype extends default_questiontype {
}
// Print the answer text
$a->text = '<span class="anun">' . $ordernumber . '<span class="anumsep">.</span></span> ' .
format_text($mcanswer->answer, FORMAT_MOODLE, $formatoptions, $cmoptions->course);
// Remove automatic numbering
// $a->text = $ordernumber<span class="anun">' . $ordernumber . '<span class="anumsep">.</span></span>'.
$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