.
This commit is contained in:
@@ -101,10 +101,10 @@
|
||||
})
|
||||
})
|
||||
{% else %}
|
||||
{{question.get_answers_js}}.forEach(el, n) {
|
||||
{{question.get_answers_js}}.forEach((el, n) => {
|
||||
console.log(el;)
|
||||
|
||||
};
|
||||
});
|
||||
//$("ul.physics-answer-list li[data-ans='{{question.best_answer}}']").addClass("correct");
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user