{% load i18n %}

{% blocktrans %}You scored {{score}}% on this assessment. {% endblocktrans %}

{% if show_extended_review %} {% 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 %} {% endif %}

{% 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 %} {% endif %}

{% blocktrans count incorrect_answers=incorrect_answers %} You answered 1 question incorrectly. {% plural %} You answered {{incorrect_answers}} questions incorrectly. {% endblocktrans %}

{% if show_extended_review %} {% endif %}