From 9654847295aaf5ac757d58de48158aecae1387c9 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 12 Dec 2021 22:03:45 +0000 Subject: [PATCH] . --- physics/templates/physics/exam_scores_user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physics/templates/physics/exam_scores_user.html b/physics/templates/physics/exam_scores_user.html index 50a3e211..b8691ceb 100644 --- a/physics/templates/physics/exam_scores_user.html +++ b/physics/templates/physics/exam_scores_user.html @@ -10,7 +10,7 @@
  • Question {{forloop.counter}} - {{ question.stem|safe }}
    1. {% for q, a, score, correct_answer in ans %} -
    2. {{q}}: Correct answer: {{correct_answer}}
      {{a}} (Score: +
    3. {{q|safe}}: Correct answer: {{correct_answer}}
      {{a}} (Score: {{score}})
    4. {% endfor %}