.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user