{% extends "global/Page.html" %} {% load otree %} {% block title %} Game 1 {% 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 did you earn?

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

3) If the investment is unsuccessful, how many ECUs did you earn?

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



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