{% extends "global/Page.html" %} {% load otree static %} {% block title %} Choose a task-list pair (Version {{ version_for_template }}) {% endblock %} {% block content %}

Reminder

In this stage of the experiment, you need to select a task-list pair.
There is a 1 in 3 (approximately 33%) chance that you will have to complete the task-list pair you choose on this page.
Please think carefully about your choice, as it could significantly affect the time it takes for you to complete the experiment.


{{if player.participant.treatment == 'Pre_Information' }}
Before you make your choice, I am going to provide you with detailed information about a certain task. {{ include 'RET_Choice/RetChoiceInformation.html' }}

{{ endif }}

You must pick one of the following options:

Option 1

{{ if player.participant.treatment == 'Substitution' }} {{ include 'RET_Choice/Substitution_Opt1.html'}} {{ endif }} {{ if player.participant.treatment == 'Post_Information' }} {{ include 'RET_Choice/Post_Opt1.html'}} {{ endif }} {{ if player.participant.treatment == 'Pre_Information' }} {{ include 'RET_Choice/Pre_Opt1.html'}} {{ endif }}

Option 2

{{ if player.participant.treatment == 'Substitution' }} {{ include 'RET_Choice/Substitution_Opt2.html'}} {{ endif }} {{ if player.participant.treatment == 'Post_Information' }} {{ include 'RET_Choice/Post_Opt2.html'}} {{ endif }} {{ if player.participant.treatment == 'Pre_Information' }} {{ include 'RET_Choice/Pre_Opt2.html'}} {{ endif }}

{% formfield player.Task_Choice label="Please select one of the above options" %} {% next_button %}
Click here if you'd like to see the task descriptions. {{ include 'RET_Choice/Task_Descriptions.html'}}
{% endblock %}