{{ block title }}Participant {{tag}}: Round 1 Results{{ endblock }} {{ block content }} {% include 'GPD/style.html' %} {% block styles %} {% endblock %}
| Round 1 | {{ opp_tag }}'s Choice | ||
|---|---|---|---|
| {{ C.C_TAG}} | {{ C.D_TAG}} | ||
| Your Choice | {{C.PAYOFF_CC}}, {{C.PAYOFF_CC}} | {{ C.PAYOFF_CD }}, {{C.PAYOFF_DC}} | |
| {{C.PAYOFF_DC}}, {{ C.PAYOFF_CD }} | {{C.PAYOFF_DD}}, {{C.PAYOFF_DD}} | ||
Above is the outcome from round 1.
The roll in round 1 was {{ roll }}. {{ if roll > delta }} This is more than {{ delta }}, so the experiment ended in round 1.
This phase of the experiment is over. You have earned {{ player.payoff }} from this portion of the experiment.
{{ else }} This is not more than {{ delta }}, so the experiment lasted another round.Your choice in round 2 is {{if r2_decision}} 1 {{else}} 2 {{endif}}.
{{ endif }} {{ endblock }}