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 {{----------------------------------------------}} @if(isset($psychometric_report['is_multifacet'])) @if(isset($entity->id) && ($entity->id == getenv('VEE_PSYCHO_STU_ASS_ENTITY_ID'))) {{-- Student Well Being Assessment Report --}} @include('pro.include.revised-psychometric-psychology-report') @else {{-- Employee Well Being Assessment Report --}} @if(isset($psychometric_report['multifacet_behaviour']['behaviour']) && count($psychometric_report['multifacet_behaviour']['behaviour'])>0)

OVERALL PSYCHOLOGICAL WELLNESS

@php $behaviour_count=0;@endphp @foreach($psychometric_report['multifacet_behaviour']['behaviour'] as $key=>$summary_report) @if($behaviour_count==0) @php $msten_score=0; $behaviour_count++; $behaviour_id='mdemo-pie-'.$behaviour_count; $msten_score= (isset($summary_report['sten_score'])) ? $summary_report['sten_score'] : 0; $percent = ($entity->field_report_format==2)?$msten_score:($msten_score*10); $per= (float)$msten_score * 100 / 10; @endphp
{{($entity->field_report_format == 2)?round($percent,1):round($percent,1).'%' }}
@endif @endforeach
circle stock
@endif @if(isset($psychometric_report['multifacet_behaviour']['behaviour_customized']['motivation_ability']))

WELL-BEING CONFIDENCE LEVEL

@php $confid_level = 0; @endphp @php $motivation_factor_count=0; $motivation_factors = $psychometric_report['multifacet_behaviour']['behaviour_customized']['motivation_ability']; @endphp @forelse(array_chunk($motivation_factors,2) as $motivation_factor_datas) @foreach($motivation_factor_datas as $key=>$motivation_factor_report) @php $motivation_factor_count++; $motivation_chartid='motivation-pie-'.$motivation_factor_count; $motivation_score = ($motivation_factor_report['score']) ? $motivation_factor_report['score'] : 0; $wellbeinglevelpercent = ($entity->field_report_format==2)?$motivation_score:($motivation_score*10); $per= (float)$motivation_score * 100 / 10; @endphp @if($confid_level % 2 == 0) @endif @php $confid_level ++; @endphp @if($confid_level % 2 == 0) @endif @endforeach @empty

No Records Found

@endforelse


{{($entity->field_report_format == 2)?round($wellbeinglevelpercent,1):round($wellbeinglevelpercent,1).'%' }}

{{ $motivation_factor_report['name'] ? $motivation_factor_report['name'] : ""}}

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




circle stock
@endif @if(isset($psychometric_report['multifacet_behaviour']['behaviour_customized']['job_related']))

ME AT WORK

@php $inc = 0; @endphp @php $job_factor_count=0; $job_factors = $psychometric_report['multifacet_behaviour']['behaviour_customized']['job_related']; @endphp @forelse(array_chunk($job_factors,3) as $job_factor_datas) @foreach($job_factor_datas as $key=>$job_factor_report) @php $job_factor_count++; $jobfactor_chartid='job-pie-'.$job_factor_count; $job_score = ($job_factor_report['score']) ? $job_factor_report['score'] : 0; $meatworkpercent = ($entity->field_report_format==2)?$job_score:($job_score*10); $per= (float)$job_score * 100 / 10; @endphp @php $a = 1; @endphp @if($inc % 2 == 0) @endif @php $inc ++; @endphp @if($inc % 2 == 0) @endif @endforeach @empty

No Records Found

@endforelse


{{($entity->field_report_format == 2)?round($meatworkpercent,1):round($meatworkpercent,1).'%' }}

{{ $job_factor_report['name'] ? $job_factor_report['name'] : ""}}

{!! $job_factor_report['proficiency'] ? $job_factor_report["proficiency"]['level_content'] : "" !!}
circle stock
@endif @if(isset($psychometric_report['multifacet_behaviour']['behaviour_customized']['well_being'])) @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['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['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['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['color'] = '#99ed89'; $score_data['txtcolor'] = 'rgba(0, 201, 24, 0.83)'; }else{ $score_data['text'] = 'Very low'; $score_data['color'] = '#99ed89'; $score_data['txtcolor'] = 'rgba(220, 117, 141, 0.83)'; } return $score_data; } $behaviour_key = 1; $competencies = $psychometric_report['multifacet_behaviour']['competencies']; $profin_level = []; $profin_level[1]['low'] = 0; $profin_level[1]['high'] = 3.0; $profin_level[2]['low'] = 3.1; $profin_level[2]['high'] = 5.0; $profin_level[3]['low'] = 5.1; $profin_level[3]['high'] = 7.0; $profin_level[4]['low'] = 7.1; $profin_level[4]['high'] = 10; @endphp

WELL-BEING FACTORS

@php $well_being_factors = $psychometric_report['multifacet_behaviour']['behaviour_customized']['well_being']; @endphp @forelse($well_being_factors as $key=>$wellbeing_data)
@php $mcomp_sten_score= ($wellbeing_data['score']>0) ? $wellbeing_data['score'] : 0; $per= (float)$mcomp_sten_score * 100 / 10; $cssdata = SingleBehaviourScoreClass(round(($mcomp_sten_score),1),$profin_level); @endphp

{{ $wellbeing_data['name'] ? $wellbeing_data['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}}


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

@empty

No Records Found

@endforelse
@endif @endif @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.