{{ block title }} Instructions {{ endblock }} {{ block content }}
This situation involves the community task with three participants: citizen 1, citizen 2, and the judge.
Citizen 1 and citizen 2 each have {{ Constants.endowment_dictator|cu }}. The judge has {{ Constants.endowment_punisher|cu }}.
Citizen 1 decides whether to give points to or steal points from citizen 2. They can give or steal a number of points between 0 and {{ Constants.endowment_dictator }} in a multiple of 50 (0, 50, 100, 150, 200, or 250 points). Citizen 2 makes no decisions.
The judge then decides how many penalty points to charge citizen 1 to restore the justice in the community. Each penalty point charged to citizen 1 decreases citizen 1's earnings by {{ Constants.rate_punishment }}, and the judge's earnings by 1.
So, if citizen 1 gave X points to citizen 2, the judge can charge a number of penalty points between 0 and ({{ Constants.endowment_dictator }}− X)/{{ Constants.rate_punishment }}. Or, if citizen 1 stole Z points from citizen 2, the judge can charge a number of penalty points between 0 and ({{ Constants.endowment_dictator }}+Z)/{{ Constants.rate_punishment }}.
Final earnings are calculated as follows:
You will take part in this task for 3 rounds, once in each role. You will be matched with different participants in each round.
This is the end of the instructions for this part. We will go through an example on the next page.
Citizen 1 and citizen 2 each have {{ Constants.endowment_dictator|cu }}. The judge has {{ Constants.endowment_punisher|cu }}. Citizen 1 decides to give points to or steal points from citizen 2. The judge can then charge penalty points to citizen 1 to restore the justice in the community. Each penalty point decreases citizen 1's earnings by {{ Constants.rate_punishment|cu }} and the judge’s earnings by 1 point.
Please answer the practice questions below to proceed.
How many points does citizen 1 earn? |
{{ formfield player.ex1 }}
|
How many points does citizen 2 earn? |
{{ formfield player.ex2 }}
|
How many points does the judge earn? |
{{ formfield player.ex3 }}
|