{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Questionnaire about the group task {% endblock %} {% block content %}

Below are a number of questions about your decisions in the group task. Please answer each question on a scale from 1 to 7 (1 = to a small extent, 7 = to a large extent).

Question 1:

{% formfield player.accountabilitycheck_1 with label="To what extent did you feel that you had to justify your decisions to the other Sellers?" %}

Question 2:

{% formfield player.accountabilitycheck_2 with label="To what extent did you feel accountable for your decisions in the group task?" %}

Question 3:

{% formfield player.accountabilitycheck_3 with label="To what extent did you feel that you had to explain your decisions to the other Sellers?" %}

{% next_button %} {% endblock %}