.
This commit is contained in:
@@ -109,6 +109,15 @@
|
|||||||
$(this).remove();
|
$(this).remove();
|
||||||
sortable('.sortable');
|
sortable('.sortable');
|
||||||
|
|
||||||
|
$("#full-question-list li").each((n, el) => {
|
||||||
|
$(el).append($(
|
||||||
|
"<span class='exam-question-delete flex-col'><button>DELETE</button></span>"
|
||||||
|
).click(() => {
|
||||||
|
el.remove();
|
||||||
|
}));
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
$("#full-question-list").append($(
|
$("#full-question-list").append($(
|
||||||
"<button title='click and drag questions to change order'>Save exam order</button>"
|
"<button title='click and drag questions to change order'>Save exam order</button>"
|
||||||
).click(() => {
|
).click(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user