begin correct sorting of exams/collection
This commit is contained in:
+1
-1
@@ -411,7 +411,7 @@ class Exam(ExamBase):
|
||||
examcollection = models.ForeignKey(ExamCollection, blank=True, null=True, on_delete=models.SET_NULL, related_name="anatomy_exams")
|
||||
|
||||
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