diff --git a/sbas/templates/sbas/exam_take.html b/sbas/templates/sbas/exam_take.html index b5cbeca6..3ef7cd38 100755 --- a/sbas/templates/sbas/exam_take.html +++ b/sbas/templates/sbas/exam_take.html @@ -4,11 +4,11 @@ CID: {{cid}}

Question [{{pos|add:1}}/{{exam_length}}]

- {% if exam.publish_results %} - - {% endif %} + {% if exam.publish_results %} + + {% endif %}

{{question.stem|safe}}

@@ -67,7 +67,6 @@ CID: {{cid}} }) {% else %} $("ul.sba-answer-list li[data-ans='{{question.best_answer}}']").addClass("correct"); - {% endif %} {% if saved_answer %}