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> <tr>
<td><a href="{% url 'rapids:mark' pk=exam.pk sk=forloop.counter0 %}">Question {{forloop.counter}}</a> <td><a href="{% url 'rapids:mark' pk=exam.pk sk=forloop.counter0 %}">Question {{forloop.counter}}</a>
{% if question.normal %} {% if question.normal %}
[Normal] [N]
{% else %} {% else %}
[Abnormal] [A]
{% endif %} {% endif %}
</td> </td>
{% for ans, score in by_question|get_item:question %} {% for ans, score in by_question|get_item:question %}