.
This commit is contained in:
@@ -379,6 +379,11 @@ class Exam(ExamBase):
|
|||||||
"type": "anatomy",
|
"type": "anatomy",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if not self.exam_mode:
|
||||||
|
exam_questions[q.id]["answers"] = list(
|
||||||
|
q.get_correct_unstripped_answers()
|
||||||
|
)
|
||||||
|
|
||||||
exam_json = {
|
exam_json = {
|
||||||
"eid": "anatomy/{}".format(self.id),
|
"eid": "anatomy/{}".format(self.id),
|
||||||
"cached": False,
|
"cached": False,
|
||||||
|
|||||||
Reference in New Issue
Block a user