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

Consistency.

Consistencies in {{__('behaviour')}} and alignment to expectations are viewed by employees as a gauge of fairness and trust. Leaders who display these consistencies allow employees to generate a greater degree of safety in their own expectations and alignment with reality. Inconsistencies of leaders has been found to increase the likelihood of employees leaving, negatively impact self-efficacy and decrease both job and life satisfaction.

@php $chartIndex = 0; @endphp @foreach($data360['CONSISTENCY']['data']['labels'] as $index => $labels) @php $chartIndex++; @endphp @endforeach
YOUR ASSESSMENT

Manager

Peer

Direct
Report

Stakeholder
{{$labels}}
Strongly
Disagree
@if(isset($charts['CONSISTENCY'][$chartIndex])) Image @endif Strongly
Agree
@php $score = $data360['CONSISTENCY']['data']['managers'][$index]; $totalAverage = $data360['CONSISTENCY']['data']['total'][$index]; $bgClass = 'dark_gray'; // Default class if ($score > $totalAverage) { $bgClass = 'light_green'; } if ($score < $totalAverage) { $bgClass = 'orange'; } if($score === null){ $bgClass = ''; } @endphp
{{ $score === null ? 'N/A' : $data360['CONSISTENCY']['data']['managers'][$index] }}
@php $score = $data360['CONSISTENCY']['data']['peer'][$index]; $totalAverage = $data360['CONSISTENCY']['data']['total'][$index]; $bgClass = 'dark_gray'; // Default class if ($score > $totalAverage) { $bgClass = 'light_green'; } if ($score < $totalAverage) { $bgClass = 'orange'; } if($score === null){ $bgClass = ''; } @endphp
{{ $score === null ? 'N/A' : $data360['CONSISTENCY']['data']['peer'][$index] }}
@php $score = $data360['CONSISTENCY']['data']['report'][$index]; $totalAverage = $data360['CONSISTENCY']['data']['total'][$index]; $bgClass = 'dark_gray'; // Default class if ($score > $totalAverage) { $bgClass = 'light_green'; } if ($score < $totalAverage) { $bgClass = 'orange'; } if($score === null){ $bgClass = ''; } @endphp
{{ $score === null ? 'N/A' : $data360['CONSISTENCY']['data']['report'][$index] }}
@php $score = $data360['CONSISTENCY']['data']['stakeholder'][$index]; $totalAverage = $data360['CONSISTENCY']['data']['total'][$index]; $bgClass = 'dark_gray'; // Default class if ($score > $totalAverage) { $bgClass = 'light_green'; } if ($score < $totalAverage) { $bgClass = 'orange'; } if($score === null){ $bgClass = ''; } @endphp
{{ $score === null ? 'N/A' : $data360['CONSISTENCY']['data']['stakeholder'][$index] }}

Average of all raters

Below Average Above Average
@include('pdfs.reports.common-header')

Additional Comments

Consistency.