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

You have completed your task. After team managers and employees complete their tasks in the next 24 hours, you will be contacted with the results. Please answer the following questions. There are no right or wrong answers.


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

I trust my division’s team managers.

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

I trust my division's Employees.

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

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

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

I consider myself a teammate of each Employee in my division.

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

I consider myself a teammate of each team manager in my division.

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



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

Each Employee has complete autonomy over their allocation of resources to their joint project.

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

Each Employee will likely allocate high resources to their joint project because it is the right thing to do.

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

Each Employee will likely allocate high resources to their joint project because they will think it is what I want them to do.

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

Each Employee will likely allocate high resources to their joint project because they will think it is what their manager wants them to do.

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

Each Employee will likely allocate high resources to their joint project because they will think their payoffs will be higher that way.

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

The project audit function is fair.

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

If I had been an Employee, I would want the project audit function to be in place.

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

If I had been a team manager, I would want the project audit function to be in place.

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



{{ if player.condition == 1 }}

What influenced your decision to implement the project audit function?

{{ else }}

Why do you think {{ if player.condition == 2 }}team managers{{ else }}employees{{ endif }} would implement the project audit function?

{{ endif }}

{{ if player.condition > 1 }}

If the decision had been yours, how likely is it that you would have chosen to have the project audit function?

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

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