When quiz questions are created that use a non-default filter format, they are formatted correctly while a user is taking the quiz, but not at the end of the quiz when the results are displayed.
Witness, quiz.module:1879 --
$q_output = '<div class="quiz_summary_question"><span class="quiz_question_bullet">Q:</span> '. check_markup($question['question']) .'</div>';
Seems like there should be another argument to check_markup() there for the format of the question.
Comments
Comment #1
benwei commentedMy bad, seems I just mis-configured my filters and was too anxious to look for the problem in the code :)
Sorry about that,
Ben