From 8ac75f4ce767dd998a25908841f2935d09fcfbde Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 8 Sep 2021 10:52:22 +0100 Subject: [PATCH] . --- longs/templates/longs/ciduseranswer_detail.html | 15 ++++++++++----- longs/templates/longs/exam_scores.html | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/longs/templates/longs/ciduseranswer_detail.html b/longs/templates/longs/ciduseranswer_detail.html index 442b6ab9..d990f695 100644 --- a/longs/templates/longs/ciduseranswer_detail.html +++ b/longs/templates/longs/ciduseranswer_detail.html @@ -7,11 +7,16 @@ CID: {{ciduseranswer.cid}} {{ciduseranswer.question}}

Answers

-{{ciduseranswer.answer_observations}}
-{{ciduseranswer.answer_interpretation}}
-{{ciduseranswer.answer_principle_diagnosis}}
-{{ciduseranswer.answer_differential_diagnosis}}
-{{ciduseranswer.answer_management}}
+

Observation

+
{{ciduseranswer.answer_observations}}

+

Interpretation

+
{{ciduseranswer.answer_interpretation}}

+

Principle Diagnosis

+
{{ciduseranswer.answer_principle_diagnosis}}

+

Differential Diagnosis

+
{{ciduseranswer.answer_differential_diagnosis}}

+

Managment

+
{{ciduseranswer.answer_management}}

diff --git a/longs/templates/longs/exam_scores.html b/longs/templates/longs/exam_scores.html index 56b275a1..2e96de9d 100644 --- a/longs/templates/longs/exam_scores.html +++ b/longs/templates/longs/exam_scores.html @@ -51,7 +51,7 @@ {% for question in questions %} - Question {{forloop.counter}} + Question {{forloop.counter}} {% for ans, score in by_question|get_item:question %} {{score}} {% endfor %}