This commit is contained in:
Ross
2022-04-26 21:57:28 +01:00
parent 5f74f2c1cb
commit 2575ed798b
4 changed files with 40 additions and 2 deletions
+1 -1
View File
@@ -596,7 +596,7 @@ class Exam(ExamBase):
CidUser, blank=True, related_name="rapid_exams"
)
cid_user_groups = models.ManyToManyField(CidUserGroup, blank=True)
cid_user_groups = models.ManyToManyField(CidUserGroup, blank=True, help_text="These groups define which candidates are able to be added to the exams/collection.")
def get_normal_abnormal_breakdown(self):
# Inefficient but more extendible