{{ extends 'global/Page.html' }} {{ block title }}Priority Scores{{ endblock }} {{ block content }}

Each island ranks the {{ C.NUM_PLAYERS }} travelers in order of priority. Your priority score will be a number between 1 and {{ C.NUM_PLAYERS }}.

A higher priority score at an island gives you a higher chance of being assigned there when you "apply."

We explain how these "applications" work shortly.

Island A B C D E F
Points {{ payoff_a }} {{ payoff_b }} {{ payoff_c }} {{ payoff_d }} {{ payoff_e }} {{ payoff_f }}
Priority Score
Points
{{ C.MIN_PTS }} (Lowest) {{ C.MAX_PTS }} (Highest) E F C D B A
Priority Scores
1 (Lowest) {{ C.NUM_PLAYERS }} (Highest) Increasing Priority Score

{{ next_button }} {{ endblock }}