{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Questionnaire about the group task {% endblock %} {% block content %}
Below are a number of statements about the group task you just completed. Please read each statement and indicate to what extent it applies to the group task (1 = to a small extent, 7 = to a large extent).
Statement 1:
{% formfield player.question_1 with label="I felt a bond with my group members." %}
Statement 2:
{% formfield player.question_2 with label="I felt solidarity with my group members." %}
Statement 3:
{% formfield player.question_3 with label="I felt committed to my group members." %}
Statement 4:
{% formfield player.question_4 with label="I was glad to be a member of this group." %}
Statement 5:
{% formfield player.question_5 with label="I think that this group has a lot to be proud of." %}
Statement 6:
{% formfield player.question_6 with label="It was pleasant to be part of this group." %}
Statement 7:
{% formfield player.question_7 with label="Being part of the group gave me a good feeling." %}
Statement 8:
{% formfield player.question_8 with label="I often thought about the fact that I was part of the group." %}
Statement 9:
{% formfield player.question_9 with label="I had a lot in common with the average group member." %}
Statement 10:
{% formfield player.question_10 with label="I was similar to the average group member." %}
Statement 11:
{% formfield player.question_11 with label="The group members had a lot in common with each other." %}
Statement 12:
{% formfield player.question_12 with label="The group members were very similar to each other." %}
Statement 13:
{% formfield player.question_13 with label="I saw myself as an in-group member." %}
Statement 14:
{% formfield player.question_14 with label="I identified with the other group members." %}
Statement 15:
{% formfield player.question_15 with label="Being part of the group felt natural for me." %}
Statement 16:
{% formfield player.question_16 with label="I would feel (personally) implicated when the group members were criticized." %}
Statement 17:
{% formfield player.question_17 with label="The group members formed an important group to me." %}
Statement 18:
{% formfield player.question_18 with label="I have a lot of respect for the group members." %}
{% next_button %} {% endblock %}