From 8136840ea51e5a96d69b2b5841d6f8ed9e92fb8a Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 12 Mar 2021 11:07:49 +0000 Subject: [PATCH] . --- longs/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }