{{ block title }} Results {{ endblock }} {{ block content }}

You have answered {{ player.num_correct }} problems correctly out of {{ player.attempted }} total problems.

{{ if top == 1 }} The following table shows your performance rank in each group to which you belong based on questions answered correctly.

{% for group, rank in combined.items() %} {% endfor %}
Group Your Rank
{{ group }} {{ rank }}
{{ else }} The following table shows your performance rank in your group based on questions answered correctly.

{% endfor %}
Your Rank {% for rank in player_ranks %} {{ rank }}

{{ endif }}

{{ next_button }} {% endblock %}