.
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
@@ -15,9 +17,9 @@
|
|||||||
{{ question.mark_scheme | safe}}
|
{{ question.mark_scheme | safe}}
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
<details open>
|
<details open>
|
||||||
<summary>User answers</summary>
|
<summary>User answers</summary>
|
||||||
<div>
|
<div>
|
||||||
<div class="long-answer">
|
<div class="long-answer">
|
||||||
<span class="answer-heading">User observations:</span>
|
<span class="answer-heading">User observations:</span>
|
||||||
<pre>{{answer.answer_observations}}</pre>
|
<pre>{{answer.answer_observations}}</pre>
|
||||||
@@ -39,14 +41,15 @@
|
|||||||
<pre>{{answer.answer_management}}</pre>
|
<pre>{{answer.answer_management}}</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
<div class="marking">
|
<div class="marking">
|
||||||
<form method="POST" class="post-form">{% csrf_token %}
|
<form method="POST" class="post-form">{% csrf_token %}
|
||||||
{{ 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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user