{{ extends 'global/Page.html' }} {{ block title }}Payoff from Second Part{{ endblock }} {{ block content }}
Your classmate drew {{ session.group_incentive_index }}, so the choice from the second part which determined your payoff for this part was Choice {{ session.group_incentive_index }}.
The wager your group chose in Choice {{ session.group_incentive_index }} was:
{{ if session.group_incentive_index == 1 }}
{{ if player.group_leader_choice_1 == "a_black" }} The marble drawn from Jar A will be black. {{ endif }}
{{ if player.group_leader_choice_1 == "a_white" }} The marble drawn from Jar A will be white. {{ endif }}
{{ if player.group_leader_choice_1 == "b_red" }} The marble drawn from Jar B will be red. {{ endif }}
{{ if player.group_leader_choice_1 == "b_blue" }} The marble drawn from Jar B will be blue. {{ endif }}
{{ elif session.group_incentive_index == 2 }}
{{ if player.group_leader_choice_2 == "a_black" }} The marble drawn from Jar A will be black. {{ endif }}
{{ if player.group_leader_choice_2 == "a_white" }} The marble drawn from Jar A will be white. {{ endif }}
{{ if player.group_leader_choice_2 == "b_red" }} The marble drawn from Jar B will be red. {{ endif }}
{{ if player.group_leader_choice_2 == "b_blue" }} The marble drawn from Jar B will be blue. {{ endif }}
{{ else }}
{{ if player.group_leader_choice_2 == "a_black" }} The marble drawn from Jar A will be black. {{ endif }}
{{ if player.group_leader_choice_2 == "a_white" }} The marble drawn from Jar A will be white. {{ endif }}
{{ if player.group_leader_choice_2 == "b_red" }} The marble drawn from Jar B will be red. {{ endif }}
{{ if player.group_leader_choice_2 == "b_blue" }} The marble drawn from Jar B will be blue. {{ endif }}
{{ endif }}