{% 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?
2. How much control did you feel you had over the cost you could report for your division's project each period?
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.
{% if condition == 2 or condition == 4 %}4.{% else %}4.{% endif %} I feel that other members of my company are probably a lot like me.
{% if condition == 2 or condition == 4 %}5.{% else %}5.{% endif %} I feel a sense of attachment to my company.
{% if condition == 2 or condition == 4 %}6.{% else %}6.{% endif %} I feel closely connected to Manager {% if type == 1 %}B{% else %}A{% endif %}.
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?
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)?
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 %}
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?
{% 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?
{% 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.
When finished, click "Next" to proceed to the second task.
{% next_button %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}