diff --git a/longs/models.py b/longs/models.py index 826a9f22..ff6c961b 100644 --- a/longs/models.py +++ b/longs/models.py @@ -574,7 +574,7 @@ class Exam(ExamBase): "exam_mode": True, "exam_order": exam_order, "questions": exam_questions, - "question_requests": True, + "question_requests": exam_questions, }