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