.
This commit is contained in:
@@ -585,6 +585,8 @@ class Exam(ExamBase):
|
||||
help_text='Author of exam',
|
||||
related_name="long_exam_author")
|
||||
|
||||
double_mark = models.BooleanField(default=True, help_text="Defines if an exam is expected to be double marked")
|
||||
|
||||
def get_exam_question_json(self, question_id):
|
||||
q = get_object_or_404(Long, pk=question_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user