diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html
index de7ba108..bc90da2e 100644
--- a/anatomy/templates/anatomy/exam_overview.html
+++ b/anatomy/templates/anatomy/exam_overview.html
@@ -179,6 +179,14 @@
$(this).remove();
sortable('.sortable');
+ $("#full-question-list li").each((n, el) => {
+ $(el).append($(
+ ""
+ ).click(() => {
+ el.remove();
+ }));
+ })
+
$("#full-question-list").append($("").click(() => {
new_order = [];
$("#full-question-list li").each((n, el) => {