.
This commit is contained in:
+3
-1
@@ -629,7 +629,9 @@ class Exam(ExamBase):
|
|||||||
if self.time_limit:
|
if self.time_limit:
|
||||||
exam_json["exam_time"] = self.time_limit
|
exam_json["exam_time"] = self.time_limit
|
||||||
|
|
||||||
return "TEST"
|
exam_json["HELLO"] = "WORLD"
|
||||||
|
|
||||||
|
return exam_json
|
||||||
|
|
||||||
class CidUserAnswer(models.Model):
|
class CidUserAnswer(models.Model):
|
||||||
"""User answers by candidate"""
|
"""User answers by candidate"""
|
||||||
|
|||||||
Reference in New Issue
Block a user