.
This commit is contained in:
@@ -755,3 +755,11 @@ input {
|
|||||||
.clear-both {
|
.clear-both {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.check-saved {
|
||||||
|
color: purple;
|
||||||
|
}
|
||||||
|
|
||||||
|
.current-mark {
|
||||||
|
color: darkred;
|
||||||
|
}
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
$(".marking-list .answer").each((n, el) => {
|
$(".marking-list .answer").each((n, el) => {
|
||||||
console.log(n, el, el.dataset);
|
console.log(n, el, el.dataset);
|
||||||
if (el.dataset.mark != el.dataset.newmark) {
|
if (el.dataset.mark != el.dataset.newmark) {
|
||||||
$(el).after(`<span>Current mark [${el.dataset.mark}]</span>`)
|
$(el).after(`<span class="current-mark">Current mark [${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. Click next / save to update you your answers").hide()
|
||||||
|
|||||||
Reference in New Issue
Block a user