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