.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user