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

Stage 2 is now complete. Please answer the following questions. There are no right or wrong answers.


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

Manager B trusts me.

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

Manager B trusts Worker 2 and Worker 3.

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

I trust Manager B.

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

I trust Worker 2 and Worker 3.

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

I like Manager B.

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

Worker 2 and Worker 3 contributed a lot to the project in Stage 1.

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

I consider myself a teammate of Worker 2 and Worker 3.

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

I like Worker 2 and Worker 3.

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



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

{% formfield player.manager_priority %}

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

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

{% formfield player.manager_priority_magnitude %}

How much control do you believe Manager B had over the decision to require you to contribute at least $0.20 to the project in Stage 2?

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

Who do you feel is more to blame for the requirement to contribute at least $0.20 to the project? Manager B, the other workers, or are both equally to blame?

{% formfield player.control_attribution %}

How much more to blame is Manager B relative to the other workers?

How much more to blame are the other workers relative to Manager B?

{% formfield player.attribution_magnitude %}



Please indicate the extent to which you agree with the following statements regarding the project in Stage 2.

I had complete autonomy over my contribution to the project.

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

Manager B intruded on my contribution decision for the project.

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

Manager B treated me fairly during the project.

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

The requirement to contribute at least $0.20 to the project was fair.

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

I chose to contribute ${{ s2_contribution }} to the project because I wanted to contribute about the same amount as Worker 2 and Worker 3.

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

I chose to contribute ${{ s2_contribution }} to the project because I wanted to help Manager B receive a bonus.

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

I chose to contribute ${{ s2_contribution }} to the project because I felt like it was the right thing to do.

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

I wanted my contribution to the project to be greater than the contributions of Worker 2 and Worker 3.

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


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