.
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
{{question.get_answers_js}}.forEach((el, n) => {
|
{{question.get_answers_js}}.forEach((el, n) => {
|
||||||
console.log(el)
|
console.log(el)
|
||||||
if (el) {
|
if (el) {
|
||||||
$("ul.physics-answer-list li")[n].addClass()
|
$("ul.physics-answer-list li")[n].addClass("correct")
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user