This commit is contained in:
Ross
2021-06-26 12:17:32 +01:00
parent 3cf5e85811
commit ce5c7c6258
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,3 +5,4 @@ __pycache__
.vscode/
.DS_Store
rad/settings_local.py
.venv/
+1 -1
View File
@@ -629,7 +629,7 @@ class Exam(ExamBase):
if self.time_limit:
exam_json["exam_time"] = self.time_limit
return exam_json
return "TEST"
class CidUserAnswer(models.Model):
"""User answers by candidate"""