.
This commit is contained in:
@@ -46,7 +46,8 @@
|
|||||||
<a href="{% url 'longs:exam_question_detail' exam.id forloop.counter0 %}"
|
<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="View the question">View</a> / <a href="{% url 'longs:long_update' question.id %}"
|
||||||
title="Edit the question">Edit</a>
|
title="Edit the question">Edit</a>
|
||||||
<span class="id">[id: {{question.pk}}]</span>
|
<span class="id"><a href="{% url 'longs:question_detail' question.id %}">[id:
|
||||||
|
{{question.pk}}]</a></span>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
<span class="flex-col-3">
|
<span class="flex-col-3">
|
||||||
|
|||||||
@@ -59,6 +59,7 @@
|
|||||||
|
|
||||||
{% if view_feedback %}
|
{% if view_feedback %}
|
||||||
{% include 'question_notes.html' %}
|
{% include 'question_notes.html' %}
|
||||||
|
{% if not question.normal %}
|
||||||
<details>
|
<details>
|
||||||
<summary>
|
<summary>
|
||||||
Suggested answers
|
Suggested answers
|
||||||
@@ -70,6 +71,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</details>
|
</details>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<details open>
|
<details open>
|
||||||
|
|||||||
Reference in New Issue
Block a user