{{ block title }}
{{if subsession.round_number <= 5 }} Practice Rounds {{ else }} Round {{ round_shown }} of {{ total_shown }} {{ endif }}
Results
{{ endblock }} {{ block content }}Your investment into the public project -> {{public_claim|to0}} points.
Your group member's investment into the public project -> {{public_claim|to0}} points.
Your investment into the private project -> {{player.private|to0}} points.
Your group member's investment into the private project -> {{other.private|to0}} points.
The prize = (10 - Your investment into the public project – Your investment into the private project) + (10 - Your group member's investment into the private project – Your group member’s investment into the private project) = {{player.remaining_endowment|to0}} points.
{{ if player.private == 0 and other.private == 0 }}None of you invested into the private project, your earnings are = 10 – your investment into the public project.
{{elif player.private == 0 and other.private > 0 }}You did not invest into the private project while your group member did, the public project funds ({{total_public_claim|to0}} points) will count as the investment into the private project of yours.
Your earnings are decided by the relative size of your private project investment (={{total_public_claim|to0}}/({{total_public_claim|to0}}+{{other.private|to0}})) times the prize (= {{player.remaining_endowment|to0}} points).
{{elif player.private > 0 and other.private == 0 }}You invested into the private project while your group member did not, the public project funds ({{total_public_claim|to0}} points) will count as the investment into the private project of your group member's.
Your earnings are decided by the relative size of your private project investment (= {{player.private|to0}}/({{total_public_claim|to0}}+{{player.private|to0}})) times the prize (= {{player.remaining_endowment|to0}} points).
{{else}}Both of you invested into the private project.
Your earnings are decided by the relative size of your private project investment (= {{player.private|to0}}/({{other.private|to0}}+{{player.private|to0}})) times the prize (= {{player.remaining_endowment|to0}} points).
{{ endif }}Your earnings are {{player.total_payoff|to2}} points, your group member's earnings are {{other.total_payoff|to2}} points.
Your payoff equals your earnings plus 0.5 times your group member's earnings.
Your payoff in this round is {{player.total_payoff_externality|to2}} points.
{{ next_button }} {{ endblock }}