From a5e3d3f0186392f79ecf8aa65c1cee69a591d931 Mon Sep 17 00:00:00 2001 From: Rajneel Totaram Date: Tue, 22 Jul 2025 11:34:35 +1200 Subject: [PATCH] MDL-85295 qtype_ordering: render feedback properly 'answertext' is already passed through format_text(), so no need to escape it in the template. --- question/type/ordering/templates/correct_response.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/ordering/templates/correct_response.mustache b/question/type/ordering/templates/correct_response.mustache index cb89a2ae3e7..0f67d9e5167 100644 --- a/question/type/ordering/templates/correct_response.mustache +++ b/question/type/ordering/templates/correct_response.mustache @@ -48,7 +48,7 @@
    {{#correctanswers}}
  1. - {{answertext}} + {{{answertext}}}
  2. {{/correctanswers}}