{{ block title }}Payment details Part I{{ endblock }} {{ block content }}
You earned a payment of {{ part1 }} points in Part I. Below you can find the details.
In each task, we randomly matched you with other participants from the experiment. Within each task, we randomly determined the roles for different participants. You were not matched with the same participant more than once.
Task description | Your role | The choices | Your payoff |
---|---|---|---|
Participant A and Participant B both work on a counting task and earn a joint reward of 600 points. Participant A then decides how to distribute the joint reward between Participant B and themself, depending on whether Participant A or Participant B worked harder. | {{ if role1 == '1' }} A{{ else }} B{{ endif }} | {{if task1difficulty == '1' }} The other participant worked harder{{ else }} You worked harder{{ endif }}. In this case, {{ if role1 == '1' }} you chose to give {{ task1 }} points to the other participant{{ else }} the other participant chose to give {{ task1 }} points to you{{ endif }}. | {{ task1payoff }} |
Participant A and Participant B are each given 250 points. Participant A decides whether to give points to or take points from Participant B. | {{ if role2 == '1' }} A{{ else }} B{{ endif }} | {{ if role2 == '1' }} You decided {{ if task2take == '0' }} to give {{ task2 }} points to Participant B{{ endif }} {{ if task2take == '1' }} not to give or take any points{{ endif }} {{ if task2take == '2' }} to take {{ task2 }} points from Participant B.{{ endif }} {{ else }} Participant A decided {{ if task2take == '0' }} to give {{ task2 }} points to you.{{ endif }} {{ if task2take == '1' }} not to give or take any points.{{ endif }} {{ if task2take == '2' }} to take {{ task2 }} points from you.{{ endif }} {{endif}} | {{ task2payoff }} |
Participant A is given 500 points. Participant B is given 0 points. Participant A decides how to allocate the 500 points between themself and Participant B. | {{ if role3 == '1' }} A{{ else }} B{{ endif }} | {{ if role3 == '1' }} You decided to give {{ task3 }} points to Participant B. {{ else }} Participant A decided to give {{ task3 }} points to you.{{endif}} | {{ task3payoff }} |
Participant A and Participant B are each given 250 points. Participant A decides how much of Participant B's earnings to reduce. It costs Participant A 1 point to reduce Participant B's earnings by 10 points. | {{ if role4 == '1' }} A{{ else }} B{{ endif }} | {{ if role4 == '1' }} Your{{ if jodchosen == '1' }} first{{ else }} second{{ endif }} decision is chosen to be implemented. In that case, you chose to spend {{ task4 }} {{ if task4 == '1' }} point{{ else }} points{{ endif }} on reducing Participant B's earnings. {{ else }} The{{ if jodchosen == '1' }} first{{ else }} second{{ endif }} decision of Participant A is chosen to be implemented. In that case, they chose to spend {{ task4 }} {{ if task4 == '1' }} point{{ else }} points{{ endif }} on reducing your earnings.{{ endif }} | {{ task4payoff }} |
Participant A is given 500 points. Participant B is given 0 points. Participant C is given 100 points. Participant A decides how many of their 500 points they want to send to Participant B. Participant C can then transfer deduction points to Participant A, based on Participant A's decision. Each deduction point transferred to Participant A decreases Participant A's remaining earnings by 5 points, and Participant C’s earnings by 1 point. | {{ if role5 == '1' }} A{{ endif }} {{ if role5 == '2' }} B{{ endif }} {{ if role5 == '3' }} C{{ endif }} | {{ if role5 == '1' }} You decided to give {{ task5a }} points to Participant B and Participant C decided to transfer {{ task5c }} deduction points to you in that case.{{ endif }} {{ if role5 == '2' }} Participant A decided to give {{ task5a }} points to you.{{ endif }} {{ if role5 == '3' }} Participant A decided to give {{ task5a }} points to Participant B and you decided to transfer {{ task5c }} deduction points to them in that case.{{ endif }} | {{ task5payoff }} |
Citizen 1 and citizen 2 each have 250 points. The judge has 100 points. Citizen 1 decides whether to give points to or steal points from citizen 2. 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 5, and the judge's earnings by 1. | {{ if role6 == '1' }} Citizen 1{{ endif }} {{ if role6 == '2' }} Citizen 2{{ endif }} {{ if role6 == '3' }} Judge{{ endif }} | {{ if role6 == '1' }} You decided {{ if task6atake == '0' }}to give {{ task6a }} points to citizen 2{{ endif }} {{ if task6atake == '1' }} not to give or steal points{{ endif }} {{ if task6atake == '2' }}to steal {{ task6a }} points from citizen 2{{ endif }}. The judge decided to charge {{ task6c }} penalty points to you in that case. {{ endif }} {{ if role6 == '2' }} Citizen 1 decided {{ if task6atake == '0' }}to give {{ task6a }} points to you.{{ endif }} {{ if task6atake == '1' }} not to give or steal points.{{ endif }} {{ if task6atake == '2' }} to steal {{ task6a }} points from you.{{ endif }} {{ endif }} {{ if role6 == '3' }} Citizen 1 decided {{ if task6atake == '0' }}to give {{ task6a }} points to citizen 2.{{ endif }} {{ if task6atake == '1' }} not to give or steal points.{{ endif }} {{ if task6atake == '2' }} to steal {{ task6a }} points from citizen 2.{{ endif }} You decided to charge {{ task6c }} penalty points to citizen 1 in that case.{{ endif }} | {{ task6payoff }} |
Participant B is given 0 tokens. Participant C is given 500 tokens. Participant A decides whether to re-allocate the tokens. For each token Participant A re-allocates, Participant C loses 1 token and Participant B earns 1 token. Each token is worth 0.2 points to Participant B and 1 point to Participant C. Participant A earns 250 points from this task, independent of their choice. | {{ if role7 == '1' }} A{{ endif }} {{ if role7 == '2' }} B{{ endif }} {{ if role7 == '3' }} C{{ endif }} | {{ if role7 == '1' }} You{{ else }} Participant A{{ endif }} decided to re-allocate {{ task7 }} points. | {{ task7payoff }} |
Participant A is assigned the task of distributing 100 points between Participant B and Participant C. Every point Participant A sends to Participant B is multiplied by 5. Every point Participant A sends to Participant C is multiplied by 1. Participant A earns 250 points from this task, independent of their choice. | {{ if role8 == '1' }} A{{ endif }} {{ if role8 == '2' }} B{{ endif }} {{ if role8 == '3' }} C{{ endif }} | {{ if role8 == '1' }} You decided to send {{ task8 }} points to Participant B.{{ endif }} {{ if role8 == '2' }} Participant A decided to send {{ task8 }} points to you.{{ endif }} {{ if role8 == '3' }} Participant A decided to send {{ task8 }} points to Participant B.{{ endif }} | {{ task8payoff }} |
You therefore earned {{ part1 }} points in Part I.