From 29b1587790fb2a2716a34c29fdac2309e620c467 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 10 Dec 2021 23:47:21 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_take.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index 379b445c..1d17f941 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -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 %}