mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Format quiz feedback
This commit is contained in:
parent
a99008f6e1
commit
a0beda7a7a
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user