{{ extends 'global/IntroPage.html' }} {{ block title }}Your Input: Assignment Probabilities{{ endblock }} {{ block page_body }}

In each round, you will also be asked to report your best guess of assignment probabilities.

These are your guesses of the likelihood of being sent to each island, given your submitted ranking.

You will report one probability per island in a table like the one below. Reports must total 100%.

You can click below to see how the interface works.


What do you think is your probability of being sent to each island?

{{ formfield_errors 'prac_beliefA' }}{{ formfield_errors 'prac_beliefB' }}{{ formfield_errors 'prac_beliefC' }} {{ formfield_errors 'prac_beliefD' }}{{ formfield_errors 'prac_beliefE' }}{{ formfield_errors 'prac_beliefF' }} {{ formfield_errors 'prac_belief0' }}
Rank Island Probability (%)
1 ? {{ form.prac_beliefA }}
2 ? {{ form.prac_beliefB }}
3 ? {{ form.prac_beliefC }}
4 ? {{ form.prac_beliefD }}
5 ? {{ form.prac_beliefE }}
6 ? {{ form.prac_beliefF }}
Not sent to any island {{ form.prac_belief0 }}
Total: 0%

{{ back_button }} {{ next_button }}
{{ endblock }}