{{ 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 BLUEgroup 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 your leader was in RED group?
{{form.quest_5_question_w_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 your leader was in BLUE group?
{{form.quest_5_question_w_1}}
{% else %}
In Part 2 when you were asked to report your die roll outcomes, did it affect your decision in any way whether your leader was in RED group?
{{form.quest_5_question_w_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_w_2}}
{{form.quest_5_question_w_2_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 other Workers were in RED group?
{{form.quest_5_question_w_3}}
{% 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 other Workers were in BLUE group?
{{form.quest_5_question_w_3}}
{% else %}
In Part 2 when you were asked to report your die roll outcomes, did it affect your decision in any way whether the other Workers were in RED group?
{{form.quest_5_question_w_3}}
{% endif%}
If you chose Yes in the previous question, please tell us how would you describe the strategies you used?
{{form.quest_5_question_w_4}}
{{form.quest_5_question_w_4_other}}