From 83105b2383613326f3b92f3aa00d0163b78e4728 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 12:32:49 +0100 Subject: [PATCH] . --- rapids/templates/rapids/mark.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index 9b8ec793..860824e6 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -114,7 +114,7 @@ $(el).after(`Current mark [${el.dataset.mark}]`) } }) - $("button.check-review").hide() + $("button.check-review").after("Discreptant answers are show above. Click next / save to update you your answers").hide() $(".save-buttons").show(); })