{{ extends "global/Page.html" }} {% block scripts %} {% endblock %} {% block styles %} {% endblock %} {{ block title }} {{ endblock }} {{ block content }}

Project Audit Function

{{ if player.e_role == "Manager" and player.condition == 2 }}

You have the option to include a project audit function for your team only. Specifically, you can choose to have a company auditor check project results. If you choose this option, there will be an 80% likelihood that the auditor checks project results in any particular period. Additionally, if an audit is conducted, any employee who has allocated high resources to the joint project in that period will be awarded a bonus of 15 points.

Please indicate below whether you wish to include the audit function.

{{ elif player.e_role == "Employee" and player.condition == 3 }}

You have the option to include a project audit function. Specifically, you can choose to have a company auditor check project results. If you choose this option, there will be an 80% likelihood that the auditor checks project results in any particular period. Additionally, if an audit is conducted, any employee who has allocated high resources to the joint project in that period will be awarded a bonus of 15 points.

Please indicate below whether you wish to include the audit function. You will be matched with another employee who indicated the same preference as you for including the audit function, and the two of you will be matched with a team manager.

{{ elif player.e_role == "Employee" and player.condition < 3 }}

As described previously, {{ if player.condition == 1 }}the division director has the choice to include or not include the project audit function for all teams in their division.{{ elif player.condition == 2 }} your team manager has the choice to include or not include the project audit function for your team only.{{ endif }}

Suppose instead that you and Employee B could decide whether to include the project audit function (for your team only). What would your preference be?

{{ endif }}
   
{{ if player.e_role == "Employee" and player.condition < 3 }} I would like to include the audit function {{ else }}I will include the audit function{{ endif }}.
   
{{ if player.e_role == "Employee" and player.condition < 3 }} I would not like to include the audit function {{ else }}I will not include the audit function{{ endif }}.
   

{{ endblock }}