+ View exam list
+ {% endif %}
diff --git a/physics/templates/physics/exam_start.html b/physics/templates/physics/exam_start.html
index ed5d6df2..f3da912e 100755
--- a/physics/templates/physics/exam_start.html
+++ b/physics/templates/physics/exam_start.html
@@ -9,13 +9,14 @@
{% endif %}
{% if request.user.is_authenticated and valid_user %}
- Start Exam
+
{% else %}
Enter your CID and passcode in the below boxes.
-
+
+
{% endif %}
+ {% include "physics/exam_take_help.html" %}
{% endblock %}
diff --git a/physics/templates/physics/exam_take.html b/physics/templates/physics/exam_take.html
index e9e9454b..15b962f0 100755
--- a/physics/templates/physics/exam_take.html
+++ b/physics/templates/physics/exam_take.html
@@ -15,6 +15,10 @@
Exam is in review mode. Add question feedback here.
+ {% elif cid_user_exam.completed %}
+
+ Exam completed.
+
{% endif %}
@@ -92,135 +96,126 @@
- Help
-
Each question contains a list of 5 different statements. These are either True or False
-
Click on each statement to toggle between True and False. The current state can be seen to the right of the statement.
-
Your answers are saved when navigating between questions (or if the save button is clicked on the final question). An overview of all the questions can be seen by clicking on the overview button (or by clicking here).
Each question contains a list of 5 different statements. These are either True or False
+
Click on each statement to toggle between True and False. The current state can be seen to the right of the statement.
+
Your answers are saved when navigating between questions (or if the save button is clicked on the final question). An overview of all the questions can be seen by clicking on the overview button.
+
Results are also available on the results page
+ here.
+
\ No newline at end of file
diff --git a/physics/templates/physics/exam_take_overview.html b/physics/templates/physics/exam_take_overview.html
index a5c6a6ba..d0d8fa63 100644
--- a/physics/templates/physics/exam_take_overview.html
+++ b/physics/templates/physics/exam_take_overview.html
@@ -2,7 +2,7 @@
{% block content %}
- {% if request.user.is_authenticated %}
+ {% if not cid %}
User: {{request.user}}
{% else %}
CID: {{cid}}
@@ -22,9 +22,16 @@
here
{% endif %}
- {% endif %}
-
- {% if not exam.publish_results and answer_count != exam_length %}
+ {% elif cid_user_exam.completed %}
+
+ Exam completed. Answers are available
+ {% if request.user.is_authenticated %}
+ here
+
+ {% else %}
+ here
+ {% endif %}
+ {% elif answer_count != exam_length %}
You have unanswered questions.
@@ -34,7 +41,7 @@
{{answer_count}} out of {{exam_length}} questions answered. Unanswered questions are shown in red.
Click to go to a question.
{% for question, answer in question_answer_tuples %}
- {% if request.user.is_authenticated %}
+ {% if not cid %}
{% else %}
@@ -44,15 +51,26 @@
Start time: {{cid_user_exam.start_time}}
- Last change time: {{cid_user_exam.end_time}}
+ Last change time: {{cid_user_exam.end_time}}
+ Completed: {{cid_user_exam.completed}}
+ {% if not cid_user_exam.completed %}
+ {% if not cid %}
+
+ {% else %}
+
+ {% endif %}
+ {% endif %}
+
+ {% include "physics/exam_take_help.html" %}
+
{% endblock %}
{% block js %}
{% endif %}
+
+ {% include "sbas/exam_take_help.html" %}
+
{% endblock %}
\ No newline at end of file
diff --git a/sbas/templates/sbas/exam_take.html b/sbas/templates/sbas/exam_take.html
index 9b262014..bc871298 100755
--- a/sbas/templates/sbas/exam_take.html
+++ b/sbas/templates/sbas/exam_take.html
@@ -15,6 +15,10 @@
Exam is in review mode. Add question feedback here.
+ {% elif cid_user_exam.completed %}
+
+ Exam completed.
+
{% endif %}
@@ -62,26 +66,14 @@
- Help
-
Each question contains a list of 5 different statements. One of these is the single BEST answer.
-
Click on the correct statement to select it. Once selected it will be highlighted.
-
Your answers are saved when navigating between questions (or if the save button is clicked on the final question). An overview of all the questions can be seen by clicking on the overview button (or by clicking here).