{{ extends "global/Page.html" }} {{ block title }} {{ endblock }} {{ block content }} {% if Role_Subject_or_Experimenter != 'Experimenter' and Choice_Problem_Practice1 == "Red" %}
{{ Subject_Number }}

Red Choice Task

Choose one draw to count for your payment

Bag Image
You WILL be paid if red is drawn.

Red

(Please choose Bag A or Bag B)
You will NOT be paid if blue is drawn.

Blue

(Please choose Bag A or Bag B)
{% elif Role_Subject_or_Experimenter != 'Experimenter' and Choice_Problem_Practice1 == "Blue" %}
{{ Subject_Number }}

Blue Choice Task

Choose one draw to count for your payment

Bag Image
You will NOT be paid if red is drawn.

Red

(Please choose Bag A or Bag B)
You WILL be paid if blue is drawn.

Blue

(Please choose Bag A or Bag B)
{% else %}
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
{{ formfields }} {% endif %} {{ endblock }} {{ block scripts }} {{ endblock }}