From 01014a73fdab10ec1b4e34abda4d739bfc048df7 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 12:16:44 +0100 Subject: [PATCH] . --- rapids/templates/rapids/mark.html | 3 +++ 1 file changed, 3 insertions(+) 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}]`) + } }) })