diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html
index b1ca3117..b86771bb 100644
--- a/anatomy/templates/anatomy/exam_overview.html
+++ b/anatomy/templates/anatomy/exam_overview.html
@@ -34,6 +34,7 @@
{{ question.question_type }}: {{ question.get_primary_answer }}
Modality: {{ question.modality }}, View, Mark
+ [id: {{question.pk}}]
{% endfor %}
diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html
index c99b2816..2e65abbe 100644
--- a/longs/templates/longs/exam_overview.html
+++ b/longs/templates/longs/exam_overview.html
@@ -43,6 +43,7 @@
View / Edit
+ [id: {{question.pk}}]
diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html
index 47607572..ac755ea1 100644
--- a/rapids/templates/rapids/exam_overview.html
+++ b/rapids/templates/rapids/exam_overview.html
@@ -55,6 +55,7 @@
Examination: {{ question.get_examinations }}, View, Mark
+ [id: {{question.pk}}]
{% endfor %}