{% extends "global/Page.html" %} {% block title %}Guess your chance of winning a seat in schools {% 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 |
Which school do you think you would get a seat if you applied to School A in the next round?
Click on the slider bar then drag to assess.
tokens: Accepted by school A.
Lottery Outcome
If accepted, there is % to win E$110.
tokens: Accepted by school B.
Lottery Outcome
If accepted, there is % to win E$110.
tokens: Rejected by schools.
Lottery Outcome
If accepted, there is % to win E$110.
{% next_button %}
{% endblock %}