This commit is contained in:
Ross
2021-09-08 11:37:46 +01:00
parent a3cd5541b0
commit b760125739
3 changed files with 3 additions and 0 deletions
@@ -34,6 +34,7 @@
{{ question.question_type }}: {{ question.get_primary_answer }}
<br />
Modality: {{ question.modality }}, <a href="{% url 'anatomy:question_detail' pk=question.pk %}">View</a>, <a href="{% url 'anatomy:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
[id: {{question.pk}}]
</li>
{% endfor %}
</ol>
+1
View File
@@ -43,6 +43,7 @@
<a href="{% url 'longs:exam_question_detail' exam.id forloop.counter0 %}"
title="View the question">View</a> / <a href="{% url 'longs:long_update' question.id %}"
title="Edit the question">Edit</a>
[id: {{question.pk}}]
</div>
</span>
<span class="flex-col-3">
@@ -55,6 +55,7 @@
Examination: {{ question.get_examinations }}, <a
href="{% url 'rapids:question_detail' pk=question.pk %}">View</a>, <a
href="{% url 'rapids:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
[id: {{question.pk}}]
</span>
</li>
{% endfor %}