{% 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.
| 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 |
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.
` | 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 |