From 56522ae0aedfbc7a45407bf5362930841dfa8814 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 17 Oct 2021 12:10:21 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_overview.html | 183 ++----------------- rapids/templates/rapids/exam_overview.html | 6 +- 2 files changed, 23 insertions(+), 166 deletions(-) diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index 0905baad..4c9f57c6 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -22,10 +22,11 @@ {% if exam.exam_mode %}
- Exam active: [When checked the exam will be available to take in the test system] + Exam active: [When checked the exam will be available to take in the test system]
- Publish results: [When checked the exam results will be available to users on this site] + Publish results: [When checked the exam results will be available to users on this site]

{% endif %} @@ -35,20 +36,20 @@
  • - - thumbail - + + thumbail + - {{ question.description }} -
    - {{ question.question_type }}: {{ question.get_primary_answer }} -
    - Modality: {{ question.modality }}, - {% if exam.exam_mode %} - Mark - {% endif %} - [id: {{question.pk}}] + {{ question.description }} +
    + {{ question.question_type }}: {{ question.get_primary_answer }} +
    + Modality: {{ question.modality }}, + {% if exam.exam_mode %} + Mark + {% endif %} + [id: {{question.pk}}]
  • {% endfor %} @@ -59,7 +60,7 @@ {% endfor %} {% if can_edit %} -

    +

    {% endif %}
    JSON creation time: {{exam.json_creation_time}} ({{exam.json_creation_time|date:"c"}}), @@ -68,156 +69,10 @@ JSON Refresh JSON cache {% if request.user.is_superuser %} - - + + {% endif %}
    - + {% include 'exam_overview_js.html' %} {% endblock %} diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index aee1bd36..a8d8aaa7 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -72,7 +72,9 @@ {{ author }}, {% endfor %} -

    + {% if can_edit %} +

    + {% endif %}
    JSON creation time: {{exam.json_creation_time}} ({{exam.json_creation_time|date:"c"}}), JSON creation id: {{exam.exam_json_id}} @@ -84,6 +86,6 @@
    -{% include 'exam_overview_js.html' %} + {% include 'exam_overview_js.html' %} {% endblock %}