.
This commit is contained in:
@@ -80,6 +80,11 @@ class ExamBase(models.Model):
|
||||
default=False,
|
||||
)
|
||||
|
||||
include_history = models.BooleanField(
|
||||
help_text="If an exam should include history when taking",
|
||||
default=False,
|
||||
)
|
||||
|
||||
publish_results = models.BooleanField(
|
||||
help_text="If an exams results should be available", default=False
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user