From c374782acb3e0bb8d79c0e3ce700990498b0be99 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 29 Jul 2021 19:43:22 +0100 Subject: [PATCH] . --- sbas/templates/sbas/exam_scores.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sbas/templates/sbas/exam_scores.html b/sbas/templates/sbas/exam_scores.html index 3c8c5af6..87ef12e0 100644 --- a/sbas/templates/sbas/exam_scores.html +++ b/sbas/templates/sbas/exam_scores.html @@ -42,12 +42,10 @@ {% for question in questions %} Question {{forloop.counter}} - {% for zipped_answers in by_question|get_item:question %} + {% for ans, score in by_question|get_item:question %}
    - {% for ans, score in zipped_answers %}
  1. {{ans}}
  2. - {% endfor %}
{% endfor %}