{{ extends "global/Page.html" }} {{ block title }} Period 7 Results {{ endblock }} {{ block content }}
Employees' task for Period 7 is now complete with the following results:
Total team output: {{ player.p7_team_output }}
{{ if player.p7_team_output < 300 }} {{ if player.condition == 1 or player.condition == 3 }} Therefore, your team's total output did not meet the team’s target output of 300, and the team will not receive a bonus of 90 points. {{ elif player.condition == 2 or player.condition == 4 }} Therefore, your team's total output did not meet the team’s target output of 300, and the team will be subject to a penalty of 90 points. {{ endif }} {{ else }} {{ if player.condition == 1 or player.condition == 3 }} Therefore, your team's total output met/exceeded the team’s target output of 300, and the team will receive a bonus of 90 points. {{ elif player.condition == 2 or player.condition == 4 }} Therefore, your team's total output met/exceeded the team’s target output of 300, and the team will not be subject to a penalty of 90 points. {{ endif }} {{ endif }}
Your earnings (rounded up) for the period are: 15 + (10% × {{ player.p7_team_output }}) = {{ player.p7_total_points }} points.
Your employees have provided the following peer evaluations for the period:
| Peer Evaluation Of: | |||
| Employee | Employee A | Employee B | Employee C |
| A | {{ player.p7_eval_A_of_B }} | {{ player.p7_eval_A_of_C }} | |
| B | {{ player.p7_eval_B_of_A }} | {{ player.p7_eval_B_of_C }} | |
| C | {{ player.p7_eval_C_of_A }} | {{ player.p7_eval_C_of_B }} | |
| Average evaluation of employee by peers: | {{ avg_A }} | {{ avg_B }} | {{ avg_C }} |
{{ if player.p7_team_bonus_penalty == 90 }}
Please allocate the team’s {{ if player.condition == 1 or player.condition == 3 }}bonus {{else}}penalty{{endif}} of 90 points to your employees. Please use whole, positive numbers only. {{ if player.condition == 2 or player.condition == 4 }} Recall that penalty points are deducted from employees' point totals for the period.{{ endif }}
| Team member | {{ if player.condition == 1 or player.condition == 3 }}Bonus {{else}}Penalty{{endif}} |
| Employee A | points |
| Employee B | points |
| Employee C | points |
| Total | points |