{% extends "global/Page.html" %} {% load otree %} {% block title %} Example {% endblock %} {% block content %} {% include Constants.examples_template %}

Quiz

Before we begin with this stage, we will first ask you to answer a quiz about payoffs. This is done to make sure that everybody understands how payoffs are calculated.

If you have questions or are confused, please raise your hand and wait for the experimenter to help you. As soon as everyone has answered the quiz correctly, this stage will start.

Now, please answer some practice questions according to the given conditions of the following table.
The sent amount of each employee(to the leader) Return to each employee(from the leader) Payoff of each of employee Payoff of leader
5 ECs 8 ECs
3 ECs 5 ECs
6 ECs 9 ECs

1. Suppose that you are in the role of an employee, you have an endowment of 10 ECs at the beginning of this stage. You have chosen to send 5ECs to the leader. Hence, the leader could send back between 0 and 15ECs (= 3 × 5 ECs) to you. And, the leader has chosen to send back 8ECs to you:

{% formfield player.practice_question1 label="How much would you earn in this condition (please enter a number,such as 10)" %}

2. Suppose that you are in the role of a leader, you have an endowment of 10 ECs at the beginning of this stage. Each of the non-leader members have chosen to send 5ECs, 3ECs and 6 ECs respectively to you, hence you could receive 42ECs=3× (5+3+6) ECs. You have chosen to send back 8 ECs, 5ECs, and 9ECs to them respectively:

{% formfield player.practice_question2 label="How much would you earn in this condition (please enter a number,such as 10)" %}

{% next_button %} {% endblock %}