temporary fix to essay print_question... This really should be converted to using templates.

This commit is contained in:
gustav_delius 2006-03-19 10:21:23 +00:00
parent afe7f09506
commit 549880a59d

View 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);