{{ extends "global/Page.html" }} {{ block title }} Period 6 Results {{ endblock }} {{ block content }}

Employees' task for Period 6 is now complete with the following results:

Total team output: {{ player.p6_team_output }}

{{ if player.p6_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.p6_team_output }}) = {{ player.p6_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.p6_eval_A_of_B }} {{ player.p6_eval_A_of_C }}
B {{ player.p6_eval_B_of_A }}   {{ player.p6_eval_B_of_C }}
C {{ player.p6_eval_C_of_A }} {{ player.p6_eval_C_of_B }}  
Average evaluation of employee by peers: {{ avg_A }} {{ avg_B }} {{ avg_C }}

{{ if player.p6_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

{{ else }} {{ if player.condition == 1 or player.condition == 3 }} Given that your team did not receive a bonus, there is no bonus to allocate to your employees. Please proceed. {{ elif player.condition == 2 or player.condition == 4 }} Given that your team was not imposed a penalty, there is no penalty to allocate to your employees. Please proceed. {{ endif }} {{ endif }}


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