This commit is contained in:
Ross
2021-08-01 09:17:44 +01:00
parent b6b00a46da
commit 3067e41ff9
5 changed files with 35 additions and 17 deletions
+1
View File
@@ -73,6 +73,7 @@ class ExamBase(models.Model):
)
json_creation_time = models.DateTimeField(blank=True, default=None, null=True)
json_creation_id = models.IntegerField(default=1, help_text="auto incrementing field when json recreated")
#time_limit = models.IntegerField(
# help_text="Exam time limit (in seconds). Default is 2100 secondse (35 minutes)",