{{ extends "global/Page.html" }} {{ block title }} Period 3 Results {{ endblock }} {{ block content }}
The task for period 3 is now complete with the following results:
| Team member | Points contributed | Resulting increase in team output |
| You | {{ player.p3_contribution }} | {{ player.p3_output }} |
| Employee B | {{ player.p3_B_contribution }} | {{ player.p3_B_output }} |
| Employee C | {{ player.p3_C_contribution }} | {{ player.p3_C_output }} |
| Total team output = | {{ player.p3_team_output }} | |
{{ if player.p3_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 |