Comment out suggestion section for incorrect answers in the marking template

This commit is contained in:
Ross
2025-11-11 13:49:10 +00:00
parent 05a2b2357c
commit 1232c3af32
+3 -3
View File
@@ -20,8 +20,8 @@
</div> </div>
</details> </details>
{% endif %} {% endif %}
<details> {% comment %} <details>
<summary>Suggest incorrect answers:</summary> <summary>Suggest incorrect answers:</summary>
{% for word in words_suggest_incorrect %} {% for word in words_suggest_incorrect %}
<span>{{word}}<span class="user-select-none" _="on click if #id_answer_suggest_incorrect == null then <span>{{word}}<span class="user-select-none" _="on click if #id_answer_suggest_incorrect == null then
@@ -43,7 +43,7 @@
<div class="border border-secondary"> <div class="border border-secondary">
{% include "anatomy/question_detail.html#suggest-incorrect-form" %} {% include "anatomy/question_detail.html#suggest-incorrect-form" %}
</div> </div>
</details> </details> {% endcomment %}