{% extends "global/Page.html" %} {% load otree static %} {% load i18n %} {% block title %} {% trans "Part 2 - Questionnaire 3" %} {% endblock %} {% block content %}
{% trans "Relationship with the other members of your group" %}

{% formfield "game_part_of_group_scale" %}

{% blocktrans trimmed %} Select the pair of circles that best describes your relationship with X, where X represents the other members of your group {% endblocktrans %}

Relation 1
Relation 2
Relation 3
Relation 4
Relation 5
Relation 6
Relation 7
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}