The Employee decides how many additional winning balls to buy (between 0 and {{C.PROBABILITY_DIF}})
{%else%}
The Employee decides how many additional winning balls to buy (between 0 and {{C.PROBABILITY_DIF}})
{%endif%}
The total number of winning balls is {{C.PROBABILITY_MIN}} + Number of balls bought by the employee. There are always {{C.PROBABILITY_TOTAL}} balls in the bag
Profit level (LOW or HIGH) is determined by a random draw. Profit is HIGH if a winning ball is drawn from the bag
{% if participant.vars.treatment_info == 0 %}
{% if waiting_for_bonus %}
The supervisor observes the profit level.
The supervisor then decides on a bonus for the employee (between 0 and {{C.BONUS_MAX|c}})
{%else%}
The supervisor observes the profit level.
The supervisor then decides on a bonus for the employee (between 0 and {{C.BONUS_MAX|c}})
{%endif%}
{%endif%}
{% if participant.vars.treatment_info == 1 %}
{% if waiting_for_bonus %}
The supervisor observes the profit level and how many winning balls the employee bought.
The supervisor then decides on a bonus for the employee (between 0 and {{C.BONUS_MAX|c}})
{%else%}
The supervisor observes the profit level and how many winning balls the employee bought.
The supervisor then decides on a bonus for the employee (between 0 and {{C.BONUS_MAX|c}})
{%endif%}
{%endif%}
{% if participant.vars.treatment_info == 2 %}
{% if waiting_for_bonus %}
The supervisor observes how many winning balls the employee bought.
The supervisor then decides on a bonus for the employee (between 0 and {{C.BONUS_MAX|c}})
{%else%}
The supervisor observes how many winning balls the employee bought.
The supervisor then decides on a bonus for the employee (between 0 and {{C.BONUS_MAX|c}})
{%endif%}
{%endif%}
{% if waiting_for_confrontation %}
cost of buying winning balls varies between 0 and {{C.COST_MAX_EMPLOYEE}} points and is decided by the employee
bonus varies between 0 and {{C.BONUS_MAX|c}} and is decided by the supervisor
Supervisor’s Payoff = Salary + Compensation for profit.
Salary is {{C.SUPERVISOR_ENDOWMENT|c}} every period
compensation for profit is either {{C.SUPERVISOR_BONUS_LOW|c}} if profit is LOW or {{C.SUPERVISOR_BONUS_HIGH|c}} if profit is HIGH. Employee choices and the random draw determine profit