This commit is contained in:
Ross
2021-12-11 00:01:21 +00:00
parent 99cb0de027
commit 37baf84f64
+1 -1
View File
@@ -101,7 +101,7 @@
// })
//})
{% else %}
$(`ol.physics-answer-list input`).disabled = true;
$(`ol.physics-answer-list input`).each((n, el) => { el.disabled = true; });
{{question.get_answers_js}}.forEach((el, n) => {
console.log(el)
$(`ol.physics-answer-list li:eq(${n})`).addClass(`answer-${el}`)