{% extends "global/Page.html" %} {% 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
A

A
(8 ECUs) (8 ECUs)
B


B
(6 ECUs) (12 ECUs)
C

A
(4 ECUs) (16 ECUs)
D

C
(2 ECU) (20 ECUs)
E

D
(0 ECUs) (24 ECUs)

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
A

A
(8 ECUs) (8 ECUs)
B


B
(6 ECUs) (12 ECUs)
C

C
(4 ECUs) (16 ECUs)
D

D
(2 ECU) (20 ECUs)
E

E
(0 ECUs) (24 ECUs)

Question 2: What would your earnings be?

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

Example 3:

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


Options Red Green
A

A
(8 ECUs) (8 ECUs)
B


B
(6 ECUs) (12 ECUs)
C

C
(4 ECUs) (16 ECUs)
D

D
(2 ECU) (20 ECUs)
E

E
(0 ECUs) (24 ECUs)

Question 3: What would your earnings be?

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






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