Enhance user experience by adding informative messages and edit mode functionality across various templates

This commit is contained in:
Ross
2025-09-01 14:47:15 +01:00
parent 16a8bf3d3a
commit 964bce8233
8 changed files with 135 additions and 46 deletions
+1 -1
View File
@@ -180,7 +180,7 @@
// Existing delete button logic
$(el).append($(
"<span class='exam-question-delete flex-col'><button>DELETE</button></span>"
"<span class='exam-question-delete flex-col'><button title='Remove this question from the exam/collection'>Remove</button></span>"
).click(() => {
el.remove();
}));