{{ block title }} Control Questions (1/3) {{ endblock }} {{ block content }}


(1) Suppose the group participants decided as follows:


Participant a {{ if player.role == 'a' }} (You) {{ endif }} chooses Field B
Participant b {{ if player.role == 'b' }} (You) {{ endif }} chooses Field B
Participant c {{ if player.role == 'c' }} (You) {{ endif }} chooses Field C

What is your payoff in this period?

{{ if player.role == 'a' }} {{ formfield 'control_1a' }} {{ endif }} {{ if player.role == 'a' }} {{ formfield 'control_1b' }} {{ endif }} {{ if player.role == 'a' }} {{ formfield 'control_1c' }} {{ endif }}


(2) Suppose the group participants decided as follows:


Participant a {{ if player.role == 'a' }} (You) {{ endif }} chooses Field C
Participant b {{ if player.role == 'b' }} (You) {{ endif }} chooses Field A
Participant c {{ if player.role == 'c' }} (You) {{ endif }} chooses Field C

What is your payoff in this period?

{{ if player.role == 'a' }} {{ formfield 'control_2a' }} {{ endif }} {{ if player.role == 'a' }} {{ formfield 'control_2b' }} {{ endif }} {{ if player.role == 'a' }} {{ formfield 'control_2c' }} {{ endif }}


(3) Suppose the group participants decided as follows:


Participant a {{ if player.role == 'a' }} (You) {{ endif }} chooses Field A
Participant b {{ if player.role == 'b' }} (You) {{ endif }} chooses Field B
Participant b {{ if player.role == 'c' }} (You) {{ endif }} chooses Field C

What is your payoff in this period?

{{ if player.role == 'a' }} {{ formfield 'control_3a' }} {{ endif }} {{ if player.role == 'a' }} {{ formfield 'control_3b' }} {{ endif }} {{ if player.role == 'a' }} {{ formfield 'control_3c' }} {{ endif }}


(4) Suppose the group participants decided as follows:


Participant a {{ if player.role == 'a' }} (You) {{ endif }} chooses Field C
Participant b {{ if player.role == 'b' }} (You) {{ endif }} chooses Field C
Participant c {{ if player.role == 'c' }} (You) {{ endif }} chooses Field C

What is your payoff in this period?

{{ if player.role == 'a' }} {{ formfield 'control_4a' }} {{ endif }} {{ if player.role == 'a' }} {{ formfield 'control_4b' }} {{ endif }} {{ if player.role == 'a' }} {{ formfield 'control_4c' }} {{ endif }}


{{ next_button }}
{{ endblock }}