{% 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
(4 ECUs) (4 ECUs)
B


B
(3 ECUs) (6 ECUs)
C

C
(2 ECUs) (8 ECUs)
D

D
(1 ECU) (10 ECUs)
E

E
(0 ECUs) (12 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
(4 ECUs) (4 ECUs)
B


B
(3 ECUs) (6 ECUs)
C

C
(2 ECUs) (8 ECUs)
D

D
(1 ECU) (10 ECUs)
E

E
(0 ECUs) (12 ECUs)

Question 2: What would your earnings be?

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

Example 3:

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


Options Red Green
A

A
(4 ECUs) (4 ECUs)
B


B
(3 ECUs) (6 ECUs)
C

C
(2 ECUs) (8 ECUs)
D

D
(1 ECU) (10 ECUs)
E

E
(0 ECUs) (12 ECUs)

Question 3: What would your earnings be?

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






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