begin correct sorting of exams/collection
This commit is contained in:
+1
-1
@@ -667,7 +667,7 @@ class Exam(ExamBase):
|
||||
return len(normal)
|
||||
|
||||
def get_exam_json(self, based=True):
|
||||
questions = self.exam_questions.all()
|
||||
questions = self.get_questions()
|
||||
|
||||
exam_questions = defaultdict(dict)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user