From 6d3951320b27597e65353f9314190170f9e51782 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 10 Dec 2021 23:49:36 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_take.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html index 4d02e18d..40c99d24 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -104,7 +104,7 @@ {{question.get_answers_js}}.forEach((el, n) => { console.log(el) if (el) { - $("ul.physics-answer-list li")[n].addClass() + $("ul.physics-answer-list li")[n].addClass("correct") } });