From fd629489de41aec04b1936624a756f1cec14b336 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 28 Feb 2021 10:32:50 +0000 Subject: [PATCH] . --- longs/models.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/longs/models.py b/longs/models.py index cf6fdcaf..fedb265f 100644 --- a/longs/models.py +++ b/longs/models.py @@ -460,6 +460,10 @@ class Exam(ExamBase): for q in questions: exam_order.append(q.id) + exam_questions[q.id] = n + + continue + # Loop through longimage associations images = [] image_titles = [] @@ -496,7 +500,7 @@ class Exam(ExamBase): "exam_mode": True, "exam_order": exam_order, "questions": exam_questions, - #"question_requests": True, + "question_requests": True, }