{{ block title }} Round {{ player.round_number }} Task {{ endblock }} {{ block content }}
{{ if player.id_in_group != 3 }}Recall, you are {{ player.role }}.
{{ endif }} {{ if player.id_in_group == 3 and player.condition != 'director_calibration'}}Both managers have completed the initial performance evaluation process.
{{ endif }}Here are Manager A’s designs and performance ratings:
|
Employee 1
{{ if player.round_number == 1 }} Rating: |
Employee 2
{{ if player.round_number == 1 }} Rating: |
Employee 3
{{ if player.round_number == 1 }} Rating: |
Employee 4
{{ if player.round_number == 1 }} Rating: |
Employee 5
{{ if player.round_number == 1 }} Rating: |
Here are Manager B’s designs and performance ratings:
|
Employee 1
{{ if player.round_number == 1 }} Rating: |
Employee 2
{{ if player.round_number == 1 }} Rating: |
Employee 3
{{ if player.round_number == 1 }} Rating: |
Employee 4
{{ if player.round_number == 1 }} Rating: |
Employee 5
{{ if player.round_number == 1 }} Rating: |
Combining both managers’ ratings yields the following initial ratings for the business unit:
| Below Expectations | Meets Expectations | Exceeds Expectations | |
| Number [Percent] | {{ group.total_BelowNr }} {{ group.total_BelowPer|to0 }}% | {{group.total_MeetsNr}} {{ group.total_MeetsPer|to0}}% | {{group.total_ExceedsNr}} {{ group.total_ExceedsPer|to0 }}% |
Suggested Distribution Number [Percent] |
1 [10%] | 8 [80%] | 1 [10%] |
{{ if player.id_in_group != 3 and player.condition == 'no_calibration'}}
The director will now review the initial ratings. The director cannot adjust these ratings. After reviewing the ratings, the director will approve them and these ratings will become the finalized ratings for the business unit.
{{ next_button }} {{ endif }} {{ if player.id_in_group == 3 and player.condition == 'no_calibration'}}Please click the button below to approve the business unit’s finalized ratings.
{{ endif }} {{ if player.id_in_group != 3 and player.condition == 'director_calibration'}} The director will now review the initial ratings. The director can adjust these ratings. After reviewing and potentially adjusting, the director will approve the initial ratings and these ratings will become the finalized ratings for the business unit. {{ next_button }} {{ endif }} {{ if player.id_in_group != 3 and player.condition == 'peer_calibration'}} You and the other manager will have 2 opportunities to revise the ratings. After these 2 rounds, if you both agree to a change, the adjustment will be made. If not, the initial rating will remain unchanged. {{ next_button }} {{ endif }} {{ if player.id_in_group == 3 and player.condition == 'director_calibration'}} {{ next_button }} {{ endif }} {{ if player.id_in_group == 3 and player.condition == 'peer_calibration'}} {{ next_button }} {{ endif }} {{ endblock }}