{% extends "global/Page.html" %} {% load otree static %} {% block title %} Comprehension test {% endblock %} {% block content %}


Please answer all the following questions, to help you understand the determination of your income.

{% if player.treatment == "equalpro" %}


1. Each group member has 20 tokens. Assume that none of the four group members (including you) contributes anything to the project.


a) What will your total income (in points) be?

{% formfield player.question1 %}


b) What will the total income (in points) of each of the other group members be?

{% formfield player.question2 %}



2. Each group member has 20 tokens. You contribute 20 tokens in the project. Each of the other three members of the group also contributes 20 tokens to the project.


a) What will your total income (in points) be?

{% formfield player.question3 %}


b) What will the total income (in points) of each of the other group members be?

{% formfield player.question4 %}



3. Each group member has 20 tokens. The other three members contribute a total of 30 tokens to the project.


a) What will your total income (in points) be, if - in addition to the 30 tokens contributed by others - you contribute 0 tokens to the project?

{% formfield player.question5 %}


b) What will your total income (in points) be, if - in addition to the 30 tokens contributed by others - you contribute 8 tokens to the project?

{% formfield player.question6 %}


c) What will your total income (in points) be, if - in addition to the 30 tokens contributed by others - you contribute 15 tokens to the project?

{% formfield player.question7 %} {% elif player.treatment == "equalmain" %}


1. There are 80 tokens in the project. Assume that everyone in your group withdraws 20 tokens from the project.


a) What will your total income (in points) be?

{% formfield player.question1 %}


b) What will the total income (in points) of each of the other group members be?

{% formfield player.question2 %}



2. There are 80 tokens in the project. You withdraw 0 tokens from the project. Each of the other three members of the group also withdraws 0 tokens from the project.


a) What will your total income (in points) be?

{% formfield player.question3 %}


b) What will the total income (in points) of each of the other group members be?

{% formfield player.question4 %}



3. There are 80 tokens in the project. The other three members withdraw 30 tokens from the project.


a) What will your total income (in points) be, if - in addition to the 30 tokens withdrawn by others - you withdraw 20 tokens from the project?

{% formfield player.question5 %}


b) What will your total income (in points) be, if - in addition to the 30 tokens withdrawn by others - you withdraw 12 tokens from the project?

{% formfield player.question6 %}


c) What will your total income (in points) be, if - in addition to the 30 tokens withdrawn by others - you withdraw 5 tokens from the project?

{% formfield player.question7 %} {% elif player.treatment == "unequalpro" %}


1. Two group members have 10 tokens and the other two have 30 tokens. Assume that you are allocated 10 tokens and none of the four group members (including you) contributes anything to the project.


a) What will your total income (in points) be?

{% formfield player.question1 %}


b) What will the total income (in points) of the other group member allocated with 10 tokens be?

{% formfield player.question2 %}



2. Two group members have 10 tokens and the other two have 30 tokens. You are allocated with 30 tokens and contribute 30 tokens in the project. The other group member who was allocated with 30 tokens also contributes 30 tokens and the remaining two group members who were allocated 10 tokens contribute 10 tokens each.


a) What will your total income (in points) be?

{% formfield player.question3 %}


b) What will the total income (in points) of the other group members allocated with 10 tokens be?

{% formfield player.question4 %}



3. Two group members have 10 tokens and the other two have 30 tokens. You are allocated with 30 tokens. The other three members contribute a total of 30 tokens to the project.


a) What will your total income (in points) be, if - in addition to the 30 tokens contributed by others - you contribute 0 tokens to the project?

{% formfield player.question5 %}


b) What will your total income (in points) be, if - in addition to the 30 tokens contributed by others - you contribute 5 tokens to the project?

{% formfield player.question6 %}


c) What will your total income (in points) be, if - in addition to the 30 tokens contributed by others - you contribute 8 tokens to the project?

{% formfield player.question7 %} {% elif player.treatment == "unequalmain" %}


1. There are 80 tokens in the project. You can withdraw up to 10 tokens. Assume that everyone in your group withdraws their maximum tokens from the project.


a) What will your total income (in points) be?

{% formfield player.question1 %}


b) What will the total income (in points) of the other group member who can withdraw up to 10 tokens be?

{% formfield player.question2 %}



2. There are 80 tokens in the project. You can withdraw up to 10 tokens. You withdraw 0 tokens from the project. Each of the other three members of the group also withdraws 0 tokens from the project.


a) What will your total income (in points) be?

{% formfield player.question3 %}


b) What will the total income (in points) of each of the other group members be?

{% formfield player.question4 %}



3. There are 80 tokens in the project. You can withdraw up to 30 tokens. The other three members withdraw 20 tokens from the project.


a) What will your total income (in points) be, if - in addition to the 20 tokens withdrawn by others - you withdraw 30 tokens from the project?

{% formfield player.question5 %}


b) What will your total income (in points) be, if - in addition to the 20 tokens withdrawn by others - you withdraw 25 tokens from the project?

{% formfield player.question6 %}


c) What will your total income (in points) be, if - in addition to the 20 tokens withdrawn by others - you withdraw 22 tokens from the project?

{% formfield player.question7 %} {% endif %} {% next_button %} {% endblock %}