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

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

Below are the rankings of your group members:



{% for rank2_player in rank2 %} {% if player in rank2_player.get("p") %} {% for pr in rank2_player.get("pr") %} {{ pr.get("rank") }}: {{ pr.get("player") }}
{% endfor %}


{% endif %} {% endfor %} {{ next_button }} {{ endblock }}