{% load otree %}

The sequence of events for each period is:

    {% if waiting_for_effort%}
  1. The employee decides how much to invest (between 0 and {{C.EFFORT_MAX}}) in Project A, Project B, and Project C
  2. {%else%}
  3. The employee decides how much to invest (between 0 and {{C.EFFORT_MAX}}) in Project A, Project B, and Project C
  4. {%endif%} {% if is_waiting_for_supervisor_info_choice_employee %}
  5. 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
  6. {%else%}
  7. 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
  8. {%endif%} {% if waiting_for_bonus %}
  9. {% 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%}
  10. {%else%}
  11. {% 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%}
  12. {%endif%} {% if participant.vars.disaggregated%}
  13. The employee observes the bonus for each project
  14. {%else%}
  15. The employee observes the bonus
  16. {%endif%}

The payoff for each role in each period is:

Payoff per period for the employee is:

Payoff per period for the supervisor is: