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

Please use Your personal Computer and set the window to maximum size!

{{ formfields }}

Island Selection

scores

{{ 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}}
{{if player.round_number == 1}}

{{player.cooperationScore}}

{{else}}

{{group.cooperationScore}}

{{endif}}
{{if player.round_number == 1}}

{{player.competitionScore}}

{{else}}

{{group.competitionScore}}

{{endif}}
{{if player.round_number == 1}}

{{player.independentScore}}

{{else}}

{{group.independentScore}}

{{endif}}
{{if player.round_number <= C.demo_trial }} {{else}} {{endif}} {{ endblock }}