.
This commit is contained in:
@@ -25,9 +25,13 @@
|
||||
{% endfor %}
|
||||
{{ question.description }}
|
||||
<br />
|
||||
{{ question.question_type }}: {{ question.GetPrimaryAnswer }}
|
||||
Normal: {{ question.normal }}
|
||||
{% if not question.normal %}
|
||||
<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>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user