This commit is contained in:
Ross
2021-12-10 23:47:21 +00:00
parent c2a69f1e19
commit 29b1587790
+2 -2
View File
@@ -101,10 +101,10 @@
}) })
}) })
{% else %} {% else %}
{{question.get_answers_js}}.forEach(el, n) { {{question.get_answers_js}}.forEach((el, n) => {
console.log(el;) console.log(el;)
}; });
//$("ul.physics-answer-list li[data-ans='{{question.best_answer}}']").addClass("correct"); //$("ul.physics-answer-list li[data-ans='{{question.best_answer}}']").addClass("correct");
{% endif %} {% endif %}