{{ 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.

My team manager trusts me.

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

My team manager trusts Employee B.

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

The division director trusts me.

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

The division director trusts all employees in the division.

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

I trust my team manager.

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

I trust Employee B.

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

I trust the division director.

{% for radio in form.trust_firm %} {% endfor %} {% for radio in form.trust_firm %} {% 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 Employee B.

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

I consider myself a teammate of my team manager.

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

I consider myself a teammate of the division director.

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



Do you think Employee B cares more about your well-being or their own interests, or do they care about both equally?

{% formfield player.partner_cares %}

How much more does Employee B care about your well-being relative to their own interests?

How much more does Employee B care about their own interests relative to your well-being?

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

Do you think your team manager cares more about your well-being or their own interests, or do they care about both equally?

{% formfield player.manager_cares %}

How much more does your team manager care about your well-being relative to their own interests?

How much more does your team manager care about their own interests relative to your well-being?

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

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

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

How responsible is Employee B for the inclusion of the project audit function?

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

How responsible is your team manager for the inclusion of the project audit function?

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

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

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


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