{% extends "global/Page.html" %} {% load otree static %} {% block title %} Choose a food-menu pair {% endblock %} {% block content %}

Reminder

In this stage of the experiment, you need to select a food-menu pair.
If Part 2 is chosen for payment, there is a 1 in 2 (50%) chance that you will have to complete the food-menu pair you choose on this page.
Please think carefully about your choice, as it could affect the food you eat at the second session!


You must pick one of the following options:

Option 1

{{ include 'Choice/Post_Opt1.html'}}

Option 2

{{ include 'Choice/Post_Opt2.html'}}

{% formfield player.Control_Task_Choice label="Please select one of the above options" %} {% next_button %}
Click here if you'd like to see the meal descriptions. {{ include 'Choice/Food_Descriptions.html'}}
{% endblock %}