This commit is contained in:
Ross
2021-07-31 11:15:45 +01:00
parent f4702148d5
commit ca472d8577
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
<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>
<span>Marking user: {{answer.cid}}</span>
<span>CID(s) to mark: { % for ans in unmarker % }{{ans.cid}},{% endfor %}</span>
<span>Marking CID: {{answer.cid}}</span>
<div>
<details open>
<summary>Mark Scheme</summary>
+1
View File
@@ -695,6 +695,7 @@ def mark_answer(request, pk, sk, tk):
"question": question,
"question_details": question_details,
"next_unmarked_id": next_unmarked_id,
"unmarked": unmarked,
},
)