44 lines
2.1 KiB
HTML
44 lines
2.1 KiB
HTML
![]() |
{% load otree %}
|
||
|
|
||
|
<div class="card bg-light m-3">
|
||
|
<div class="card-body">
|
||
|
|
||
|
<h3>
|
||
|
Instructions
|
||
|
</h3>
|
||
|
<p>
|
||
|
Rules of the game:
|
||
|
<br>At the end of the game, the POINTs you have earned will be converted into € according to the following rule:
|
||
|
|
||
|
<p><b><center>The exchange rate for this game is (1 POINT = 0.1 EUROS) </center></b></p>
|
||
|
|
||
|
|
||
|
<br>This game consists of 8 rounds and is played with one of the other participants in the experiment,
|
||
|
whom we will refer to as "your partner."
|
||
|
Your partner is anonymous and has no means of identifying you either.
|
||
|
<br>For each of these rounds, you have a starting amount in POINT.
|
||
|
You can decide to give some of it to your partner.
|
||
|
Therefore, you will choose two amounts: one that you give and one that you keep.
|
||
|
The sum of the amounts you give and the amounts you keep must equal the starting amount.
|
||
|
<br>During each round, a value <b>G ("give")</b> will be assigned to the POINTs you give,
|
||
|
and a value <b>S ("self")</b> will be assigned to the POINTs you keep.
|
||
|
Thus, the amount you keep will be multiplied by <b>S</b>, and the amount you give will be multiplied by <b>G</b>.
|
||
|
<br>Your partner plays the same game on their side.
|
||
|
<br>At the end of the game, one round will be randomly chosen to determine your payoff,
|
||
|
<b>and one of the two players will be randomly named the "dictator" (player1).</b>
|
||
|
<center>-------------------------------------------</center>
|
||
|
<b>Case 1:</b>
|
||
|
<br>If you are the <b>dictator (player 1)</b>, your final payoff will be: <b>
|
||
|
<br><center>Amount you chose to keep x S</center>
|
||
|
<br>And your partner's (player 2) final payoff will be:
|
||
|
<br><center>Amount you chose to give x G</center></b>
|
||
|
<center>-------------------------------------------</center>
|
||
|
<b>Case 2:</b>
|
||
|
<br>If you <b>are not named dictator (player 2)</b>, your final payoff will be: <b>
|
||
|
<br><center>Amount your partner chose to give you x G</center>
|
||
|
<br>And your partner's (player 1) final payoff will be:
|
||
|
<br><center>Amount your partner chose to keep x S</center></b>
|
||
|
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|