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

Suppose someone submitted this ranking. Answer the sample question below.


{{ pf_graph }}

Each island has room for {{ num_quota }} travelers. There are {{ num_players }} travelers.

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

{{ for row in belief_rows }} {{ endfor }}
Rank Island Probability (%)
{{ row.rank }} {{ row.island }}
Not sent to any island
Total: 0%

{{ endblock }}