diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html
index 0f1c3d28..3d8f7213 100644
--- a/rapids/templates/rapids/exam_overview.html
+++ b/rapids/templates/rapids/exam_overview.html
@@ -189,7 +189,7 @@
sortable('.sortable');
$("#full-question-list li").each((n, el) => {
- $(el).append($("[DELETE]"));
+ $(el).append($("[DELETE]").click(() => {el.remove();}));
})
$("#full-question-list").append($("").click(() => {