From 4adce61e02134ee16f30c4bf2f411de19afc7d34 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 25 Jan 2021 16:11:07 +0000 Subject: [PATCH] . --- rapids/templates/rapids/exam_overview.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index ac9eb142..c8f1c429 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -25,9 +25,13 @@ {% endfor %} {{ question.description }}
- {{ question.question_type }}: {{ question.GetPrimaryAnswer }} + Normal: {{ question.normal }} + {% if not question.normal %}
- Modality: {{ question.modality }}, View, Mark + {{ question.GetPrimaryAnswer }} + {% endif %} +
+ Examinatios: {{ question.examination }}, View, Mark {% endfor %}