add markers to exams (move away from group based to content based permissions)
This commit is contained in:
@@ -629,6 +629,13 @@ class Exam(ExamBase):
|
||||
related_name="rapid_exam_author",
|
||||
)
|
||||
|
||||
markers = models.ManyToManyField(
|
||||
settings.AUTH_USER_MODEL,
|
||||
blank=True,
|
||||
help_text="Authorised markers for the exam",
|
||||
related_name="rapid_exam_markers",
|
||||
)
|
||||
|
||||
valid_cid_users = models.ManyToManyField(
|
||||
CidUser, blank=True, related_name="rapid_exams"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user