.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user