This commit is contained in:
Ross
2022-04-21 15:31:45 +01:00
parent 37b5a030ce
commit 214f6a619f
3 changed files with 22 additions and 0 deletions
+2
View File
@@ -596,6 +596,8 @@ class Exam(ExamBase):
CidUser, blank=True, related_name="rapid_exams"
)
cid_user_groups = models.ManyToManyField("generic.CidUserGroup")
def get_normal_abnormal_breakdown(self):
# Inefficient but more extendible
questions = self.exam_questions.all()