mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
temporary fix to essay print_question... This really should be converted to using templates.
This commit is contained in:
parent
afe7f09506
commit
549880a59d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user