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

Select between these two wagers. At the end of the experiment, one of the choices from this part of the experiment will be randomly selected to count for your payoff. If choice 1 is selected and your wager is correct, you will receive a $10 payoff.
Your two options are as follows:
{{ if player.ind_setting == 2 }} Wager 1: The marble drawn from Jar A will be white.
Wager 2: The marble drawn from Jar B will be red.

{{ endif }} {{ if player.ind_setting == 3 }} Wager 1: The marble drawn from Jar A will be black.
Wager 2: The marble drawn from Jar B will be blue.

{{ endif }} {{ if player.ind_setting == 4 }} Wager 1: The marble drawn from Jar A will be white.
Wager 2: The marble drawn from Jar B will be blue.

{{ endif }} Select one of these wagers:

{{ formfields }} Next, you will make another choice.

{{ next_button }} {{ endblock }}