diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html
index 751bc5fc..80026880 100644
--- a/rapids/templates/rapids/mark.html
+++ b/rapids/templates/rapids/mark.html
@@ -109,7 +109,7 @@
$(document).ready(() => {
$("button.check-review").click(() =>{
$(".marking-list .answer").each((n, el) => {
- console.log(n, el);
+ console.log(n, el, el.dataset);
if (el.dataset.mark != el.dateset.newmark) {
$(el).append(`Current mark [${el.dataset.mark}]`)
}