report

{!! str_replace('-', '‑',($get_assessment_details->name)?? '--') !!}

REPORT

 Name : {{ $personal_report['personal_info']->first_name ?? '--'}}

 Email : {{$personal_report['personal_info']->email_id ?? "--"}}

 Test Pin                : {{$testpin ?? "--"}}

 Assessment Date : {{ \Carbon\Carbon::parse($personal_report['assessment_takendate']->created_at)->formatLocalized('%d %b %Y') }}

ABOUT THE ASSESSMENT

@if(isset($entity)){!! $entity->description !!}@endif

@php $profin_level=[]; @endphp @if(isset($entity))

SCORE INFERENCE

@if($entity->field_report_format==2) SCORE INFERENCE @else SCORE INFERENCE @endif
@endif
@php $behaviour_content = 0; $empty_behaviour_content = 0; @endphp @foreach($psychometric_report['behaviour'] as $key=>$summary_report) @if($summary_report['behavior_desc'] !='' || $summary_report['behavior_desc'] != NULL ) @php $behaviour_content++; @endphp @elseif($summary_report['behavior_desc'] =='' || $summary_report['behavior_desc'] == NULL ) @php $empty_behaviour_content++; @endphp @endif @endforeach @if($behaviour_content>0) @php $min_height = (ceil($behaviour_content/4*1300)); @endphp @elseif($empty_behaviour_content>0) @php $min_height = (ceil($empty_behaviour_content/6*1300)); @endphp @endif @php $minimumheight = isset($min_height)?$min_height:1300; @endphp

ASSESSMENT SUMMARY

@php $inc = 0; @endphp @if(isset($psychometric_report['behaviour'])) @php $behaviourCnt=0; @endphp @foreach($psychometric_report['behaviour'] as $key=>$summary_report) @php $behaviourCnt++; $behaviour_id='behav-pieBehav-'.$behaviourCnt; $summary_score = ($summary_report['sten_score']) ? $summary_report['sten_score'] : 0; $summarypercent = ($entity->field_report_format==2)?$summary_score:($summary_score*10); $per= (float)$summary_score * 100 / 10; @endphp @if($inc % 2 == 0) @endif @php $inc ++; @endphp @if($inc % 2 == 0) @endif @endforeach @endif


{{($entity->field_report_format == 2)?round($summarypercent,1):round($summarypercent,1).'%' }}
{{ $summary_report['behavior_name'] ? $summary_report['behavior_name'] : ""}}
{!! $summary_report['behavior_desc'] ? $summary_report["behavior_desc"] : "" !!}
@if(isset($psychometric_report['development_or_strength']['strength']) || (isset($psychometric_report['development_or_strength']['area_of_development'])))

Strengths

  • @if(isset($psychometric_report['development_or_strength']['strength'])) @if(count($psychometric_report['development_or_strength']['strength']) > 0) @php $strength = 0; @endphp @forelse($psychometric_report['development_or_strength']['strength'] as $key1=>$stren_value) @if($strength<3)
    {!! $stren_value->getCompetency['name'] !!}

    {!! (!empty($stren_value->static_content) ? $stren_value->static_content : '--') !!}

    @endif @php ++$strength; @endphp @empty

    --

    @endforelse @else

    --

    @endif @else

    There were no strengths

    @endif

Areas of Development

  • @if(isset($psychometric_report['development_or_strength']['area_of_development'])) @if(count($psychometric_report['development_or_strength']['area_of_development']) > 0) @php $devlopment = 0; @endphp @forelse($psychometric_report['development_or_strength']['area_of_development'] as $key2=>$stren_value) @if($devlopment<3)
    {!! $stren_value->getCompetency['name'] !!}

    {!! (!empty($stren_value->static_content) ? $stren_value->static_content : '--') !!}

    @endif @php ++$devlopment; @endphp @empty

    --

    @endforelse @else

    --

    @endif @else

    There were no areas of development

    @endif

@endif

COMPETENCY

@if(isset($psychometric_report['behaviour']) && count($psychometric_report['behaviour'])>0) @php $competency_inc = 1; @endphp @php function SingleBehaviourScoreClass($score,$check_level=[]) { $score_data = array(); $score = round($score,1); if($score>=$check_level[1]['low'] && $score<=$check_level[1]['high']){ $score_data['text'] = 'Low'; $score_data['spans'] = "Low"; $score_data['color'] = '#ffab95'; $score_data['txtcolor'] = 'rgba(237, 89, 141, 0.83)'; } elseif($score>=$check_level[2]['low'] && $score<=$check_level[2]['high'] ){ $score_data['text'] = 'Moderate'; $score_data['spans'] = "Moderate"; $score_data['color'] = '#ffe599'; $score_data['txtcolor'] = 'rgba(255, 146, 0, 0.83)'; } elseif($score>=$check_level[3]['low'] && $score<=$check_level[3]['high'] ){ $score_data['text'] = 'High'; $score_data['spans'] = "High"; $score_data['color'] = '#b1c8ff'; $score_data['txtcolor'] = 'rgba(0, 151, 255, 0.83)'; } elseif($score>=$check_level[4]['low'] && $score<=$check_level[4]['high'] ){ $score_data['text'] = 'Very High'; $score_data['spans'] = "Very High"; $score_data['color'] = '#99ed89'; $score_data['txtcolor'] = 'rgba(0, 201, 24, 0.83)'; } else{ $score_data['text'] = 'Very low'; $score_data['spans'] = "Very low"; $score_data['color'] = '#99ed89'; $score_data['txtcolor'] = 'rgba(220, 117, 141, 0.83)'; } return $score_data; } $alphas=range('A','Z'); $behaviour_key=1; //$competencies = $psychometric_report['competencies']; $competencies = $psychometric_report['competency']; $profin_level = []; $profin_level[1]['low'] = 0; $profin_level[1]['high'] = 3.5; $profin_level[2]['low'] = 3.6; $profin_level[2]['high'] = 6.5; $profin_level[3]['low'] = 6.6; $profin_level[3]['high'] = 8.5; $profin_level[4]['low'] = 8.6; $profin_level[4]['high'] = 10; @endphp @foreach($psychometric_report['behaviour'] as $key=>$summary_report)

{{ $behaviour_key }}. {{ $summary_report['behavior_name'] ? $summary_report['behavior_name'] : ""}}

@forelse($psychometric_report['behaviourCompetancy'][$key] as $ckey=>$competency_id) @if(isset($competencies[$competency_id])) @php $competency_data = $competencies[$competency_id]; $mcomp_sten_score= ($competency_data['sten_score']>0) ? $competency_data['sten_score'] : 0; if($entity->field_report_format == 2){ $per= (float)$mcomp_sten_score * 10; $cssdata = SingleBehaviourScoreClass(round(($mcomp_sten_score),1),$profin_level); }else{ $per= (float)$mcomp_sten_score * 100 / 10; $cssdata = SingleBehaviourScoreClass(round(($mcomp_sten_score*10)),$profin_level); } @endphp @endif @empty

No records found

@endforelse
{{ $competency_data['competency_name'] ? $competency_data['competency_name'] : ""}}
{{($entity->field_report_format == 2)?round($mcomp_sten_score,1):round($per,1).'%' }}



@if($psychometric_report['behaviourCompetancy'][$key] && count($psychometric_report['behaviourCompetancy'][$key])>0) @php $competency_key=0; @endphp @foreach($psychometric_report['behaviourCompetancy'][$key] as $ckey=>$competency_id) @if(isset($competencies[$competency_id])) @php $competency_data = $competencies[$competency_id]; $mcomp_sten_score= ($competency_data['sten_score']>0) ? $competency_data['sten_score'] : 0; $per= (float)$mcomp_sten_score * 100 / 10; if($entity->field_report_format == 2){ $cssdata = SingleBehaviourScoreClass(round(($mcomp_sten_score),1),$profin_level); }else{ $cssdata = SingleBehaviourScoreClass(round(($mcomp_sten_score*10)),$profin_level); } @endphp

{{ $competency_data['competency_name'] ? $competency_data['competency_name'] : ""}} - {{ $cssdata['text'] }}

{{ ($entity->field_report_format == 2)?round($mcomp_sten_score,1):round(($mcomp_sten_score*10),1) }}
{{($entity->field_report_format==2)?1:10}} {{($entity->field_report_format==2)?2:20}} {{($entity->field_report_format==2)?3:30}}
{{($entity->field_report_format==2)?4:40}} {{($entity->field_report_format==2)?5:50}}
{{($entity->field_report_format==2)?6:60}} {{($entity->field_report_format==2)?7:70}}
{{($entity->field_report_format==2)?8:80}} {{($entity->field_report_format==2)?9:90}} {{($entity->field_report_format==2)?10:100}}


{!! $competency_data["proficiency"] ? $competency_data["proficiency"]['level_content'] :"--" !!}

@php ++$competency_key; @endphp @endif @endforeach @else

No records found

@endif @php $behaviour_key++; @endphp @php $competency_inc++; @endphp
@endforeach @endif

Disclaimer

This report is the property of KAAM Services Pvt. Ltd. (TM), and the information provided in the report is intended solely for the individual or entity to whom it is addressed. Therefore, any dissemination, distribution, or copying of this communication is strictly prohibited. The interpretive information contained in this report should be considered as only one source of hypotheses about the individual or group being evaluated. No decision should be based solely on the information contained in this report. Any interpretation should take into account ALL relevant inputs, such as actual experience, skills, interests, abilities, the market being addressed, and the product being sold. This material should be integrated with other sources of information when making professional decisions about this individual. This report is confidential and intended for use by qualified professionals only.

Intellectual Property

The Content and Services of KAAM Services Pvt. Ltd. (TM), including their selection and arrangement, are protected by copyright, trademark, patent, and/or other intellectual property laws. Any unauthorised use of the Content or Services may violate these laws and the Terms of Use. Except as expressly provided in these Terms of Use, KAAM Services Pvt. Ltd. (TM) does not grant any express rights to use the Content and/or Services. You agree not to copy, republish, frame, download, transmit, modify, rent, lease, loan, sell, assign, distribute, license, sublicense, reverse engineer, or create derivative works based on the Site, its Content, or its Services, or their selection and arrangement, except as expressly authorised in these Terms of Use. Additionally, you agree not to use any data mining, robots, or similar data gathering and extraction methods in connection with the KAAM Services Pvt. Ltd. (TM) database.