]> git.mjollnir.org Git - moodle.git/commitdiff
temporary fix to essay print_question... This really should be converted to using...
authorgustav_delius <gustav_delius>
Sun, 19 Mar 2006 10:21:23 +0000 (10:21 +0000)
committergustav_delius <gustav_delius>
Sun, 19 Mar 2006 10:21:23 +0000 (10:21 +0000)
question/questiontypes/essay/questiontype.php

index c772ea1c7e0721c69f23a075c70d9b55882bf265..c0777688d75047cecb0078db5c445a6ded0cccde 100644 (file)
@@ -164,7 +164,7 @@ class question_essay_qtype extends quiz_default_questiontype {
         // feedback
         if ($options->feedback) {
             foreach ($answers as $answer) {
-                quiz_print_comment("<p align=\"right\">$answer->feedback</p>");
+                format_text("<p align=\"right\">$answer->feedback</p>");
             }
         }
         $this->print_question_submit_buttons($question, $state, $cmoptions, $options);