From 564167184b59665ad38832722d9d68a007e5ff09 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 18 Apr 2021 11:02:12 +0100 Subject: [PATCH] . --- rapids/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/models.py b/rapids/models.py index fcba3898..3c5f10ec 100644 --- a/rapids/models.py +++ b/rapids/models.py @@ -412,7 +412,7 @@ class Exam(ExamBase): if not self.exam_mode: exam_questions[q.id]["feedback_images"] = feedback_images - exam_questions[q.id]["answer"] = list(q.GetCorrectUnstrippedAnswers()) + exam_questions[q.id]["answers"] = list(q.GetCorrectUnstrippedAnswers()) #if feedback_images: