{{ block title }} Please answer the following questions. {{ endblock }} {{ block content }}
{{form.g_number.label}}
{{form.g_number}}
{{form.age.label}}
{{form.age}}
{{form.gender.label}}
{{form.gender}}
{{form.country.label}}
{{form.country}}
{{form.major.label}}
{{form.major}}
{{form.year_of_study.label}}
{{form.year_of_study}}
{% if player_id >= 1 and player_id <= 6 %} On a scale from 1 to 10, please rate how much you think communicating with your RED group members helped in solving the puzzle in PART 1 of the experiment?
[1 =“did not help at all”, 10 =”was extremely helpful]

{{form.quest_5_question_1}}

{% elif player_id > 6 and player_id <= 12 %} On a scale from 1 to 10, please rate how much you think communicating with your BLUE group members helped in solving the puzzle in PART 1 of the experiment?
[1 =“did not help at all”, 10 =”was extremely helpful]

{{form.quest_5_question_1}}

{% else %} On a scale from 1 to 10, please rate how much you think communicating with your RED group members helped in solving the puzzle in PART 1 of the experiment?
[1 =“did not help at all”, 10 =”was extremely helpful]

{{form.quest_5_question_1}}

{% endif %} {% if player_id >= 1 and player_id <= 6 %} You were in RED group. On a scale from 1 to 10, please rate how closely attached you felt to your group throughout the experiment.
[1=“Not attached at all”, 10=“Extremely attached”]

{{form.quest_5_question_2}}

{% elif player_id > 6 and player_id <= 12 %} You were in BLUE group. On a scale from 1 to 10, please rate how closely attached you felt to your group throughout the experiment.
[1=“Not attached at all”, 10=“Extremely attached”]

{{form.quest_5_question_2}}

{% else %} You were in RED group. On a scale from 1 to 10, please rate how closely attached you felt to your group throughout the experiment.
[1=“Not attached at all”, 10=“Extremely attached”]

{{form.quest_5_question_2}}

{% endif %} In Part 2 when you were asked to report your die roll outcomes, how would you describe the strategies you used?

{{form.quest_5_question_3}}
{{form.quest_5_question_3_other}}

{% if player_id >= 1 and player_id <= 6 %} In Part 2 when you were asked to report your die roll outcomes, did it affect your decision in any way whether the Workers were in RED group?

{{form.quest_5_question_s_1}}

{% elif player_id > 6 and player_id <= 12 %} In Part 2 when you were asked to report your die roll outcomes, did it affect your decision in any way whether the Workers were in BLUE group?

{{form.quest_5_question_s_1}}

{% else %} In Part 2 when you were asked to report your die roll outcomes, did it affect your decision in any way whether the Workers were in RED group?

{{form.quest_5_question_s_1}}

{% endif %} If you chose Yes in the previous question, please tell us how would you describe the strategies you used?

{{form.quest_5_question_s_2}}
{{form.quest_5_question_s_2_other}}

{{form.risk_behavior.label}}
{{form.risk_behavior}}
{{form.trust_people.label}}
{{form.trust_people}}
{{form.comments.label}}
{{form.comments}}
{{ next_button }}
{{ endblock }}