From 101bb2002d45ceff051f8b20e4431b20bc46cbf6 Mon Sep 17 00:00:00 2001 From: Philipp Imhof <52650214+PhilippImhof@users.noreply.github.com> Date: Sat, 4 Apr 2026 12:01:20 +0200 Subject: [PATCH] run correct answer feedback through MathJax filter --- renderer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer.php b/renderer.php index b3ebaac6..298440bf 100644 --- a/renderer.php +++ b/renderer.php @@ -854,7 +854,7 @@ public function part_correct_response($part) { return html_writer::nonempty_tag( 'div', get_string($string, 'qtype_formulas', $answertext), - ['class' => 'formulaspartcorrectanswer'], + ['class' => 'formulaspartcorrectanswer filter_mathjaxloader_equation'], ); }