e4c_expe2/a5_questfin/templates/a5_questfin/instructions_das.html
Johanne Trotin 981d06d34c Expé E4C v6
2025-03-30 12:32:15 +02:00

42 lines
2.6 KiB
HTML

{% load otree %}
<h3>
Instructions
</h3>
<p>
Game Rule: This game consists of 8 rounds.
<br>At the end of the game, the POINTS you have earned will be converted to € according to the following rule:
<p><b><center>The exchange rate for this game is (1 POINT = 0.1 EUROS) </center></b></p>
For each of these rounds, you have a starting amount in POINTs.
You can choose to give some to a non-profit organization <b><span style="color:blue; font-size:17px;">Agir pour l'Environnement</span></b>
working for environmental protection.
So 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 be equal to 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 one you give will be multiplied by <b>G</b>.
<br>Your final gain will be:
<br><center><b>Amount you chose to keep x S</b></center>
<br>And the final amount given to the organization <b><span style="color:blue; font-size:17px;">Agir pour l'Environnement</span></b> will be:
<br><center><b>Amount you chose to give x G</b></center>
<br>At the end of the game, one of the rounds will be randomly chosen to determine your gain, and the amount given to the organization <b>"Agir pour l'Environnement"</b>.
</p>
</p>
<center> ------------------------- </center>
<p><i>
Presentation of the <b><span style="color:blue; font-size:17px;">Agir pour l'Environnement</span></b> association:
<br><b><span style="color:blue; font-size:17px;">Agir pour l'Environnement</span></b> is a citizens' organisation working for a livable planet.
The association puts pressure on politicians and economic decision-makers by conducting campaigns
that bring together a wide network of associations and citizens.
In order to maintain its independence of action, the association refuses all funding from
the public authorities.</i>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Link to Agir pour l'environnement</title>
</head>
<body>
<p>You can visit the <b><span style="color:blue; font-size:17px;">Agir pour l'Environnement</span></b> website by clicking the link below:</p>
<a href="https://www.agirpourlenvironnement.org/" target="_blank">Agir pour l'environnement</a>
</body>
</p>