{% extends "global/Page.html" %} {% block title %}Guess your chance of winning a seat in school B {% endblock %} {% block content %}

This is round {{ player.round_number }}: belief task B

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

Allocation

Do you think you would get a seat in school B if you applied to it in the next round?

Click on the slider bar then drag to assess.

tokens: Accepted by school B.

If accepted, there is % to win E$110.

tokens: Rejected by school B.

If rejected, there is % to win E$110.


Please allocate tokens

{% endblock %}