.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user