.
This commit is contained in:
+1
-1
@@ -346,7 +346,7 @@ class Exam(ExamBase):
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if exam.time_limit:
|
if self.time_limit:
|
||||||
exam_json["exam_time"] = self.time_limit
|
exam_json["exam_time"] = self.time_limit
|
||||||
|
|
||||||
return exam_json
|
return exam_json
|
||||||
|
|||||||
+1
-1
@@ -396,7 +396,7 @@ class Exam(ExamBase):
|
|||||||
"questions": exam_questions,
|
"questions": exam_questions,
|
||||||
}
|
}
|
||||||
|
|
||||||
if exam.time_limit:
|
if self.time_limit:
|
||||||
exam_json["exam_time"] = self.time_limit
|
exam_json["exam_time"] = self.time_limit
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user