{{ extends 'global/IntroPage.html' }} {{ block title }}Priority Scores{{ endblock }} {{ block page_body }}
All travelers will be ranked randomly.
Each island will use a different priority order.
The other travelers' priority scores are assigned in the same way: randomly, like yours.
You can infer information about other travelers' scores from your priority scores. For example:
If you have the lowest priority score of 1, all others have higher scores than you at that island.
If you have the highest priority score of {{ num_players }}, all others have lower scores than you at that island.
Priority scores can indicate your chances of admission to each island. For example:
If you have a score above {{ above_quota }}, you are guaranteed a spot on that island, since each island has room for {{ num_quota }} travelers and fewer than {{ num_quota }} individuals can have a higher priority score than yours there.
If you have a score of {{ two_quotas_below }}, you will only be admitted to that island if fewer than {{ num_quota }} individuals with priorities {{ two_quotas_below_plus_one }}–{{ num_players }} "apply" there.
{{ endblock }}