From f4702148d59d5ac7800e4263edfdceba35ebc226 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 31 Jul 2021 11:00:58 +0100 Subject: [PATCH] . --- longs/models.py | 1 + longs/templates/longs/mark_answer.html | 1 + 2 files changed, 2 insertions(+) diff --git a/longs/models.py b/longs/models.py index a2e3df1d..7f79f69e 100644 --- a/longs/models.py +++ b/longs/models.py @@ -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() diff --git a/longs/templates/longs/mark_answer.html b/longs/templates/longs/mark_answer.html index b2a0482b..e1b537cb 100644 --- a/longs/templates/longs/mark_answer.html +++ b/longs/templates/longs/mark_answer.html @@ -8,6 +8,7 @@

Marking question {{question_details.current}} of {{question_details.total}}

+Marking user: {{answer.cid}}
Mark Scheme