{% load otree %} {% block title %} Comparison of Tasks {% endblock %} {% block content %}
Please answer the following questions for each of the four tasks.
For each question, please indicate how much you agree to the respective statements using a scale from 1 (Strongly Disagree) to 6 (Strongly Agree).
Game 1:
Task "orange"
Game 2:
Task "blue"
Game 3:
Task "green"
Game 4:
Task "red"
The task is easy to understand and can be answered straightforwardly {% formfield player.g1_easy_to_understand%} {% formfield player.g2_easy_to_understand%} {% formfield player.g3_easy_to_understand%} {% formfield player.g4_easy_to_understand%}
The task involves complex calculations and requires deliberating on the trade-off between expected outcomes and the inherent “riskiness” of the different outcomes. {% formfield player.g1_involves_risk%} {% formfield player.g2_involves_risk%}
The task involves complex calculations and requires deliberating on the trade-off between expected outcomes and the degree of “altruism” in different choices. {% formfield player.g3_involves_altruism%} {% formfield player.g4_involves_altruism%}
Completing the task is annoying and boring. {% formfield player.g1_annoying_boring %} {% formfield player.g2_annoying_boring %} {% formfield player.g3_annoying_boring %} {% formfield player.g4_annoying_boring %}

{% next_button %}


Recall of tasks and their colors

{% 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 %}
{% endblock %}