{{ extends 'global/Page.html' }} {{ block title }}Quiz, Part 1 – Assignment Probabilities{{ endblock }} {{ block content }}

Answer the sample question below.


{{ pf_graph }}

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 'quiz2_beliefA' }}{{ formfield_errors 'quiz2_beliefB' }}{{ formfield_errors 'quiz2_beliefC' }} {{ formfield_errors 'quiz2_beliefD' }}{{ formfield_errors 'quiz2_beliefE' }}{{ formfield_errors 'quiz2_beliefF' }}
A {{ form.quiz2_beliefA }}
B {{ form.quiz2_beliefB }}
C {{ form.quiz2_beliefC }}
D {{ form.quiz2_beliefD }}
E {{ form.quiz2_beliefE }}
F {{ form.quiz2_beliefF }}

{{ next_button }} {{ endblock }}