{% block title %} Experimental Instructions {% endblock %} {% block content %}

Row {{ randomrow_example }} was selected.

{{ if example_choice == "L" }}

Your choice in row {{ randomrow_example }} is extra {{Constants.extra_money_example}} dollars as shown below. Therefore, if the task was not an example and was selected for payment, your payment will be {{ example_payment_c }} pieces of chocolate and {{ example_payment_m}} dollars. Specifically, {{Constants.y0_example}} out of {{ example_payment_m}} dollars are from the initial payment, the other {{Constants.extra_money_example}} dollars are from the extra payment you choose in row {{ randomrow_example }}.



If this task is the one that has been selected for payment, you will be given {{Constants.x0_example}} pieces of chocolate and {{Constants.y0_example}} dollars.

In addition, you are offered to choose one of the two extra payments.


Option A are preselected in all the rows. You can change to option B in any rows as you want.

One of the row has been selected randomly by computer. If this task is the one that has been selected for payment, your payment will be {{Constants.x0_example}} pieces of chocolate and {{Constants.y0_example}} dollars plus the extra payment option you choose in the row. Since you do not know which row will be selected for extra payment, you should choose for each row as if it were the one row chosen for extra payment.

To make your choices, simply click on your choice for each row. Note that the quantity of chocolates is ascending in the rows. So if you pick option A in row 3, you should also pick option A in row 1 and row 2. And if you pick option B in row 7, you should still pick it in row 8, row 9, and row 10. The interface below is implemented to automatically make these selections for you.

Please note that the chocolate flavor in the graph below are just example. You can choose different flavors as your want in the payment stage.

Row Number Choose Option A Choose Option B
{{ randomrow_example }} Option A: extra {{Constants.extra_money_example}} dollars Option B: extra {{ randomrow_example }} pieces of chocolate
{{ endif }} {{ if example_choice == "R" }}

Your choice in row {{ randomrow_example }} is extra {{ randomrow_example }} pieces of chocolates as shown below. Therefore, if the task was not an example and was selected for payment, your payment will be {{ example_payment_m}} dollars and {{ example_payment_c }} pieces of chocolate. Specifically, {{Constants.x0_example}} out of {{ example_payment_c }} pieces of chocolate are from the initial payment. The other {{ randomrow_example }} pieces of chocolate are from the extra payment you choose in row {{ randomrow_example }}.



If this task is the one that has been selected for payment, you will be given {{Constants.x0_example}} pieces of chocolate and {{Constants.y0_example}} dollars.

In addition, you are offered to choose one of the two extra payments.


Option A are preselected in all the rows. You can change to option B in any rows as you want.

One of the row has been selected randomly by computer. If this task is the one that has been selected for payment, your payment will be {{Constants.x0_example}} pieces of chocolate and {{Constants.y0_example}} dollars plus the extra payment option you choose in the row. Since you do not know which row will be selected for extra payment, you should choose for each row as if it were the one row chosen for extra payment.

To make your choices, simply click on your choice for each row. Note that the quantity of chocolates is ascending in the rows. So if you pick option A in row 3, you should also pick option A in row 1 and row 2. And if you pick option B in row 7, you should still pick it in row 8, row 9, and row 10. The interface below is implemented to automatically make these selections for you.

Please note that the chocolate flavor in the graph below are just example. You can choose different flavors as your want in the payment stage.

`
Row Number Choose Option A Choose Option B
{{ randomrow_example }} Option A: extra {{Constants.extra_money_example}} dollars Option B: extra {{ randomrow_example }} pieces of chocolate
`
{{ endif }} {{ next_button }} {{ endblock }}