{{$viewData['companyName']}}

{{$viewData['reportName']}}

Emotionally Adaptable.

A leader who is able to adapt to changing circumstances and demonstrates resilience and self-efficacy has the opportunity to instil such {{__('behaviours')}} and standards in their team. Leaders who are inclined to properly self-manage emotion act as a protective factor within the workplace, buffering team members from unnecessary workplace stressors. These protective workplaces provide environments where team members are able to bounce back from stressors, and adopt similar resilient mindsets.

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

Manager

Peer

Direct
Report

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

Average of all raters

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

Additional Comments

Emotionally Adaptable.

Self

@foreach($data360['EMOTIONALLY_ADAPTABLE']['additionalComments']['subject'] as $index => $comment)

{{$comment}}

@endforeach

Manager

@foreach($data360['EMOTIONALLY_ADAPTABLE']['additionalComments']['managers'] as $index => $comment)

{{$comment}}

@endforeach

Peer

@foreach($data360['EMOTIONALLY_ADAPTABLE']['additionalComments']['peer'] as $index => $comment)

{{$comment}}

@endforeach

Direct report

@foreach($data360['EMOTIONALLY_ADAPTABLE']['additionalComments']['report'] as $index => $comment)

{{$comment}}

@endforeach

Stakeholders

@foreach($data360['EMOTIONALLY_ADAPTABLE']['additionalComments']['stakeholder'] as $index => $comment)

{{$comment}}

@endforeach