{% extends "global/Page.html" %} {% load otree static %} {% block title %} Task-menu selection {% endblock %} {% block content %}

In this stage of the experiment, you will complete some unknown tasks.
You need to pick one task to complete now.
In addition, you will have to pick a menu of tasks of which one you must select one to complete later.


You must pick one of the following options:

{{ if player.participant.treatment == 'Substitution' }} {{ include 'RET_Choice/Substitution_Opt1.html'}}
{{ include 'RET_Choice/Substitution_Opt2.html'}} {{ endif }} {{ if player.participant.treatment == 'Post_Information' }} {{ include 'RET_Choice/Post_Opt1.html'}}
{{ include 'RET_Choice/Post_Opt2.html'}} {{ endif }} {{ if player.participant.treatment == 'Pre_Information' }} {{ include 'RET_Choice/Pre_Opt1.html'}}
{{ include 'RET_Choice/Pre_Opt2.html'}} {{ endif }} Please pick one of the options.

{% formfield player.Task_Choice label=""%} {% next_button %}

Task descriptions are provided below if you'd like to refer to them.

{{ include 'RET_Choice/Task_Descriptions.html'}} {% endblock %}