This commit is contained in:
Ross
2021-12-12 18:35:14 +00:00
parent 88b25aeb64
commit c2f10712df
+5
View File
@@ -379,6 +379,11 @@ class Exam(ExamBase):
"type": "anatomy",
}
if not self.exam_mode:
exam_questions[q.id]["answers"] = list(
q.get_correct_unstripped_answers()
)
exam_json = {
"eid": "anatomy/{}".format(self.id),
"cached": False,