{% load otree %} {% block title %} Questionnaire {% endblock %} {% block content %}
In this part, you are asked to compare the decisions made in the four tasks in Part 1 and to answer questions about specific decisions made in each task.
To do this, you are first briefly reminded of the tasks by examining a summary of the corresponding instructions. For answering the questions in Part 2 carefully and truthfully, you will receive €3.00.
Each game will be given a colour so that you can recognise it later in the questionnaire:
Task "orange" , Task "blue" , Task "green" and Task "red" .
{% if player.app_sequence_select == 1%}

Game 1: Task "orange"

{% include Constants.instructions_GP_template %}

Game 2: Task "blue"

{% include Constants.instructions_bw_template%}

Game 3: Task "green"

{% include Constants.instructions_DAS_template %}

Game 4: Task "red"

{% include Constants.instructions_DCL_template %}
{% elif player.app_sequence_select == 2%}

Game 1: Task "orange"

{% include Constants.instructions_GP_template %}

Game 2: Task "blue"

{% include Constants.instructions_bw_template%}

Game 3: Task "green"

{% include Constants.instructions_DCL_template %}

Game 4: Task "red"

{% include Constants.instructions_DAS_template %}
{% elif player.app_sequence_select == 3%}

Game 1: Task "orange"

{% include Constants.instructions_bw_template%}

Game 2: Task "blue"

{% include Constants.instructions_GP_template %}

Game 3: Task "green"

{% include Constants.instructions_DAS_template %}

Game 4: Task "red"

{% include Constants.instructions_DCL_template %}
{% elif player.app_sequence_select == 4%}

Game 1: Task "orange"

{% include Constants.instructions_bw_template%}

Game 2: Task "blue"

{% include Constants.instructions_GP_template %}

Game 3: Task "green"

{% include Constants.instructions_DCL_template %}

Game 4: Task "red"

{% include Constants.instructions_DAS_template %}
{% endif %}
{% next_button %}
{% endblock %}