{{ extends "global/Page.html" }} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {{ block title }} Results {{ endblock }} {{ block content }}
The period has ended.
{{ if player.e_role == "Employee" }} {{ if player.control_in_place == 1 }} {{ if player.period_3_audit == 1 }}The auditor visited this period to check the level of resources allocated to the project.
{{ else }}The auditor did not visit this period to check the level of resources allocated to the project.
{{ endif }} {{ endif }}You allocated {{ if player.resources_3 == 1 }}high{{ else }} low{{ endif }} resources to the project, while Employee B allocated {{ if player.partner_resources_3 == 1 }}high{{ else }} low{{ endif }} resources.
Your share of the joint project’s revenue is {{ player.period_3_revenue }} points. You incurred a cost of {{ player.period_3_cost }} points for allocating {{ if player.resources_3 == 1 }}high{{ else }}low{{ endif }} resources. {{ if player.control_in_place == 1 and player.period_3_audit == 1 }}You received a bonus of {{ player.period_3_bonus }} points for allocating {{ if player.resources_3 == 1 }}high{{ else }}low{{ endif }} resources.{{ endif }} Your payoff for this period is {{ player.period_3_points }} points.
Employee B's share of the joint project’s revenue is {{ player.period_3_revenue }} points. They incurred a cost of {{ if player.partner_resources_3 == 1 }}15{{ else }}0{{ endif }} points for allocating {{ if player.partner_resources_3 == 1 }}high{{ else }}low{{ endif }} resources. {{ if player.control_in_place == 1 and player.period_3_audit == 1 }}They received a bonus of {{ if player.partner_resources_3 == 1 }}15{{ else }}0{{ endif }} points for allocating {{ if player.resources_3 == 1 }}high{{ else }}low{{ endif }} resources.{{ endif }} Their payoff for this period is {{ player.partner_period_3_points }} points.
Results for your team are shown below.
{{ if player.condition == 1 }} {{ if player.control_in_place == 1 }} Recall that the division director chose to include the project audit function for all teams in the division. As a result, in each period there will be an 80% likelihood of the auditor visiting for any team. If an audit occurs, any employee who allocated high resources to the joint project will receive a bonus of 15 points. Results below indicate whether the auditor visited for the period just completed. {{ else }} Recall that the division director chose not to include the project audit function for all teams in the division. As a result, there is no chance that the auditor will visit to audit resource allocation decisions. {{ endif }} {{ elif player.condition == 2 }} {{ if player.control_in_place == 1 }} Recall that you chose to include the project audit function for your team. As a result, in each period there will be an 80% likelihood of the auditor visiting for any team. If an audit occurs, any employee who allocated high resources to the joint project will receive a bonus of 15 points. Results below indicate whether the auditor visited for the period just completed. {{ else }} Recall that you chose not to include the project audit function for your team. As a result, there is no chance that the auditor will visit to audit resource allocation decisions. {{ endif }} {{ elif player.condition == 3 }} {{ if player.control_in_place == 1 }} Recall that Employees A and B on your team chose to include the project audit function for your team. As a result, in each period there will be an 80% likelihood of the auditor visiting for any team. If an audit occurs, any employee who allocated high resources to the joint project will receive a bonus of 15 points. Results below indicate whether the auditor visited for the period just completed. {{ else }} Recall that Employees A and B on your team chose not to include the project audit function for your team. As a result, there is no chance that the auditor will visit to audit resource allocation decisions. {{ endif }} {{ endif }}
| Period | Employee A Resources | Employee B Resources | {{ if player.control_in_place == 1 }}Auditor visited | {{ endif }}Joint Project Revenue | Your Payoff (1/3rd Project Revenue + Salary) |
| 1 | {{ if player.resources_1 == 1 }}High{{ else }}Low{{ endif }} | {{ if player.partner_resources_1 == 1 }}High{{ else }}Low{{ endif }} | {{ if player.control_in_place == 1 }}{{ if player.period_1_audit == 1 }}Yes{{ else }}No {{ endif }} | {{ endif }}{{ player.period_1_revenue }} | {{ player.period_1_points }} |
| 2 | {{ if player.resources_2 == 1 }}High{{ else }}Low{{ endif }} | {{ if player.partner_resources_2 == 1 }}High{{ else }}Low{{ endif }} | {{ if player.control_in_place == 1 }}{{ if player.period_2_audit == 1 }}Yes{{ else }}No {{ endif }} | {{ endif }}{{ player.period_2_revenue }} | {{ player.period_2_points }} |
| 3 | {{ if player.resources_3 == 1 }}High{{ else }}Low{{ endif }} | {{ if player.partner_resources_3 == 1 }}High{{ else }}Low{{ endif }} | {{ if player.control_in_place == 1 }}{{ if player.period_3_audit == 1 }}Yes{{ else }}No {{ endif }} | {{ endif }}{{ player.period_3_revenue }} | {{ player.period_3_points }} |
Please proceed.