{{ extends 'global/Page.html' }} {{ block title }}Your Input: Assignment Probabilities{{ endblock }} {{ block content }}
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 if you rank it first.
You will report one probability per island in a table like the one below.
You can click below to see how the interface works.
What do you think is your probability of being sent to each island if you rank it first?
{{ formfield_errors 'prac_beliefA' }}{{ formfield_errors 'prac_beliefB' }}{{ formfield_errors 'prac_beliefC' }} {{ formfield_errors 'prac_beliefD' }}{{ formfield_errors 'prac_beliefE' }}{{ formfield_errors 'prac_beliefF' }}| Island | Probability (%) |
|---|---|
| A | {{ form.prac_beliefA }} |
| B | {{ form.prac_beliefB }} |
| C | {{ form.prac_beliefC }} |
| D | {{ form.prac_beliefD }} |
| E | {{ form.prac_beliefE }} |
| F | {{ form.prac_beliefF }} |