{{ extends "global/Page.html" }} {{ block title }} Period 8 Earnings {{ endblock }} {{ block content }}
Your manager has received peer evaluation information from you and your other team members.
{{ if player.p8_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.p8_ind_bonus_penalty}}) {{else}}{{player.p8_ind_bonus_penalty}}{{endif}} |
| Employee B | {{ if player.condition == 2 or player.condition == 4}}({{player.p8_B_bonus_penalty}}) {{else}}{{player.p8_B_bonus_penalty}}{{endif}} |
| Employee C | {{ if player.condition == 2 or player.condition == 4}}({{player.p8_C_bonus_penalty}}) {{else}}{{player.p8_C_bonus_penalty}}{{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.p8_contribution }}) |
| {{ if player.condition == 1 or player.condition == 3}}+ Points allocated from team bonus{{else}}- Points allocated from team penalty{{endif}} | {{if player.p8_team_bonus_penalty == 0}}N/A{{else}} {{ if player.condition == 2 or player.condition == 4 }}({{player.p8_ind_bonus_penalty}}){{else}} {{player.p8_ind_bonus_penalty}}{{ endif }} {{endif}} |
| = Total points earned | {{ player.p8_total_points }} |
Please proceed to the next period.