{{ block title }} {{ Constants.Stage_Title }} {{ endblock }} {{ block content }}

Thanks for providing your valuations for those tasks!
The switch-point procedure won't be used anymore, so you can relax and forget about it!


I will now be running the randomization previously specified.
There is a 5% chance that one of the switch-point questions will be selected.


Randomization Results

{{ if player.Rand_Outcome == "C" }}

None of the switch-point questions were selected.
Click the next button to proceed with the rest of the experiment.

{{ endif }} {{ if player.Rand_Outcome == "BW" }}

One of the switch-point questions was selected.
I randomly selected {{selected_task}} (level 1) as the task.
I randomly selected question number {{player.BDM_Num}} as the question.
Your switch-point for this task was {{ switch_point }}.


{{if switch_point > player.BDM_Num}}

Your switch-point was higher than the selected question.
This means you said that you prefer completing the {{selected_task}} (level 1) task to the lottery in that question
Click the next button to complete the task.

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

Your switch-point was lower than the selected question.
This means you said that you prefer the lottery to completing the {{selected_task}} (level 1) task.

{{if player.lot_outcome < player.BDM_Num}}

The outcome of the lottery was the best task!
This means you get to finish the experiment without completing any tasks.
Press the next button to finish the experiment.

{{endif}} {{if player.lot_outcome >= player.BDM_Num}}

The outcome of the lottery was the reading activity.
Press the next button to complete the reading activity.

{{endif}}
{{endif}} {{ endif }} {{ next_button }}

{{ endblock }}