This commit is contained in:
Ross
2021-06-26 12:21:35 +01:00
parent ce5c7c6258
commit a8d396b1c6
+3 -1
View File
@@ -629,7 +629,9 @@ class Exam(ExamBase):
if self.time_limit:
exam_json["exam_time"] = self.time_limit
return "TEST"
exam_json["HELLO"] = "WORLD"
return exam_json
class CidUserAnswer(models.Model):
"""User answers by candidate"""