diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index 35fd90aa..40d72d38 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -110,6 +110,9 @@ $("button.check-review").click(() =>{ $(".marking-list .answer").each((n, el) => { console.log(n, el); + if (el.dataset.mark != el.dateset.newmark) { + $(el).append(`Current mark [${el.dataset.mark}]`) + } }) })