diff --git a/atlas/templates/atlas/collection_review_start.html b/atlas/templates/atlas/collection_review_start.html index 1273b539..e8575304 100644 --- a/atlas/templates/atlas/collection_review_start.html +++ b/atlas/templates/atlas/collection_review_start.html @@ -1,47 +1,143 @@ {% extends 'atlas/base.html' %} {% block content %} -

Collection: {{exam}}

+ + +
+
+

Review: {{ collection.name }}

+ Review Collection +
+

Open the collection and browse completed cases.

+
{% if collection.start_screen_content %} -
-
- {{ collection.start_screen_content|safe }} -
-
+
+ {{ collection.start_screen_content|safe }} +
{% endif %} - {% if collection.start_screen_resources.exists %} -
-
-
Resources
- {% for resource in collection.start_screen_resources.all %} -
{{ resource.get_display }}
+ {% if start_screen_resources %} +
+
Resources
+
+ {% for resource in start_screen_resources %} +
{{ resource.get_display }}
{% endfor %}
-
+ {% endif %} -{% comment %} {% endcomment %} + {% if request.user.is_authenticated and valid_user %} +
+
+
User
+
{{ request.user }}
- User: {{request.user}}
+ {% if cid_exam %} +
Started
+
{{ cid_exam.start_time }}
- {% if cid_exam %} - Started: {{cid_exam.start_time}}
- {% if cid_exam.completed %} - Ended: {{cid_exam.end_time}}
+ {% if cid_exam.completed %} +
Ended
+
{{ cid_exam.end_time }}
+ {% endif %} + {% endif %} +
+ +
+ + Browse + + + {% if cid_exam.completed %} + Overview + {% endif %} +
+
+ + {% if collection.show_results_sharing_information and sharing_summary %} +
+
Who can see your results
+ +
{% endif %} + {% else %} +
+

+ Please sign in to access this review collection. + Log in here. +

+
{% endif %} - - {% if cid_exam.completed %} - - {% else %} - - {% endif %} - {% endblock %} diff --git a/atlas/templates/atlas/collection_take_overview.html b/atlas/templates/atlas/collection_take_overview.html index 9d1a82a7..9115b90f 100644 --- a/atlas/templates/atlas/collection_take_overview.html +++ b/atlas/templates/atlas/collection_take_overview.html @@ -57,7 +57,7 @@
- Case {{ forloop.counter }}{% if collection.show_title_post %}: {{ question.case.title|default:question.case.pk|truncatechars:70 }}{% endif %} + Case {{ forloop.counter }}{% if collection.show_title_post and answer and answer.completed or collection.show_title_post and cid_user_exam.completed %}: {{ question.case.title|default:question.case.pk|truncatechars:70 }}{% endif %} {% if answer and answer.completed or cid_user_exam.completed %} Completed {% elif answer %} @@ -79,7 +79,7 @@ {% endif %} {% endif %}
- {% if collection.show_title_post %} + {% if collection.show_title_post and answer and answer.completed or collection.show_title_post and cid_user_exam.completed %}
{{ question.case }}