{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire {% endblock %} {% block content %}
Before completing this study, please respond to the questions below.
{% if player.your_type == "neutral"%}
You have been allocated 20 tokens and the other group member has been allocated 20 tokens..
{% elif player.your_type == "low"%}
You have been allocated 10 tokens and the other group member has been allocated 30 tokens.
{%else%}
You have been allocated 30 tokens and the other group member has been allocated 10 tokens.
Please, look at the pairs of circles shown in the diagram below. By selecting the appropriate letter below,
please indicate to what extent you feel connected to the other group member.
Please, select the appropriate number below to indicate to what extent you would have used the term “WE” to
characterize you and the other group member.
| Not at all | {% formfield player.wescale_after label="1 2 3 4 5 6 7"%} | Very much so |
{% next_button %} {% endblock %}