{{ extends 'global/Page.html' }} {{ block title }}Reminder: Payoffs{{ endblock }} {{ block content }}
Islands' points will be randomly drawn between {{ C.MIN_PTS }} and {{ C.MAX_PTS }}:
One island, chosen at random, is worth {{ C.MIN_PTS }} points.
One island, chosen at random, is worth {{ C.MAX_PTS }} points.
The points for the other four islands are randomly chosen from this list:
{{ pts_step_list }}
All islands are worth a different number of points.
The other travelers' points are assigned in the same way: randomly, like yours.
This means their points may differ from yours.
You will not observe others' points.
The other travelers will also receive payoffs according to the island they are sent to.
{{ next_button }} {{ endblock }}