This commit is contained in:
Ross
2021-07-06 20:02:35 +01:00
parent 65d202a649
commit e5a19130ba
6 changed files with 76 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class ExamBase(models.Model):
)
exam_mode = models.BooleanField(
help_text="If an exam should be taken in exam mode", default=True
help_text="If an exam should be taken in exam mode (users results will be submited to the server for marking)", default=False
)
publish_results = models.BooleanField(