{{ extends 'global/Page.html' }} {{ block title }}Round {{player.round_number}} {{ endblock }} {{ block content }}
Your points and priorities for this round are:
Each island has room for {{C.NUM_QUOTA}} travelers. There are {{C.NUM_PLAYERS}} travelers.
What do you think is your probability of being sent to each island if you rank it first?
{{ formfield_errors 'beliefA' }}{{ formfield_errors 'beliefB' }}{{ formfield_errors 'beliefC' }} {{ formfield_errors 'beliefD' }}{{ formfield_errors 'beliefE' }}{{ formfield_errors 'beliefF' }}| Island | Probability (%) |
|---|---|
| A | {{ form.beliefA }} |
| B | {{ form.beliefB }} |
| C | {{ form.beliefC }} |
| D | {{ form.beliefD }} |
| E | {{ form.beliefE }} |
| F | {{ form.beliefF }} |
After your submission, we will randomly select one island.
We will call your reported assignment probability at this island p.
We will then simulate the assignment process, modifying your list so that the selected island is first. All other travelers' lists and priority scores will remain unchanged.
After the simulation, we will compute your score, which we will call S:
If you were sent to the selected island, your score will be S = (1 – p)².
If you were not sent to the selected island, your score will be S = (p)².
Finally, we will draw a random number R between 0 and 1.
{{ C.BDM_PAY }} points will be added to your payoff if your score is less than this number, S < R.