The employee decides how much to invest (between 0 and {{C.EFFORT_MAX}}) in Project A, Project B, and Project C
{%else%}
The employee decides how much to invest (between 0 and {{C.EFFORT_MAX}}) in Project A, Project B, and Project C
{%endif%}
{% if is_waiting_for_supervisor_info_choice_employee %}
The supervisor decides between receiving the basic information package about an employee's investment in Project A,
or spending {% if participant.vars.expensive%} {{C.COST_INFO_HIGH|c}} {%else%} {{C.COST_INFO_LOW|c}} {%endif%} for the full information package that allows them to also observe the investment in Project B and Project C
{%else%}
The supervisor decides between receiving the basic information package about an employee's investment in Project A,
or spending {% if participant.vars.expensive%} {{C.COST_INFO_HIGH|c}} {%else%} {{C.COST_INFO_LOW|c}} {%endif%} for the full information package that allows them to also observe the investment in Project B and Project C
{%endif%}
{% if waiting_for_bonus %}
{% if participant.vars.disaggregated%} The supervisor decides on a bonus for the employee for Project A, Project B, and Project C (between 0 and {{C.BONUS_MAX_PER_TASK|c}} for each task) {%else%} The supervisor decides on an overall bonus for the employee (between 0 and {{C.BONUS_MAX_TOTAL|c}}) {%endif%}
{%else%}
{% if participant.vars.disaggregated%} The supervisor decides on a bonus for the employee for Project A, Project B, and Project C (between 0 and {{C.BONUS_MAX_PER_TASK|c}} for each task) {%else%} The supervisor decides on an overall bonus for the employee (between 0 and {{C.BONUS_MAX_TOTAL|c}}) {%endif%}
{%endif%}
{% if participant.vars.disaggregated%}
The employee observes the bonus for each project
{%else%}
The employee observes the bonus
{%endif%}
The payoff for each role in each period is:
Payoff per period for the employee is:
+ Base amount employee, {{C.EMPLOYEE_ENDOWMENT|c}}
- Investment, between 0 and {{C.EFFORT_MAX_TOTAL|c}}
+ Bonus, between 0 and {{C.BONUS_MAX_TOTAL|c}}
Payoff per period for the supervisor is:
+ Base amount supervisor, {{C.SUPERVISOR_ENDOWMENT|c}}
- Cost of collecting information, either 0 or {% if participant.vars.expensive%} {{C.COST_INFO_HIGH|c}} {%else%} {{C.COST_INFO_LOW|c}} {%endif%}
+ Return on Employee Investment, between 0 and {{C.RETURN_MAX_TOTAL|c}}