{% load otree %} {% block title %} Game {{player.game_num}} {% endblock %} {% block content %}

This game can be taken into account when calculating your winnings.

{% include Constants.instructions_GP_template %}


Comprehension test:

If you have invested 6 ECUs in the risky project:

1) How many ECUs have you kept?

{% formfield player.risk11_qc_a label=""%}

2) If the investment is successful, how many ECUs in your possession at the end of this game?

{% formfield player.risk11_qc_b label=""%}

3) If the investment is unsuccessful, how many ECUs in your possession at the end of this game?

{% formfield player.risk11_qc_c label=""%}



{% next_button %}
{% endblock %} {% block scripts %} {% endblock %}