This commit is contained in:
Ross
2021-09-08 12:50:24 +01:00
parent 45ee6e13be
commit cc5e4c93cb
+2
View File
@@ -12,6 +12,7 @@ Answers will be automatically marked.<br/>
<p>The following answers have been submitted for this question</p> <p>The following answers have been submitted for this question</p>
{% if incorrect_answers %}
<div class="marking-list"> <div class="marking-list">
<ul id="new-answer-list" class="answer-list rapid"> <ul id="new-answer-list" class="answer-list rapid">
{% for answer in incorrect_answers %} {% for answer in incorrect_answers %}
@@ -21,6 +22,7 @@ Answers will be automatically marked.<br/>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>
{% endif %}
{% else %} {% else %}
<h3>This question is abnormal</h3> <h3>This question is abnormal</h3>
Answers marked as normal will be automatically marked.<br /> Answers marked as normal will be automatically marked.<br />