This commit is contained in:
Ross
2021-03-09 15:18:19 +00:00
parent 6b2c7a1a80
commit f0efcd0c32
4 changed files with 34 additions and 10 deletions
+2
View File
@@ -64,6 +64,8 @@ class ExamBase(models.Model):
help_text="If the json cache needs updating", default=False
)
json_creation_time = models.DateTimeField(blank=True)
#time_limit = models.IntegerField(
# help_text="Exam time limit (in seconds). Default is 2100 secondse (35 minutes)",
# default=2100,