Format quiz feedback

This commit is contained in:
moodler 2004-02-18 03:07:50 +00:00
parent a99008f6e1
commit a0beda7a7a

View File

@ -432,7 +432,7 @@ function quiz_get_attempt_responses($attempt) {
function quiz_print_comment($text) {
global $THEME;
echo "<span class=\"feedbacktext\">".text_to_html($text, true, false)."</span>";
echo "<span class=\"feedbacktext\">".format_text($text, true, false)."</span>";
}
function quiz_print_correctanswer($text) {