diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html
index b4a35d9f..5c3fa9ce 100644
--- a/rapids/templates/rapids/exam_overview.html
+++ b/rapids/templates/rapids/exam_overview.html
@@ -23,12 +23,12 @@
{% for image in question.GetImages %}
{% endfor %}
- Normal: {{ question.normal }}
{% if not question.normal %}
-
Abnormality: {{ question.get_abnormalities }} Region: {{ question.get_regions }}
{{ question.GetPrimaryAnswer }}
+ {% else %}
+ Normal
{% endif %}
Examination: {{ question.get_examinations }}, View, Mark