{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Follow-Up Questionnaire {% endblock %} {% block content %}

Please complete the questionnaire items that follow, and then click “Next” to proceed.


1. Please indicate the extent to which you agree with the following:

I feel a sense of attachment to my group.


If given the opportunity, I would have liked to join a different group.


I feel that the other member of my group is probably a lot like me.


During the work task, I often thought of the group and my other group member.


I feel closely connected to my other group member.


2. Your firm allocated common costs {% if condition == 2 or condition == 4 %}equally across both divisions{% else %} based on the net income results of each division for the period, with higher net income leading to a higher share of common costs, all else equal{% endif %}. How fair do you believe this manner of allocation is to each division manager?

{% formfield player.peq_allocation_fairness %}

3. How much control did you feel you had over your division’s profitability in each period?

{% formfield player.peq_perceived_control %}

4. What is the approximate bonus compensation you expect to receive from the results of the work task?

$ {% formfield player.peq_expected_bonus %}

5. Overall, how satisfied are you with your potential compensation for this task?

{% formfield player.peq_compensation_satisfaction %}

{% next_button %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}