This commit is contained in:
Ross
2021-12-10 23:55:07 +00:00
parent da54dfaf10
commit e0f8301ea7
+1 -1
View File
@@ -104,7 +104,7 @@
{{question.get_answers_js}}.forEach((el, n) => {
console.log(el)
if (el) {
$("ol.physics-answer-list li")[n].addClass("correct")
$(`ol.physics-answer-list li:eq(${n})`).addClass("correct")
}
});