{{ extends "global/Page.html" }} {{ block title }} {{ endblock }} {{ block content }}
The Blue Choice Task was selected for payment.
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.
Final Payment: $5
{% elif Role_Subject_or_Experimenter != 'Experimenter' and Bet_Blue == 'Risky' and Risky_Bag == 'Blue' %}The Blue Choice Task was selected for payment.
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 $10.
Final Payment: $15
{% elif Role_Subject_or_Experimenter != 'Experimenter' and Bet_Blue == 'Ambiguous' and Ambiguous_Bag == 'Red' %}The Blue Choice Task was selected for payment.
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.
Final Payment: $5
{% elif Role_Subject_or_Experimenter != 'Experimenter' and Bet_Blue == 'Ambiguous' and Ambiguous_Bag == 'Blue' %}The Blue Choice Task was selected for payment.
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 $10.20.
Final Payment: $15.20
{% else %} {% endif %} {{ endblock }} {{ block scripts }} {{ endblock }}