{% 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'}}Task descriptions are provided below if you'd like to refer to them.
{{ include 'RET_Choice/Task_Descriptions.html'}} {% endblock %}