This commit is contained in:
Ross
2021-02-08 12:00:59 +00:00
parent 15961ee986
commit 4db7e31ac5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ class Exam(ExamBase):
}
if exam.time_limit:
if self.time_limit:
exam_json["exam_time"] = self.time_limit
return exam_json
+1 -1
View File
@@ -396,7 +396,7 @@ class Exam(ExamBase):
"questions": exam_questions,
}
if exam.time_limit:
if self.time_limit:
exam_json["exam_time"] = self.time_limit
return