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