{{ 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, deduction points are assigned automatically by a predetermined algorithm.
{% elif treatment == 'AI_judge_llm' %}In this treatment, deduction points are assigned automatically by ChatGPT.
{% elif treatment == 'humanAI_judge' %}In this treatment, a predetermined algorithm provides suggested deductions, which a human controller can adjust.
{% elif treatment == 'humanAI_judge_llm' %}In this treatment, ChatGPT provides suggested deductions, which a human controller can adjust.
{% endif %}More detailed information about your decisions and payoffs will appear on the following screens.
{{ next_button }} {{ endblock }}