Skip to content

Commit 101bb20

Browse files
committed
run correct answer feedback through MathJax filter
1 parent cab1b05 commit 101bb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ public function part_correct_response($part) {
854854
return html_writer::nonempty_tag(
855855
'div',
856856
get_string($string, 'qtype_formulas', $answertext),
857-
['class' => 'formulaspartcorrectanswer'],
857+
['class' => 'formulaspartcorrectanswer filter_mathjaxloader_equation'],
858858
);
859859
}
860860

0 commit comments

Comments
 (0)