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;) };