From bf7d97ee6db5232eeb77e60c328476d81232243e Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 12 Dec 2021 17:37:52 +0000 Subject: [PATCH] . --- .../templates/anatomy/exam_scores_user.html | 98 +++++++++---------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/anatomy/templates/anatomy/exam_scores_user.html b/anatomy/templates/anatomy/exam_scores_user.html index bf95af5d..8bf767bf 100644 --- a/anatomy/templates/anatomy/exam_scores_user.html +++ b/anatomy/templates/anatomy/exam_scores_user.html @@ -1,58 +1,58 @@ {% extends 'anatomy/base.html' %} {% block content %} -
-
HIDE/SHOW
-
- Question No question loaded
-
- -
+
+
HIDE/SHOW
+
+ Question No question loaded
+
+ +
+
+
Answers:
-
Answers:
-
-
-

Exam: {{ exam.name }}

-

Candidate: {{ cid }}

- Answers: -
    {% for ans, score, correct_answer in answers_and_marks %} -
  • Question {{forloop.counter}} - Correct answer: {{ +
    +

    Exam: {{ exam.name }}

    +

    Candidate: {{ cid }}

    + Answers: +
      {% for ans, score, correct_answer in answers_and_marks %} +
    • Question {{forloop.counter}} - Correct answer: {{ correct_answer }}
    • - -
      {{ans}}
      ({{score}}) -
      - View + +
      {{ans}}
      ({{score}}) +
      + View {% endfor %} -
    -
    Total mark: {{ total_score }} / {{max_score}} -
+
Total mark: {{ total_score }} / {{max_score}} +
+ Other exams +
-
{% endblock %} {% block js %} - -{% endblock %} \ No newline at end of file + }); + +{% endblock %}