.
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()
|
||||
|
||||
Reference in New Issue
Block a user