diff --git a/physics/templates/physics/exam_take_overview.html b/physics/templates/physics/exam_take_overview.html
index 93f98170..8780ee71 100644
--- a/physics/templates/physics/exam_take_overview.html
+++ b/physics/templates/physics/exam_take_overview.html
@@ -2,11 +2,11 @@
{% block content %}
- {% if not cid %}
- User: {{request.user}}
- {% else %}
- CID: {{cid}}
- {% endif %}
+ {% if not cid %}
+ User: {{request.user}}
+ {% else %}
+ CID: {{cid}}
+ {% endif %}
{% include "exam_clock.html" %}
@@ -14,7 +14,7 @@
{% if exam.publish_results %}
- Exam is in review mode. Score are available
+ Exam is in review mode. Score are available
{% if request.user.is_authenticated %}
here
@@ -24,7 +24,7 @@
{% elif cid_user_exam.completed %}
- Exam completed. Answers are available
+ Exam completed. Answers are available
{% if request.user.is_authenticated %}
here
@@ -37,19 +37,20 @@
You have unanswered questions.
{% endif %}
-
+
{{answer_count}} out of {{exam_length}} questions answered. Unanswered questions are shown in red. Click any tile to jump to that question.
- Start time: {{cid_user_exam.start_time}}
- Last change time: {{cid_user_exam.end_time}}
- Completed: {{cid_user_exam.completed}}
+ Start time: {{cid_user_exam.start_time}}
+ Last change time: {{cid_user_exam.end_time}}
+ Completed: {{cid_user_exam.completed}}
{% if not cid_user_exam.completed %}
@@ -97,69 +99,71 @@
{% endblock %}
{% block css %}
-
+ .overview-question-btn { font-size: .95rem }
+ }
+
{% endblock %}