{{ 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.
| Group | Your Rank |
|---|---|
| {{ group }} | {{ rank }} |
| Your Rank | {% for rank in player_ranks %} {{ rank }} | {% endfor %}
|---|