{% load otree %} {% block title %} Comprehension Questionnaire {% endblock %} {% block content %}

Now we want to test if you have understood the in-game instructions.


Example 1:

If you have chosen situation B, then the color Green appears.

Options Red Green
B



B
(7 ECUs) (10 ECUs)

Question 1: What would your earnings be?

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

Example 2:

If you have chosen situation D, then the color Red appears.


Options Red Green
D



D
(5 ECU) (14 ECUs)

Question 2: What would your earnings be?

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

Example 3:

If you have chosen situation I, then the color Red appears.


Options Red Green
I



E
(0 ECUs) (24 ECUs)

Question 3: What would your earnings be?

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






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