This commit is contained in:
Ross
2022-04-20 22:31:07 +01:00
parent 22e1f785b9
commit d621cc56ec
+2 -2
View File
@@ -118,9 +118,9 @@
data-annotations='{{question.get_image_annotations}}'>
</div>
</div>
{% if review and not question.normal %}
<script>
$(document).ready(() => {
{% if review and not question.normal %}
$("button.check-review").click(() =>{
$(".marking-list .answer").each((n, el) => {
console.log(n, el, el.dataset);
@@ -133,6 +133,7 @@
})
$(".save-buttons").hide();
{% endif %}
$("#toggle-images").click(() => {
console.log("111")
@@ -144,5 +145,4 @@
});
</script>
{% endif %}
{% endblock %}