{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Questionnaire about the task
{% endblock %}
{% block content %}
When you made your decisions during this task you may have been thinking about your group.
{% formfield player.coh1_solidarity %}
{% formfield player.coh2_solidarity %}
{% formfield player.coh3_solidarity %}
{% formfield player.coh4_satisfaction %}
{% formfield player.coh5_satisfaction %}
{% formfield player.coh6_satisfaction %}
{% formfield player.coh7_satisfaction %}
{% next_button %}
{% endblock %}