diff --git a/longs/models.py b/longs/models.py index 4b0c457e..68705735 100644 --- a/longs/models.py +++ b/longs/models.py @@ -605,9 +605,12 @@ class Exam(ExamBase): "exam_mode": True, "exam_order": exam_order, "questions": exam_questions, - "question_requests": exam_questions, + #"question_requests": exam_questions, } + if based: + exam_json["question_requests"] = exam_questions + if self.time_limit: exam_json["exam_time"] = self.time_limit