{% extends "global/Page.html" %} {% block title %}Guess your chance of winning a seat in school A {% endblock %} {% block content %}
This is round {{ player.round_number }}: belief task A
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 |
Do you think you would get a seat in school A if you applied to it in the next round?
Click on the slider bar then drag to assess.
Please allocate tokens
{% endblock %}