This commit is contained in:
Ross
2021-10-17 18:03:48 +01:00
parent bef5b40b2a
commit 346ee42763
6 changed files with 94 additions and 0 deletions
+4
View File
@@ -77,6 +77,10 @@ class ExamBase(models.Model):
archive = models.BooleanField(help_text="Archived exams will remain on the test system but will not be displayed by default", default=False)
open_access = models.BooleanField(
help_text="If the exam is freely accessible", default=False
)
#time_limit = models.IntegerField(
# help_text="Exam time limit (in seconds). Default is 2100 secondse (35 minutes)",
# default=2100,