{{ extends 'global/Page.html' }} {{ block title }}Results from Practice Choice 1{{ endblock }} {{ block content }}

You selected (debug choice is {{ player.practice_choice_1 }}) {{ if player.practice_choice_1 == "a_black" }} Wager 1: The marble drawn from Jar A will be black. {{ else }} Wager 2: The marble drawn from Jar A will be white. {{ endif }} A draw from Jar A has been simulated.

The marble drawn from Jar A is white. Because you chose {{ if player.practice_choice_1 == "a_black" }} Wager 1, your wager was incorrect, so if this were an official round you would not receive a payoff for this choice. {{ else }} Wager 2, your wager was correct, so if this were an official round you would receive a payoff of $10 for this choice. {{ endif }}

Next, you will make one more practice choice.

{{ next_button }} {{ endblock }}