{{ block title }}Participant {{tag}}: Your Interpretation {{stage}}/{{num_q}} {{ endblock }} {{ block content }} {% block styles %} {% endblock %}

Scenario:

{{ if first }}

It is the first round of the experiment.

{{ else }}

It is round {{round}} of the experiment. In the previous round, suppose participant {{active_opp_tag}} made the choice shown on the right:

Assume that {{if r}} you have {{else}} participant {{active_tag}} has{{endif}} acted according to your interpretation of the advice in previous rounds.

{% include 'GPD/surveyHistory.html' %}
{{ endif }}
{{ if r }}

You received the following advice from participant {{pred_tag}}:

{{ else }}

You gave the following advice to participant {{succ_tag}}:

{{ endif }}
{{advice}}

Which choice does the advice suggest for {{ if r }}you{{ else }}participant {{ active_tag }}{{endif}} to take in round {{round}}? If the advice is not clear, click on your best guess.

Round {{round}} {{ active_opp_tag }}'s Choice
{{ C.C_TAG}} {{ C.D_TAG}}
{{ if r }}Your Choice {{ else }} {{ active_tag }}'s Choice {{endif}} {{C.PAYOFF_CC}}, {{C.PAYOFF_CC}} {{ C.PAYOFF_CD }}, {{C.PAYOFF_DC}}
{{C.PAYOFF_DC}}, {{ C.PAYOFF_CD }} {{C.PAYOFF_DD}}, {{C.PAYOFF_DD}}
{{ endblock }}