{{ block title }}Welcome{{ endblock }} {{ block content }}
In this experiment, you will play a repeated game in groups of 4 participants. In total, you will play {{ C.NUM_ROUNDS }} rounds.
Out of {{ C.NUM_ROUNDS }} rounds, you will get paid for 3 randomly selected rounds . Your earnings from those rounds will be tripled at the end of the experiment.
{# Short treatment-specific note about punishment #} {% if treatment == 'human_judge' %}In this treatment, there is an additional control stage where a controller can assign deduction points after contributions are made.
{% elif treatment == 'AI_judge' %}In this treatment, there is an additional control stage where deduction points are assigned automatically by a predefined rule (AI).
{% elif treatment == 'humanAI_judge' %}In this treatment, there is an additional control stage where an AI provides suggested deductions and a human controller can adjust them.
{% endif %}More detailed information about your decisions and payoffs will appear on the following screens.
{{ next_button }} {{ endblock }}