This commit is contained in:
Ross
2021-10-16 21:28:32 +01:00
parent 6e7e112e2f
commit 0a98fcf051
4 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -126,7 +126,7 @@
$(el).after(`<span class="current-mark"> saved [${el.dataset.mark}]</span>`)
}
})
$("button.check-review").after("Discreptant answers are show above. Click next / save to update you your answers").hide()
$("button.check-review").after("Discreptant answers are show above. Clickinc next / save will overwrite saved scores with your current scoring.").hide()
$(".save-buttons").show();
})