Spaces:
Paused
Paused
| {{ block title }}Public Goods — Introduction (Game 3 of 3){{ endblock }} | |
| {{ block content }} | |
| <p class="alert alert-info small" role="note"><strong>Note:</strong> Points convert to a bonus at the end of the study.</p> | |
| <ul> | |
| <li>Group size: {{ C.PLAYERS_PER_GROUP }}. Each participant receives an endowment of {{ C.ENDOWMENT }}.</li> | |
| <li>You may contribute any amount (0–{{ C.ENDOWMENT }}) to a shared fund.</li> | |
| <li>The fund is multiplied by {{ C.MULTIPLIER }} and then split equally among group members.</li> | |
| <li>Your payoff = ({{ C.ENDOWMENT }} − your contribution) + your share of the multiplied fund.</li> | |
| <li>One shot (no repeats in this demo). Decisions are private.</li> | |
| </ul> | |
| <p><strong>Example:</strong> if each of 3 players contributes 20, the total is 60. Multiplied by the efficiency factor and split equally, each participant receives an equal share from the fund. Your payoff equals your kept amount plus your share.</p> | |
| <p>When ready, click Next to decide how much to contribute.</p> | |
| {{ next_button }} | |
| {{ endblock }} | |