diff --git a/sbas/templates/sbas/exam_take.html b/sbas/templates/sbas/exam_take.html index 0bd5f666..db6c00de 100755 --- a/sbas/templates/sbas/exam_take.html +++ b/sbas/templates/sbas/exam_take.html @@ -4,6 +4,11 @@ CID: {{cid}}

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

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

{{question.stem|safe}}

@@ -35,9 +40,7 @@ CID: {{cid}} {% endif %} {% endif %}
- {% if not exam.publish_results %} - {% endif %}