.
This commit is contained in:
@@ -754,4 +754,12 @@ input {
|
||||
|
||||
.clear-both {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.check-saved {
|
||||
color: purple;
|
||||
}
|
||||
|
||||
.current-mark {
|
||||
color: darkred;
|
||||
}
|
||||
@@ -111,7 +111,7 @@
|
||||
$(".marking-list .answer").each((n, el) => {
|
||||
console.log(n, el, el.dataset);
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user