{{ extends "global/Page.html" }} {{ block title }} Period 1 Earnings {{ endblock }} {{ block content }}

Your manager has received peer evaluation information from you and your other team members.

{{ if player.p1_team_bonus_penalty == 0 }}

Given that your team {{ if player.condition == 1 or player.condition == 3}}did not receive a bonus{{else}} had no penalty imposed{{endif}}, your manager did not have to allocate any {{ if player.condition == 1 or player.condition == 3}}bonus{{else}} penalty{{endif}} to you and your other team members.

{{ else }}

Your manager allocated the team’s {{ if player.condition == 1 or player.condition == 3}}bonus{{else}} penalty{{endif}} as shown below.


Team member Points allocated
You {{ if player.condition == 2 or player.condition == 4}}({{player.p1_ind_bonus_penalty}}) {{else}}{{player.p1_ind_bonus_penalty}}{{endif}}
Employee B {{ if player.condition == 2 or player.condition == 4}}({{player.p1_B_bonus_penalty}}) {{else}}{{player.p1_B_bonus_penalty}}{{endif}}
Employee C {{ if player.condition == 2 or player.condition == 4}}({{player.p1_C_bonus_penalty}}) {{else}}{{player.p1_C_bonus_penalty}}{{endif}}
{{ endif }}


Your total earnings for the period are, therefore, as follows:

Salary {{ if player.condition == 1 or player.condition == 3}}10{{else}}40{{endif}}
+ Starting points 20
- Points contributed toward increasing team output ({{ player.p1_contribution }})
{{ if player.condition == 1 or player.condition == 3}}+ Points allocated from team bonus{{else}}- Points allocated from team penalty{{endif}} {{if player.p1_team_bonus_penalty == 0}}N/A{{else}} {{ if player.condition == 2 or player.condition == 4 }}({{player.p1_ind_bonus_penalty}}){{else}} {{player.p1_ind_bonus_penalty}}{{ endif }} {{endif}}
= Total points earned {{ player.p1_total_points }}

Please proceed to the next period.


{{ next_button }} {{ endblock }} {{ block styles }} {{ endblock }} {{ block scripts }} {{ endblock }}