{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Motive Questionnaire {% endblock %} {% block content %}

Below are a number of statements about the group you just interacted with. Please answer to what extent you disagree or agree with each statement (1 = strongly disagree, 7 = strongly agree).

Question 1:

{% formfield player.motive_1 with label="I identify with this group." %}

Question 2:

{% formfield player.motive_2 with label="I see myself as part of this group." %}

Question 3:

{% formfield player.motive_3 with label="I'm glad to be part of this group." %}

Question 4:

{% formfield player.motive_4 with label="I feel strong ties with this group." %}

{% next_button %} {% endblock %}