{% extends "global/Page.html" %} {% block title %}Please select a school to apply{% endblock %} {% block content %}
This is round {{ player.round_number }}
You are student {{ player.id_in_group }}
You and other students' score distribution is the following:
Student ID | Score Distribution | ||
---|---|---|---|
1/3 Chance | 1/3 Chance | 1/3 Chance | |
Student 1 | 100 | 90 | 75 |
Student 2 | 100 | 90 | 75 |
Student 3 | 95 | 80 | 65 |
Student 4 | 95 | 80 | 65 |
Student 5 | 85 | 70 | 60 |
Student 6 | 85 | 70 | 60 |
{% next_button %}
{% endblock %}