.
This commit is contained in:
@@ -33,8 +33,10 @@
|
||||
<b>Normal</b>
|
||||
{% endif %}
|
||||
<br />
|
||||
Examination: {{ question.get_examinations }}, <a
|
||||
href="{% url 'rapids:mark' exam_pk=exam.pk sk=forloop.counter0 %}">Mark</a>
|
||||
Examination: {{ question.get_examinations }},
|
||||
{% if exam.exam_mode %}
|
||||
<a href="{% url 'rapids:mark' exam_pk=exam.pk sk=forloop.counter0 %}">Mark</a>
|
||||
{% endif %}
|
||||
<span class="id"><a href="{% url 'rapids:question_detail' pk=question.pk %}">[id: {{question.pk}}]</a></span>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user