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

Your employees are about to begin their task.


{{ if player.condition == 1 }} {{ if player.control_in_place == 1 }} 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. {{ else }} 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 }} 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. {{ else }} 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 }} 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. {{ else }} 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 }}


Please answer the following questions before proceeding.

{{ if player.condition == 2 }}

How frequently do you expect Employees to choose to allocate high resources to their joint project?

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

How frequently would you expect Employees to choose to allocate high resources to their joint project if you {{ if player.control_in_place == 1 }}had not{{ else }}had{{ endif }} elected to include the project audit option?

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

{{ else }}

How frequently do you expect Employees to choose to allocate high resources to their joint project?

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

How frequently would you expect Employees to choose to allocate high resources to their joint project if {{ if player.condition == 1 }}the division director{{ else }}Employees A and B{{ endif }}{{ if player.control_in_place == 1 }} had not{{ else }} had{{ endif }} elected to include the project audit option?

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

If the decision had been yours, how likely is it that you would chosen to have the project audit function?

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

{{ endif }}
{{ next_button }} {{ endblock }}