{% block title %} Experimental Instructions {% endblock %} {% block content %}
Row {{ randomrow_example }} is selected.
{{ if example_choice == "L" }}
Your choice in row {{ randomrow_example }} is extra {{Constants.extra_money_example}} dollars.
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.initial_endowment_m_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 }}.
{{ endif }}
{{ if example_choice == "R" }}
Your choice in row {{ randomrow_example }} is extra {{ randomrow_example }} pieces of chocolates.
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.initial_endowment_c_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 }}.