This commit is contained in:
Ross
2021-10-17 18:14:05 +01:00
parent 8966eca5d1
commit 6937b0acbe
8 changed files with 107 additions and 17 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ 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
help_text="If the exam is freely accessible (to view and edit on the test system)", default=False
)
#time_limit = models.IntegerField(