{% block title %} Example {% endblock %} {% block content %}

Row {{ randomrow_example }} was selected.

{{ if example_choice == "L" }}

Your choice in row {{ randomrow_example }} is an extra {{Constants.extra_money_example}} dollars as shown below. Therefore, if the task were not an example and were selected for payment, your payment would be {{ example_payment_c }} piece 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 chose in row {{ randomrow_example }}.



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

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


Option A is preselected in all the rows. You can change to option B in any row as you wish.

One of the rows 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}} piece of chocolate and {{Constants.y0_example}} dollars plus the extra payment option you choose in the row. Since you do not know which row was selected for extra payment, you should choose 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 picture below is just an example. You can choose different flavors as you wish 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 were not an example and were selected for payment, your payment would 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 chose in row {{ randomrow_example }}.



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

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


Option A is preselected in all the rows. You can change to option B in any row as you wish.

One of the rows 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}} piece of chocolate and {{Constants.y0_example}} dollars plus the extra payment option you choose in the row. Since you do not know which row was selected for extra payment, you should choose 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 picture below is just an example. You can choose different flavors as you wish 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 }}