{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% load humanize %} {% block title %} Post-task questions: {% 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 satisfied are you with your potential compensation for this task?

{% formfield player.comp_sat_1 %}

2. How much control did you feel you had over the cost you could report for your division's project each period?

{% formfield player.reporting_control %}

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

{% if condition == 2 or condition == 4 %}3.{% else %}3.{% endif %} I wanted to report accurately so that I did not reduce the company owner’s compensation.

{% formfield player.owner_concern %}

{% if condition == 2 or condition == 4 %}4.{% else %}4.{% endif %} I feel that other members of my company are probably a lot like me.

{% formfield player.firm_member_similarity %}

{% if condition == 2 or condition == 4 %}5.{% else %}5.{% endif %} I feel a sense of attachment to my company.

{% formfield player.company_attachment %}

{% if condition == 2 or condition == 4 %}6.{% else %}6.{% endif %} I feel closely connected to Manager {% if type == 1 %}B{% else %}A{% endif %}.

{% formfield player.relational_identification %}

7. 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 %}

8. To what extent did you trust the other division manager to follow through with anything you two discussed during the communication period (i.e., agreeing to report higher-than-actual project costs)?

{% formfield player.other_mgr_trust %}

9. To what extent did you consider the project cost reporting task an ethical issue - i.e. a question of reporting "honestly" or not?

{% formfield player.ethical_decision %}
{% if condition == 2 or condition == 4 %}

10. 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 %}

{% if condition == 2 or condition == 4 %}11.{% else %}10.{% endif%} How did having an employee view your cost reports (and thus know if you reported higher-than-actual costs) influence your reporting decisions?

{% formfield player.employee_observe %}

{% if condition == 2 or condition == 4 %}12.{% else %}11.{% endif%} Please briefly explain your approach to communicating with the other manager and making your cost reports.

{% formfield player.reporting_expl %}

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

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