diff --git a/sbas/templates/sbas/exam_scores.html b/sbas/templates/sbas/exam_scores.html index 87ef12e0..99fd57bc 100644 --- a/sbas/templates/sbas/exam_scores.html +++ b/sbas/templates/sbas/exam_scores.html @@ -44,9 +44,7 @@ Question {{forloop.counter}} {% for ans, score in by_question|get_item:question %} -
    -
  1. {{ans}}
  2. -
+ {{ans}} {% endfor %}