.
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
// })
|
// })
|
||||||
//})
|
//})
|
||||||
{% else %}
|
{% 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) => {
|
{{question.get_answers_js}}.forEach((el, n) => {
|
||||||
console.log(el)
|
console.log(el)
|
||||||
$(`ol.physics-answer-list li:eq(${n})`).addClass(`answer-${el}`)
|
$(`ol.physics-answer-list li:eq(${n})`).addClass(`answer-${el}`)
|
||||||
|
|||||||
Reference in New Issue
Block a user