{{ extends 'global/Page.html' }} {{ block title }}Priority Scores{{ endblock }} {{ block content }}
All travelers will be ranked randomly.
Each island will use the same 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 {{ C.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 {{ C.NUM_QUOTA }} travelers and fewer than {{ C.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 an island if fewer than {{ C.NUM_QUOTA }} individuals with priorities {{ two_quotas_below_plus_one }}–{{ C.NUM_PLAYERS }} "apply" there.
{{ next_button }} {{ endblock }}