{{ extends "global/Page.html" }} {% block title %} Follow-Up Questionnaire {% endblock %} {% block content %}

Please answer the questions below. When finished, click "Next" to continue.


Please indicate the extent to which you agree with the following statements regarding your decision to allocate resources to the joint project in your first task.

I had complete autonomy over my allocation of resources to the joint project.

{% for radio in form.perceived_autonomy %} {% endfor %} {% for radio in form.perceived_autonomy %} {% endfor %}

My team manager intruded on my allocation of resources to the joint project.

{% for radio in form.manager_intrusion %} {% endfor %} {% for radio in form.manager_intrusion %} {% endfor %}

The division director intruded on my allocation of resources to the joint project.

{% for radio in form.firm_intrusion %} {% endfor %} {% for radio in form.firm_intrusion %} {% endfor %}

I chose to allocate high resources to the join project because I felt like it was the right thing to do.

{% for radio in form.coop_right %} {% endfor %} {% for radio in form.coop_right %} {% endfor %}

I chose to allocate high resources to the joint project because I thought that is what Employee B wanted.

{% for radio in form.coop_partner_want %} {% endfor %} {% for radio in form.coop_partner_want %} {% endfor %}

I chose to allocate high resources to the joint project because I thought that is what my team manager wanted.

{% for radio in form.coop_mgr_want %} {% endfor %} {% for radio in form.coop_mgr_want %} {% endfor %}

I chose to allocate high resources to the joint project because I thought that is what the division director wanted.

{% for radio in form.coop_firm_want %} {% endfor %} {% for radio in form.coop_firm_want %} {% endfor %}

I chose to allocate high resources to the joint project because my payoffs could be higher that way.

{% for radio in form.emp_coop_payoff %} {% endfor %} {% for radio in form.emp_coop_payoff %} {% endfor %}

My team manager treated me fairly during the resource allocation task.

{% for radio in form.manager_fairness %} {% endfor %} {% for radio in form.manager_fairness %} {% endfor %}

The division director treated me fairly during the resource allocation task.

{% for radio in form.firm_fairness %} {% endfor %} {% for radio in form.firm_fairness %} {% endfor %}

The project audit function was fair.

{% for radio in form.control_fairness %} {% endfor %} {% for radio in form.control_fairness %} {% endfor %}



How did you feel when you learned that the project audit function {{ if player.control_in_place == 1 }}had {{ else }}had not{{ endif }} been implemented for your first task?


Why do you think {{ if player.condition == 1 }}the division director{{ elif player.condition == 2 }} your team manager{{ else }}Employee B{{ endif }} {{ if player.control_in_place == 1 }}chose {{ else }}chose not{{ endif }} to include the project audit function?



{{ if player.condition == 3 and player.control_in_place == 1 }}

People may have different reasons for choosing to implement the project audit function. Please indicate how much you agree or disagree with the following statements about your decision to choose the audit option.

I was concerned that Employee B might not cooperate unless we had the audit.

{% for radio in form.control_reason_1 %} {% endfor %} {% for radio in form.control_reason_1 %} {% endfor %}

I chose the audit because I didn’t fully trust Employee B.

{% for radio in form.control_reason_2 %} {% endfor %} {% for radio in form.control_reason_2 %} {% endfor %}

I chose the audit primarily to increase my own earnings.

{% for radio in form.control_reason_3 %} {% endfor %} {% for radio in form.control_reason_3 %} {% endfor %}

I expected the audit to benefit me regardless of how Employee B behaved.

{% for radio in form.control_reason_4 %} {% endfor %} {% for radio in form.control_reason_4 %} {% endfor %}

I expected the audit to improve the whole team’s outcomes.

{% for radio in form.control_reason_5 %} {% endfor %} {% for radio in form.control_reason_5 %} {% endfor %}

I believed the audit would help both me and Employee B succeed.

{% for radio in form.control_reason_6 %} {% endfor %} {% for radio in form.control_reason_6 %} {% endfor %}

I chose the audit because it aligned our interests.

{% for radio in form.control_reason_7 %} {% endfor %} {% for radio in form.control_reason_7 %} {% endfor %}

I thought the audit created a fair process for both of us.

{% for radio in form.control_reason_8 %} {% endfor %} {% for radio in form.control_reason_8 %} {% endfor %}

The audit helped ensure accountability for both me and Employee B.

{% for radio in form.control_reason_9 %} {% endfor %} {% for radio in form.control_reason_9 %} {% endfor %}

{{ endif }}
{% next_button %} {% endblock %} {% block styles %} {% endblock %}