{% extends "global/Page.html" %} {% load otree static %} {% block title %} Part 2 {% endblock %} {% block content %}
In this part of the experiment, you will choose a sample to eat at the second session on {{player.participant.sample_meal_day}}
the {{player.participant.sample_meal_date}} and a menu for the third session on
{{player.participant.next_meal_day}} the {{player.participant.next_meal_date}}.
Instead of selecting meals directly, you will have to choose a sample-menu pair.
A sample-menu pair consists of a single sample, and a list of meals (a menu).
To complete a sample-menu pair, you must first eat the single sample at the second session.
After eating the single sample, you will be able to choose a meal from the menu and eat that meal
at the third session.
You will need to choose 2 sample-menu pairs.
With an 80% probability, we will randomly select one of the two sample-menu pairs to be the one that you eat.
Remember, the choices you make now will affect the meal you eat at the third session, and the sample you eat
at the second session.
Click the next button to choose your sample-menu pairs.