.
This commit is contained in:
@@ -118,9 +118,9 @@
|
|||||||
data-annotations='{{question.get_image_annotations}}'>
|
data-annotations='{{question.get_image_annotations}}'>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if review and not question.normal %}
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
|
{% if review and not question.normal %}
|
||||||
$("button.check-review").click(() =>{
|
$("button.check-review").click(() =>{
|
||||||
$(".marking-list .answer").each((n, el) => {
|
$(".marking-list .answer").each((n, el) => {
|
||||||
console.log(n, el, el.dataset);
|
console.log(n, el, el.dataset);
|
||||||
@@ -133,6 +133,7 @@
|
|||||||
})
|
})
|
||||||
|
|
||||||
$(".save-buttons").hide();
|
$(".save-buttons").hide();
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
$("#toggle-images").click(() => {
|
$("#toggle-images").click(() => {
|
||||||
console.log("111")
|
console.log("111")
|
||||||
@@ -144,5 +145,4 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user