.
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user