This commit is contained in:
Ross
2021-09-08 16:03:57 +01:00
parent 50b27d3585
commit 3b80aff2ac
+2 -2
View File
@@ -53,9 +53,9 @@
<tr>
<td><a href="{% url 'rapids:mark' pk=exam.pk sk=forloop.counter0 %}">Question {{forloop.counter}}</a>
{% if question.normal %}
[Normal]
[N]
{% else %}
[Abnormal]
[A]
{% endif %}
</td>
{% for ans, score in by_question|get_item:question %}