{% load i18n %}
{% trans "Click a question to review feedback on your response." %}
{% endif %} {% if is_example %}{% trans "Note: This is an example score, to show how the review step will look." %}
{% endif %}{% blocktrans count correct_answers=correct_answers %} You answered 1 question correctly. {% plural %} You answered {{correct_answers}} questions correctly. {% endblocktrans %}
{% if show_extended_review %}{% blocktrans count partially_correct_answers=partially_correct_answers %} You answered 1 question partially correctly. {% plural %} You answered {{partially_correct_answers}} questions partially correctly. {% endblocktrans %}
{% if show_extended_review %}{% blocktrans count incorrect_answers=incorrect_answers %} You answered 1 question incorrectly. {% plural %} You answered {{incorrect_answers}} questions incorrectly. {% endblocktrans %}
{% if show_extended_review %}