From 213cf279675626716af14fef25717054f67f255a Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 28 Feb 2021 10:24:45 +0000 Subject: [PATCH] . --- longs/models.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/longs/models.py b/longs/models.py index cf75d2ba..148c3da4 100644 --- a/longs/models.py +++ b/longs/models.py @@ -472,16 +472,16 @@ class Exam(ExamBase): image_titles.append(series.get_examination()) - exam_questions[q.id] = n + #exam_questions[q.id] = n - #exam_questions[q.id] = { - # "title": q.history, - # "images": images, - # "image_titles": image_titles, - # #"feedback_image": [], - # #"annotations": [str(q.image_annotations)], - # "type": "long", - #} + exam_questions[q.id] = { + "title": q.history, + "images": images, + "image_titles": image_titles, + #"feedback_image": [], + #"annotations": [str(q.image_annotations)], + "type": "long", + } #if feedback_images: # exam_questions[q.id]["feedback_image"] = feedback_images