Some small robustness things, and a new style for quiz feedback text

This commit is contained in:
moodler 2003-01-08 09:08:05 +00:00
parent 1079c8a872
commit c897eac5e4
11 changed files with 25 additions and 3 deletions

View file

@ -310,7 +310,7 @@ function quiz_get_attempt_responses($attempt) {
function quiz_print_comment($text) {
global $THEME;
echo "<FONT COLOR=\"$THEME->cellheading2\">".text_to_html($text, true, false)."</FONT>";
echo "<SPAN CLASS=feedbacktext>".text_to_html($text, true, false)."</SPAN>";
}
function quiz_print_correctanswer($text) {