{% extends "global/Page.html" %} {% load otree_tags %} {% block title %} Questions about your group members {% endblock %} {% block content %}
1. Did you know your fellow group members beforehand?
{% formfield player.checkbinary with label='' %}
2. How well did you know your fellow group members?
(1 = I did not know them at all, 7 = I knew them very well)
{% formfield player.checklikert with label='' %}
2. How long did you know your fellow group members?
(1 = I did not know them at all, 7 = I've known them for many years)
{% formfield player.checklong with label='' %}
{% next_button %}
{% endblock %}