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