Here are the results from your switch-point procedure. {{ if player.participant.rand_outcome == "No_BDM" }}

None of the switch-point questions were selected.

{{ endif }} {{ if player.participant.rand_outcome == "Yes_BDM" }}

One of the switch-point questions was selected.
I randomly selected {{player.participant.rand_task}} as the meal.
I randomly selected question number {{player.participant.BDM_Num}} as the question, which corresponds to ${{BDM_Payout|to2}}.
Your switch-point for this task was ${{ player.participant.switch_point|to2 }}.


{{if player.participant.switch_point > player.participant.BDM_Num}}

Your switch-point was higher than the selected question.
This means you said that you prefer eating {{player.participant.rand_task}} to the money.
You will be able to eat {{player.participant.rand_task}} at the second session.

{{endif}} {{if player.participant.BDM_Num >= player.participant.switch_point }}

Your switch-point was lower than the selected question.
This means you said that you prefer the money to eating {{player.participant.rand_task}}.
You will receive the money at the end of this session.

{{endif}}
{{ endif }}