{{ extends "global/Page.html" }} {{ block title }} {{ endblock }} {{ block content }} {% if Role_Subject_or_Experimenter != 'Experimenter' and Choice_Problem_Practice1 == "Red" %}
Red Choice Task
Choose one draw to count for your payment
You selected the Red Choice Task.
In the Red Choice Task, you chose for the draw from Bag B to count for your payment.
The draw from Bag B was Red.
You win $7.14.
{% elif Ambiguous_Bag_Practice == "Blue" and Bet_Red_Practice1 == "Ambiguous" %}You selected the Red Choice Task.
In the Red Choice Task, you chose for the draw from Bag B to count for your payment.
The draw from Bag B was Blue.
You win $0.
{% elif Risky_Bag_Practice == "Red" and Bet_Red_Practice1 == "Risky" %}You selected the Red Choice Task.
In the Red Choice Task, you chose for the draw from Bag A to count for your payment.
The draw from Bag A was Red.
You win $7.
{% elif Risky_Bag_Practice == "Blue" and Bet_Red_Practice1 == "Risky" %}You selected the Red Choice Task.
In the Red Choice Task, you chose for the draw from Bag A to count for your payment.
The draw from Bag A was Blue.
You win $0.
{% endif %} {% elif Role_Subject_or_Experimenter != 'Experimenter' and Choice_Problem_Practice1 == "Blue" %}Blue Choice Task
Choose one draw to count for your payment
You selected the Blue Choice Task.
In the Blue Choice Task, you chose for the draw from Bag B to count for your payment.
The draw from Bag B was Red.
You win $0.
{% elif Ambiguous_Bag_Practice == "Blue" and Bet_Blue_Practice1 == "Ambiguous" %}You selected the Blue Choice Task.
In the Blue Choice Task, you chose for the draw from Bag B to count for your payment.
The draw from Bag B was Blue.
You win $7.14.
{% elif Risky_Bag_Practice == "Red" and Bet_Blue_Practice1 == "Risky" %}You selected the Blue Choice Task.
In the Blue Choice Task, you chose for the draw from Bag A to count for your payment.
The draw from Bag A was Red.
You win $0.
{% elif Risky_Bag_Practice == "Blue" and Bet_Blue_Practice1 == "Risky" %}You selected the Blue Choice Task.
In the Blue Choice Task, you chose for the draw from Bag A to count for your payment.
The draw from Bag A was Blue.
You win $7.
{% endif %} {% else %}Subjects are seeing what their payoffs would have been. Give 10 seconds for them to review, then click "Proceed" to send them to the comprehension questions.