This commit is contained in:
Ross
2021-07-31 11:00:58 +01:00
parent ee12c3799d
commit f4702148d5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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()
+1
View File
@@ -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>