{{ block title }} Section 1: example {{ endblock }} {{ block content }}

The following is an example of the type choices you may be asked to make in section 1.

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.

{{ formfield_errors "ExampleMPL" }}
{{ for m in list_c }} {{ endfor }}
Row Number Choose Option A Choose Option B
{{ m }} Option A: extra {{Constants.extra_money_example}} dollars Option B: extra {{m}} pieces of chocolate

The random selected row will be revealed to you in the next page.

{{ endblock }} {{ block scripts }} {{ endblock }}