{% extends "global/Page.html" %} {% load otree %} {% block title %} Instructions {% endblock %} {% block content %} Earnings
At the end of the experiment, we will randomly select 4 rounds to calculate earnings.

We will calculate how many points members and coordinators earned during those rounds, and everyone will receive 5 cents for each point they earned.


Importantly: Since you do not know which rounds will be selected for payout, you should treat each round independently and as if this round will be selected for payout.

{% next_button %} {% endblock %}