{{ block content }} {{ load static otree }}

The task is over.


{{ if player.participant.treatment == "SI1" }}

You have chosen the option: {{ if player.SI1_answer == 0 }} STAG {{ else }} HARE {{ endif }}. The other player has chosen {{ if player.SI1_combination == "SS" or player.SI1_combination == "HS" }} STAG {{ endif }} {{ if player.SI1_combination == "SH" or player.SI1_combination == "HH" }} HARE {{ endif }}. Your payoff from the task is {{player.payoff}}

{{ endif }} {{ if player.participant.treatment == "SI2" }}

You have chosen the option: {{ if player.SI2_answer == 0 }} BALLET {{ else }} BOXING {{ endif }}. The other player has chosen {{ if player.SI2_combination == "BalBal" or player.SI2_combination == "BoxBal" }} BALLET{{ else }} BOXING{{ endif }}. Your payoff from the task is {{player.payoff}}

{{ if player.role == "ballet" }}
{{ else }} {{ endif }} {{ endif }} {{ if player.participant.treatment == "SI4" }}

You have chosen the option: {{ if player.SI4_answer == 0 }} SWERVE {{ else }} CONTINUE {{ endif }}. The other player has chosen {{ if player.SI4_combination == "SS" or player.SI4_combination == "CS" }} SWERVE {{ else }} CONTINUE{{ endif }}. Your payoff from the task is {{player.payoff}}

{{ endif }} {{ if player.participant.treatment == "SI5" }}

You have chosen the option: {{ if player.SI5_answer == True }} DEFECT{{ else }} COOPERATE {{ endif }}. The other player has chosen {{ if player.SI5_combination == "DC" or player.SI5_combination == "CC" }} COOPERATE {{ else }} DEFECT {{ endif }}. Your payoff from the task is {{player.SI5_points}} points.

{{ endif }}

You can exit the screen.

{{ endblock }}