{{ extends 'global/IntroPage.html' }} {{ block title }}Payoffs{{ endblock }} {{ block page_body }}
Each traveler's island 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.
Islands' points will differ between travelers, since everyone's payoffs are randomly drawn.
You will not observe others' points.
The other travelers will also receive payoffs according to the island they are sent to.
{{ endblock }}