.
This commit is contained in:
@@ -581,6 +581,7 @@ class Exam(ExamBase):
|
||||
if based:
|
||||
|
||||
|
||||
# If it is a new question we need to for a question json refresh
|
||||
if q.json_creation_time is None:
|
||||
q.get_json(q.pk)
|
||||
exam_questions[q.id] = q.json_creation_time.isoformat()
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<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>
|
||||
<div>
|
||||
<details open>
|
||||
<summary>Mark Scheme</summary>
|
||||
|
||||
Reference in New Issue
Block a user