From 9d8ef99a30d47f5c88f4acf3e436ba7c4c8b642d Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 8 Feb 2021 12:21:55 +0000 Subject: [PATCH] . --- rapids/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/models.py b/rapids/models.py index 5e5ff1da..68384d2b 100644 --- a/rapids/models.py +++ b/rapids/models.py @@ -399,7 +399,7 @@ class Exam(ExamBase): if self.time_limit: exam_json["exam_time"] = self.time_limit - return + return exam_json class CidUserAnswer(models.Model):