@include('pdfs.reports.common-header')

Development prioritisation matrix

The table below compares how important each capability is against your actual performance. Use this table to assist in prioritising your development activities. Also consider how you could leverage strengths that are not currently important to your role.

Importance

Based on your Primary Manager's ratings

  • Essential/ Very Relevant
  • Relevant / Not Relevant

Performance

Lowest/highest 3 scoring competencies based on the AVG of everyone excluding self

Lowest 3 Highest 3
Essential / Very Relevant
    @foreach($matrix['bottom3top'] as $statement)
  • {{$statement['statement']}}

  • @endforeach
    @foreach($matrix['top3top'] as $statement)
  • {{$statement['statement']}}

  • @endforeach
Relevant / Not Relevant
    @foreach($matrix['bottom3bottom'] as $statement)
  • {{$statement['statement']}}

  • @endforeach
    @foreach($matrix['top3bottom'] as $statement)
  • {{$statement['statement']}}

  • @endforeach