{{ extends "otree/Page.html" }} {{ load otree }} {{ block title }} Punishment/Reward {{ endblock }} {{ block content }}

You are the leader of your group.

You may choose to decrease the point earnings of each of the other members of your group by using punishment points. For every punishment point you use, the other members of your group will receive 10% less of their earnings.

Every punishment point you use will also decrease your earnings. You can see the cost of different amounts of punishment points in the table below. The cost of punishment is incurred only by the leader.

Punishment Points 0 1 2 3 4 5 6 7 8 9 10
Cost 0 0.5 1 2 3 4.5 6 8 10 12.5 15

Recall that your payoff function is

$$ \text{Your payoff }= \text{ The sum of the other players payoffs } \times \text{ .25 } - \text{ cost of punishment} $$

Currently the sum of the other player's payoffs is {{payoff_sum}} points.

Player: 2 3 4 5
Amount contributed: {{ p2_cont }} points {{ p3_cont }} points {{ p4_cont }} points {{ p5_cont }} points

Remember that punishing the other members of the group will reduce their earnings, which will reduce your earnings.

{{ formfields }} {{ next_button }}

{{ endblock }} {{ block global_styles }} {{ endblock }} {{ block global_scripts }} {{ endblock }}