This commit is contained in:
Ross
2021-08-11 19:48:31 +01:00
parent cbb604328e
commit 50d3fdfaef
+5 -2
View File
@@ -4,7 +4,9 @@
<a href="{% url 'longs:exam_question_detail' exam.id question_details.current %}" title="View the Question">View</a> <a href="{% url 'longs:exam_question_detail' exam.id question_details.current %}" title="View the Question">View</a>
<a href="{% url 'longs:long_update' question.id %}" title="Edit the Question">Edit</a> <a <a href="{% url 'longs:long_update' question.id %}" title="Edit the Question">Edit</a> <a
href="{% url 'admin:longs_long_change' question.id %}" title="Edit the Question using the admin interface">Admin href="{% url 'admin:longs_long_change' question.id %}" title="Edit the Question using the admin interface">Admin
Edit</a> Edit</a><a
href="{% url 'admin:longs_ciduseranswer_change' answer.id %}" title="Edit the user answer using the admin interface">Admin
Edit (user answer)</a>
<h2>Marking question <a href="{% url 'longs:mark' exam.id question_details.current|add:'-1' %}" <h2>Marking question <a href="{% url 'longs:mark' exam.id question_details.current|add:'-1' %}"
title="View question answers">{{question_details.current}}</a> of {{question_details.total}}</h2> title="View question answers">{{question_details.current}}</a> of {{question_details.total}}</h2>
@@ -46,7 +48,8 @@
{{ form.as_p }} {{ form.as_p }}
<button type="submit" name="save" class="save btn btn-default" title="Save answer">Save</button> <button type="submit" name="save" class="save btn btn-default" title="Save answer">Save</button>
{% if next_unmarked_id %} {% if next_unmarked_id %}
<button type="submit" name="next" class="save btn btn-default" title="Save answer and move to next question">Next answer</button> <button type="submit" name="next" class="save btn btn-default"
title="Save answer and move to next question">Next answer</button>
<!-- <button type="submit" name="skip" class="save btn btn-default">Skip</button> --> <!-- <button type="submit" name="skip" class="save btn btn-default">Skip</button> -->
{% else %} {% else %}
{% if not unmarked %} {% if not unmarked %}