.
This commit is contained in:
@@ -25,16 +25,16 @@
|
||||
|
||||
<h4>Marker scores and reason</h4>
|
||||
<ul>
|
||||
{% for mark_objects in answer.mark %}{% endfor %}
|
||||
{% for mark_objects in answer.mark %}
|
||||
<li>{{answer.marker}}: answer.score<br/>
|
||||
{{answer.mark_reason}}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if not next_unmarked_id and not unmarked %}
|
||||
{% if not next_unmarked_id and not unmarked %}
|
||||
<div class="alert alert-info sticky-alert" role="alert">Success! Marking question complete. <br />Return to <a
|
||||
href="{% url 'longs:mark_question_overview' exam.id question_details.current|add:'-1' %}">question
|
||||
overview</a>, <a href="{% url 'longs:mark_overview' pk=exam.pk %}">marking
|
||||
@@ -48,10 +48,10 @@
|
||||
candidate</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<span>Marking CID: {{answer.cid}} ({{unmarked|length}} answer(s) left to mark)</span>
|
||||
<details closed>
|
||||
<span>Marking CID: {{answer.cid}} ({{unmarked|length}} answer(s) left to mark)</span>
|
||||
<details closed>
|
||||
<summary title="click to view/hide the question details">Question Details</summary>
|
||||
<p class="pre-whitespace"><b>Description:</b> {{ question.description }}</p>
|
||||
|
||||
@@ -72,8 +72,8 @@
|
||||
</span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</details>
|
||||
<div class="marking-block">
|
||||
</details>
|
||||
<div class="marking-block">
|
||||
<details open>
|
||||
<summary title="click to view/hide the mark scheme">Mark Scheme</summary>
|
||||
{{ question.mark_scheme | safe}}
|
||||
@@ -104,8 +104,8 @@
|
||||
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
<div class="marking">
|
||||
</div>
|
||||
<div class="marking">
|
||||
<form method="POST" class="post-form">{% csrf_token %}
|
||||
<input type="hidden" name="form_id" value="mark_form">
|
||||
{{ form.as_p }}
|
||||
@@ -121,12 +121,12 @@
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</form>
|
||||
</div>
|
||||
{% if previous_cid %}
|
||||
</div>
|
||||
{% if previous_cid %}
|
||||
<a href="{% url 'longs:mark_answer' exam_id=exam.pk question_number=question_details.current|add:'-1' cid=previous_cid %}">Previous
|
||||
candidate</a>
|
||||
{% endif %}
|
||||
{% if next_cid %}
|
||||
{% endif %}
|
||||
{% if next_cid %}
|
||||
<a href="{% url 'longs:mark_answer' exam_id=exam.pk question_number=question_details.current|add:'-1' cid=next_cid %}">Next candidate</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user