.
This commit is contained in:
@@ -25,9 +25,13 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{{ question.description }}
|
{{ question.description }}
|
||||||
<br />
|
<br />
|
||||||
{{ question.question_type }}: {{ question.GetPrimaryAnswer }}
|
Normal: {{ question.normal }}
|
||||||
|
{% if not question.normal %}
|
||||||
<br />
|
<br />
|
||||||
Modality: {{ question.modality }}, <a href="{% url 'rapids:exam_question_detail' pk=exam.pk sk=forloop.counter0 %}">View</a>, <a href="{% url 'rapids:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
|
{{ question.GetPrimaryAnswer }}
|
||||||
|
{% endif %}
|
||||||
|
<br />
|
||||||
|
Examinatios: {{ question.examination }}, <a href="{% url 'rapids:exam_question_detail' pk=exam.pk sk=forloop.counter0 %}">View</a>, <a href="{% url 'rapids:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ol>
|
</ol>
|
||||||
|
|||||||
Reference in New Issue
Block a user