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