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

The task for period 7 is now complete with the following results:


Team member Points contributed Resulting increase in team output
You {{ player.p7_contribution }} {{ player.p7_output }}
Employee B {{ player.p7_B_contribution }} {{ player.p7_B_output }}
Employee C {{ player.p7_C_contribution }} {{ player.p7_C_output }}
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, 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, 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, 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, and the team will not be subject to a penalty of 90 points. {{ endif }} {{ endif }}


Please rate your other team members’ performance for the period on a scale of 0 to 100, with higher numbers indicating better performance. Please use whole numbers. As explained earlier, these peer evaluations will be submitted to your team’s manager.

Team member Performance Rating (0-100)
Employee B     
Employee C     


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