.
This commit is contained in:
+1
-1
@@ -208,4 +208,4 @@ LongSeriesImageFormSet = inlineformset_factory(
|
||||
class ExamForm(ModelForm):
|
||||
class Meta:
|
||||
model = Exam
|
||||
fields = ["name", "time_limit", "exam_mode", "active", "double_mark", "archive"]
|
||||
fields = ["name", "time_limit", "open_access", "exam_mode", "active", "double_mark", "archive"]
|
||||
@@ -17,7 +17,8 @@
|
||||
{% include 'exam_notes.html' %}
|
||||
|
||||
This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.<br />
|
||||
Exam mode: {{ exam.exam_mode }}
|
||||
Exam mode: {{ exam.exam_mode }}<br />
|
||||
Open access: {{ exam.open_access }}<br />
|
||||
|
||||
{% if exam.exam_mode %}
|
||||
<div class="parent-help" title="Click to enable / disable the exam">
|
||||
|
||||
Reference in New Issue
Block a user