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, }