{{ if player.group_info == 1 }}
{{ if player.choice_val == 0 }}
{{ if player.position == 0 }}
{{ endif}}
{{ endif}}
{{ endif}}
{{ if player.group_info == 1 }}
{{ if player.choice_val == 1 }}
{{ if player.position == 0 }}
{{ endif}}
{{ endif}}
{{ endif}}
{{ if player.group_info == 2 }}
{{ if player.choice_val == 1 }}
{{ if player.position == 0 }}
{{ endif}}
{{ endif}}
{{ endif}}
{{ if player.group_info == 2 }}
{{ if player.choice_val == 0 }}
{{ if player.position == 0 }}
{{ endif}}
{{ endif}}
{{ endif}}
{{ if player.group_info == 1 }}
{{ if player.choice_val == 0 }}
{{ if player.position == 1 }}
{{endif}}
{{endif}}
{{endif}}
{{ if player.group_info == 1 }}
{{ if player.choice_val == 1 }}
{{ if player.position == 1 }}
{{ endif }}
{{ endif }}
{{ endif }}
{{ if player.group_info == 2 }}
{{ if player.choice_val == 1 }}
{{ if player.position == 1 }}
{{ endif}}
{{ endif}}
{{ endif}}
{{ if player.group_info == 2 }}
{{ if player.choice_val == 0 }}
{{ if player.position == 1 }}
{{ endif}}
{{ endif}}
{{ endif}}
{{if player.group_info == 1}}
{{if player.choice_credit > 0}}
In this trial your payoff is +{{player.choice_credit}} points
Had you selected the other option, your payoff would have been {{if player.con_env_info == 1}}+{{endif}}{{player.forgone_credit}} points
{{elif player.forgone_credit > 0}}
In this trial your payoff is {{player.choice_credit}} points
Had you selected the other option, your payoff would have been +{{player.forgone_credit}} points
{{else}}
In this trial your payoff is {{player.choice_credit}} points
Had you selected the other option, your payoff would have been {{player.forgone_credit}} points
{{endif}}
{{endif}}
{{if player.group_info == 2}}
{{if player.choice_val == 0}}
In this trial you selected
{{ if player.con_env_info == 0 }}
Zero points for sure
{{ elif player.con_env_info == 1 }}
Gaining 16 points for sure
{{ elif player.con_env_info == 2 }}
Losing 16 points for sure
{{endif}}
The alternative was
{{ if player.con_env_info == 0 }}
Equal chances to either gain or lose {{player.pos_risk_val}} points
{{ elif player.con_env_info == 1 }}
Equal chances to gain either {{player.high_risk_val}} or {{player.low_risk_val}} points
{{ else }}
Equal chances to lose either {{player.pos_high_risk_val}} or {{player.pos_low_risk_val}} points
{{endif}}
{{endif}}
{{endif}}
{{if player.group_info == 2}}
{{if player.choice_val == 1}}
In this trial you selected
{{ if player.con_env_info == 0 }}
Equal chances to either gain or lose {{player.pos_risk_val}} points
{{ elif player.con_env_info == 1 }}
Equal chances to gain either {{player.high_risk_val}} or {{player.low_risk_val}} points
{{ else }}
Equal chances to lose either {{player.pos_high_risk_val}} or {{player.pos_low_risk_val}} points
{{endif}}
The alternative was
{{ if player.con_env_info == 0 }}
Zero points for sure
{{ elif player.con_env_info == 1 }}
Gaining 16 points for sure
{{ elif player.con_env_info == 2 }}
Losing 16 points for sure
{{endif}}
{{ endif }}
{{ endif }}