diff --git a/templates/exam_overview_js.html b/templates/exam_overview_js.html
index 08180358..806fe3d3 100644
--- a/templates/exam_overview_js.html
+++ b/templates/exam_overview_js.html
@@ -109,6 +109,15 @@
$(this).remove();
sortable('.sortable');
+ $("#full-question-list li").each((n, el) => {
+ $(el).append($(
+ ""
+ ).click(() => {
+ el.remove();
+ }));
+ })
+
+
$("#full-question-list").append($(
""
).click(() => {