{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% load humanize %} {% block scripts %} {% endblock %} {% block title %} Follow-Up Questionnaire {% endblock %} {% block content %}

You have completed the project cost reporting task. Please answer the following questions before proceeding to the second task of the experiment.


1. Overall, how much control (autonomy) did you feel you had over the cost reports you could make to the company {% if condition > 2 %}owner {% endif %}each period?

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

2. To what extent did you trust {% if type == 1 %}Manager B{% else %}Manager A{% endif %} to follow through with anything you two discussed during the communication period (i.e., agreeing to report higher-than-actual project costs)?

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

3. To what extent did you feel that the company {% if condition > 2 %}owner {% endif %} trusted you to make accurate cost reports?

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

4. To what extent did the presence of the other manager, and the manner in which the reporting process depended on cost reports from both of you, affect your cost reporting decisions?

{% formfield player.other_mgr_influence %}

5. If the cost reporting task had been an individual task (i.e., you were not paired with another manager), how would your cost reporting decisions have differed?

{% formfield player.individual_reporting_dif %}
{% if condition == 5 or condition == 6 %}

6. To what extent did having an employee with which to share any additional funds obtained influence your decisions to try to report higher-than-actual project costs?

{% formfield player.shared_interest_infl %}
{% else %} {% endif %}

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


I wanted to report accurately so that I did not reduce the {% if condition > 2 %}company owner’s compensation{% else %}welfare of the company{% endif %}.

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

I reported higher-than-actual costs because I feel that I deserved more compensation than I would have received for reporting accurate costs.

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

I feel a sense of attachment to my company.

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

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

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

The average person would view this company in a positive manner.

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

I feel that other members of my company are probably a lot like me.

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

I feel closely connected to Manager {% if type == 1 %}B{% else %}A{% endif %}.

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


When finished, click "Next" to proceed to the second task.


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