This commit is contained in:
Ross
2022-04-21 17:51:07 +01:00
parent 48cd5779ab
commit 3f8386d816
+5
View File
@@ -657,6 +657,11 @@ class CaseCollection(models.Model):
archive = models.BooleanField(default=False)
exam_mode = models.BooleanField(default=False)
open_access = models.BooleanField(
help_text="If the exam is freely accessible (to view and edit on the test system)",
default=False,
)
class COLLECTION_TYPE_CHOICES(models.TextChoices):
REVIEW = (
"REV",