From c2a69f1e192e7aa157a7472ec34ec33e1d3baf4f Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 10 Dec 2021 23:46:26 +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 bad4a886..379b445c 100755 --- a/physics/templates/physics/exam_take.html +++ b/physics/templates/physics/exam_take.html @@ -101,7 +101,7 @@ }) }) {% else %} - {{question.get_answers}}.forEach(el, n) { + {{question.get_answers_js}}.forEach(el, n) { console.log(el;) };