{{ block title }} {{ endblock }} {{ block content }}

Scores

{{ if group.GameMode == "Independent" }} {{endif}} {{ if group.GameMode == "Cooperation" }} {{endif}} {{ if group.GameMode == "Competition" }} {{endif}} {{ if group.GameMode == "Divergent" }} {{endif}}

Score Table

{{if player.id_in_group == 1}}

Your total score:
{{group.p1TotalScore }}

Your Co-player total score:
{{group.p2TotalScore }}

{{endif}} {{if player.id_in_group == 2}}

Your total score:
{{group.p2TotalScore }}

Your Co-player total score:
{{group.p1TotalScore }}

{{endif}}

Your outcome

Your co-player choice

Your choice

Your co-player outcome

Your co-player choice

Your choice

{{if player.round_number > 1 }} {{ if player.id_in_group == 1 }} {{ if group.Lastchoosep1 == 'Tree' }} {{if group.Lastchoosep2 == 'Tree'}} {{endif}} {{if group.Lastchoosep2 == 'Stone'}} {{endif}} {{endif}} {{ if group.Lastchoosep1 == 'Stone' }} {{if group.Lastchoosep2 == 'Tree'}} {{endif}} {{if group.Lastchoosep2 == 'Stone'}} {{endif}} {{endif}} {{endif}} {{ if player.id_in_group == 2 }} {{ if group.Lastchoosep1 == 'Tree' }} {{if group.Lastchoosep2 == 'Tree'}} {{endif}} {{if group.Lastchoosep2 == 'Stone'}} {{endif}} {{endif}} {{ if group.Lastchoosep1 == 'Stone' }} {{if group.Lastchoosep2 == 'Tree'}} {{endif}} {{if group.Lastchoosep2 == 'Stone'}} {{endif}} {{endif}} {{endif}} {{endif}} {{ if player.id_in_group == 1 }} {{ if group.GameMode == "Competition" }} {{endif}} {{ if group.GameMode == "Cooperation" }} {{endif}} {{ if group.GameMode == "Independent" }} {{endif}} {{endif}} {{ if player.id_in_group == 2 }} {{ if group.GameMode == "Competition" }} {{endif}} {{ if group.GameMode == "Cooperation" }} {{endif}} {{ if group.GameMode == "Independent" }} {{endif}} {{endif}} {{ if group.GameMode == "Divergent" }} {{endif}} {{if player.round_number <= C.demo_trial }} {{else}} {{endif}} {{ endblock }}