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