{{ block title }}
Task Instructions
{{ endblock }}
{{ block content }}
{{ if player.id_in_group == 2 }}
You have been assigned to the role of Manager.
As the Manager, in each round, you will receive a budget report from the Employee and decide whether to approve the
budget report and provide funding for the project or reject the budget report and provide no funding for the project.
At the start of each round, the Employee learns the actual project cost for that round.
The actual project cost changes each round.
The actual project cost of the project is randomly selected from the set of possible costs (0,1, 2, …, 200) in Lira.
Each cost is equally likely to be drawn.
You know that the actual cost is between 0 and 200 Lira but NEVER learn the actual cost given to the employee.
If you approve the reported budget, the Employee will get to keep any difference between their reported budget
and the actual cost, and you will receive 250 Lira minus the reported budget.
If you reject the reported budget,
both you and the Employee will receive 0 Lira for the round.