.
This commit is contained in:
@@ -5,3 +5,4 @@ __pycache__
|
||||
.vscode/
|
||||
.DS_Store
|
||||
rad/settings_local.py
|
||||
.venv/
|
||||
|
||||
+1
-1
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user