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

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


Please indicate the extent to which you agree with the following statements.

Employee A trusts me.

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

Employee B trusts me.

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

The division director trusts me.

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

The division director trusts all employees.

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

I trust Employee A.

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

I trust Employee B.

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

I trust the division director.

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

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

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

I consider myself a teammate of Employee A.

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

I consider myself a teammate of Employee B.

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

I consider myself a teammate of the division director.

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


How responsible are you for the inclusion of the project audit function?

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

How responsible are the employees for the inclusion of the project audit function?

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

How responsible is the division director for the inclusion of the project audit function?

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



Please rate the extent to which you agree with the following statements regarding your employees’ decisions to allocate resources to the joint project in their task.

Employee A had complete autonomy over their allocation of resources to the joint project.

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

Employee B had complete autonomy over their allocation of resources to the joint project.

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

Employee A and Employee B allocated high resources to the joint project because they thought their payoffs would be higher that way.

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

The project audit function was fair.

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

If I had been an employee, I would have wanted the project audit function to be in place.

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

{{ if player.condition == 2 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 didn’t trust the employees to cooperate without the audit.

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

I was concerned that without a control, at least one employee would act selfishly.

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

I believed the audit would help the employees succeed.

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

I expected the audit would lead to better outcomes for the team overall.

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

The audit created a fair system for evaluating employee performance.

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

I believed the audit made expectations clear and accountability stronger.

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

The audit helped protect me from being held responsible for poor team performance.

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

I implemented the audit to show I was actively managing the situation.

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

I implemented the audit to signal that cooperation was expected.

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

The audit sent a message that there are consequences for non-cooperation.

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

{{ elif player.control_in_place == 1 }}

Why do you think {{ if player.condition == 1 }}the division director{{ elif player.condition == 3 }} the Employees{{ endif }} chose to include the project audit function?


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