From 1232c3af329fee53ec070319c49be919fc270236 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 11 Nov 2025 13:49:10 +0000 Subject: [PATCH] Comment out suggestion section for incorrect answers in the marking template --- anatomy/templates/anatomy/mark.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anatomy/templates/anatomy/mark.html b/anatomy/templates/anatomy/mark.html index fe8a5a4b..420aee82 100644 --- a/anatomy/templates/anatomy/mark.html +++ b/anatomy/templates/anatomy/mark.html @@ -20,8 +20,8 @@ {% endif %} -
- Suggest incorrect answers: + {% comment %}
+ Suggest incorrect answers: {% for word in words_suggest_incorrect %} {{word}} {% include "anatomy/question_detail.html#suggest-incorrect-form" %} -
+
{% endcomment %}