{{ block title }} Revised Ratings Outcome {{ endblock }} {{ block content }}
Recall, you are {{ player.role }}.
The Director has revised the ratings as follows.
Here are Manager A’s designs and performance ratings:
|
Employee 1
{{ if player.round_number == 1 }} Initial Rating: Revised Rating: |
Employee 2
{{ if player.round_number == 1 }} Initial Rating: Revised Rating: |
Employee 3
{{ if player.round_number == 1 }} Initial Rating: Revised Rating: |
Employee 4
{{ if player.round_number == 1 }} Initial Rating: Revised Rating: |
Employee 5
{{ if player.round_number == 1 }} Initial Rating: Revised Rating: |
Here are Manager B’s designs and performance ratings:
|
Employee 1
{{ if player.round_number == 1 }} Initial Rating: Revised Rating: |
Employee 2
{{ if player.round_number == 1 }} Initial Rating: Revised Rating: |
Employee 3
{{ if player.round_number == 1 }} Initial Rating: Revised Rating: |
Employee 4
{{ if player.round_number == 1 }} Initial Rating: Revised Rating: |
Employee 5
{{ if player.round_number == 1 }} Initial Rating: Revised Rating: |
Combining both managers’ distribution yields the following for the business unit’s revised ratings:
| Below Expectations | Meets Expectations | Exceeds Expectations | |
| Number [Percent] | {{ group.final_total_BelowNr }} {{ group.final_total_BelowPer|to0 }}% | {{group.final_total_MeetsNr}} {{ group.final_total_MeetsPer|to0}}% | {{group.final_total_ExceedsNr}} {{ group.final_total_ExceedsPer|to0 }}% |
Suggested Distribution Number [Percent] |
1 [10%] | 8 [80%] | 1 [10%] |
Please click the button below to see the business unit's finalized ratings.
{{ next_button }} {{ endblock }}