diff --git a/anatomy/templates/anatomy/partials/exam_review_question_summary_fragment.html b/anatomy/templates/anatomy/partials/exam_review_question_summary_fragment.html index b3a9e558..01fb830d 100644 --- a/anatomy/templates/anatomy/partials/exam_review_question_summary_fragment.html +++ b/anatomy/templates/anatomy/partials/exam_review_question_summary_fragment.html @@ -69,7 +69,7 @@ {% for a in top_answers %}
  • {{ a.answer_compare }}
    -
    +
    {% if a.dominant_score == '2' %} Correct {% elif a.dominant_score == '1' %} @@ -79,7 +79,7 @@ {% else %} Unmarked {% endif %} -
    {{ a.count }}
    +
    {{ a.count }}
  • {% endfor %}