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

33 lines
1.4 KiB
HTML

{% load otree %}
<h3>
Rules of the game :
</h3>
<p> You have a capital of 10 ECUs, and you must decide the amount of your investment in the project described below.
You can invest any amount between 0 ECUs and 10 ECUs (in whole numbers). </p>
<h5> Project description: </h5>
<p> This project earns <b> 3 times </b> the amount invested in the event of success and 0 in the event of failure.
Success and failure have the same probability of happening: 1 in 2 chance. </p>
<p> <center> <b> Your gain from this task = amount retained + gain from your investment in the project. </b></center> </p>
<p> <b> Example 1: </b> You decide to invest 4 ECUs in the project. The project is a success. Your project gain is
of 3 x 4 ECUs = 12 ECUs. Your gain from this task is therefore 6 ECUs kept + 12 ECUs from the project = 18 ECUs.
</p>
<p> <b> Example 2: </b> You decide to invest 4 ECUs in the project. The project is a failure. Your project gain is
of 0 x 4 ECUs = 0 ECUs. Your gain from this game is therefore 6 ECUs kept + 0 ECUs from the project = 6 ECUs.
</p>
<p><b><center>The exchange rate for this game is (1 ECU = 0.8 EUROS) </center></b></p>
<h4> Summary of the game: </h4>
<center> <img src="{% static 'e4c/gneezy_potters_en.png'%}" width="40%" height="30%" alt=""/>
</center>
</p>
<br>