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 %}