HireMee Logo
@php $proof_image= $getimage ? \HireMeeHelper::getAWSImageUrl($getimage->s3_id,config('filesystems.disks.hiremeeprodev.bucket'),'hiremeeprodev') : 'https://hiremee.co.in/assets/images/user.png'; $b64image= 'data:image/jpg;base64,'.base64_encode(file_get_contents($proof_image)); @endphp User Photo
Name :
{{ $personal_report['personal_info']->first_name ?? '--'}}
Email :
{{ $personal_report['personal_info']->email_id ?? "--"}}
Contact :
{{ $personal_report['personal_info']->contact_no ?? "--"}}
Test Taken on :
{{ \Carbon\Carbon::parse($personal_report['assessment_takendate']->created_at)->formatLocalized('%d %b %Y') }}
{{ isset($assessmentdetails->assessmetDetails) ? $assessmentdetails->assessmetDetails->name : ''}}
About the Assessment
@if(isset($entity)) {!! $entity->description !!} @endif
Inference of the Assessment Score
@php $profin_level=[]; @endphp @if(isset($entity)) @foreach($proficiency_level as $level) @if($entity->field_report_format == 2) @else @endif @php $profin_level[$level->description_enumuration_id]['low']=$level->low_score; $profin_level[$level->description_enumuration_id]['high']=$level->high_score; @endphp @endforeach
SCORE INFERENCE
{{$level->low_score}} - {{($level->high_score)}}{{($level->low_score*10)}}% - {{$level->high_score*10}}% {{$level->enum_name}}
@endif
{{--------------- Start of 11 Scale rating Report -----------------}} @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.test-result-psychometric-psychology') @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 $summary_report) @if($behaviour_count==0) @php $msten_score=0; $behaviour_count++; $behaviour_id='mdemo-pie-'.$behaviour_count; $msten_score= ($summary_report['sten_score']) ? $summary_report['sten_score'] : 0; @endphp
{{ round(($msten_score*10),2) }}%
@endif @endforeach
@endif
@if(isset($psychometric_report['multifacet_behaviour']['behaviour_customized']['motivation_ability']))
Well-being Confidence Level
@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 $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; @endphp
{{ $motivation_factor_report['name'] ? $motivation_factor_report['name'] : ""}}
{{ round(($motivation_score*10),2) }}%
{!! $motivation_factor_report['proficiency'] ? $motivation_factor_report["proficiency"]['level_content'] : "" !!}
@endforeach @empty

No Records Found

@endforelse
@endif
@if(isset($psychometric_report['multifacet_behaviour']['behaviour_customized']['job_related']))
Me At Work
@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 $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; @endphp
{{ $job_factor_report['name'] ? $job_factor_report['name'] : ""}}
{{ round(($job_score*10),2) }}%
{!! $job_factor_report['proficiency'] ? $job_factor_report["proficiency"]['level_content'] : "" !!}
@endforeach @empty

No Records Found

@endforelse
@endif
@if(isset($psychometric_report['multifacet_behaviour']['behaviour_customized']['well_being']))
Well-Being Factors
@php $well_being_factors = $psychometric_report['multifacet_behaviour']['behaviour_customized']['well_being']; @endphp @forelse($well_being_factors as $wellbeing_data)
{{ $wellbeing_data['name'] ? $wellbeing_data['name'] : ""}}
@php $mcomp_sten_score= ($wellbeing_data['score']>0) ? $wellbeing_data['score'] : 0; $per= (float)$mcomp_sten_score * 100 / 10; @endphp
{{ round(($mcomp_sten_score*10),1) }}
10
20
30
40
50
60
70
80
90
100
{!! $wellbeing_data["proficiency"] ? $wellbeing_data["proficiency"]['level_content'] :"--" !!}
@empty No records found @endforelse @endif
@endif {{-- Well beign assessment endif --}}
{{--
@if(isset($psychometric_report['multifacet_competency']) && count($psychometric_report['multifacet_competency'])>0)
@php $competency_count=0; @endphp @forelse(array_chunk($psychometric_report['multifacet_competency'],3) as $msummary_competencys) @foreach($msummary_competencys as $summary_competency) @php $i=0;$mcsten_score=0; $competency_count++; $competency_id='mcompetency-pie-'.$competency_count; $mcsten_score= ($summary_competency['sten_score']) ? $summary_competency['sten_score'] : 0; @endphp
{{ $summary_competency['competency_name'] ? $summary_competency['competency_name'] : ""}}
{{ round(($mcsten_score*10),2) }}%
@endforeach @empty

No Records Found

@endforelse
@endif
Strength
@if(isset($psychometric_report['multifacet_development_or_strength']['strength']) && count($psychometric_report['multifacet_development_or_strength']['strength']) > 0) @php $strength = 0; @endphp @forelse($psychometric_report['multifacet_development_or_strength']['strength'] as $key1=>$stren_value) @if($strength<3)

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

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

--

@endforelse @else

--

@endif
Area of Development
@if(isset($psychometric_report['multifacet_development_or_strength']['area_of_development']) && count($psychometric_report['multifacet_development_or_strength']['area_of_development']) > 0) @php $devlopment = 0; @endphp @forelse($psychometric_report['multifacet_development_or_strength']['area_of_development'] as $key2=>$stren_value) @if($devlopment<3)

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

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

--

@endforelse @else

--

@endif
@forelse($psychometric_report['multifacet_competency'] as $mcompetency_data)
{{ $mcompetency_data['competency_name'] ? $mcompetency_data['competency_name'] : ""}}
@php $mcomp_sten_score= ($mcompetency_data['sten_score']>0) ? $mcompetency_data['sten_score'] : 0; $per= (float)$mcomp_sten_score * 100 / 10; @endphp
{{ round(($mcomp_sten_score*10),1) }}
10
20
30
40
50
60
70
80
90
100
{!! $mcompetency_data["proficiency"] ? $mcompetency_data["proficiency"]['level_content'] :"--" !!}
@empty No records found @endforelse
--}} @endif {{--------------- End of 11 Scale rating Report -----------------}}
proctoring report
@forelse($proctoring_report as $proct_data)
{{$proct_data ? Carbon\Carbon::parse($proct_data->created_at)->format('g:i:s a') : ""}}
{{$proct_data->event_name}}
@empty @endforelse
@if($form_details)
Custom Form Details
@forelse($form_details as $form) @empty @endforelse
{{$form->field_name ? $form->field_name : "--"}} : {{$form->field_value ? $form->field_value : "--"}}
No Records Found
@endif @if($feedback_details)
Feedback Questions Details
@forelse($feedback_details as $form) @empty @endforelse
{{$form->question ? $form->question : "--"}} : {{$form->answer ? $form->answer : "--"}}
No Records Found
@endif
Disclaimer

This report is a property of KAAM Services Pvt. Ltd. (TM) and the information provided in the report is to be used only by the individual or entity to which it is addressed, else you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. The interpretive information contained in this report should be viewed as only one source of hypotheses about the individual/ group being evaluated. No decisions should be based solely on the information contained in this report. Any interpretation of this report should take into account ALL relevant input such as actual experience, skills, interests, abilities, the market being addressed and product being sold. This material should be integrated with all other sources of information in reaching professional decisions about this individual. This report is confidential and intended for use by qualified professionals only.

@if(isset($psychometric_report['is_multifacet']))

The content of this report should not be used for any purpose other than it is designed for. This is not a CLINICAL TEST for measuring stress or anxiety or depression. The results also need to be used in light of the recency of the test attempt as the analysis is capturing the current state of psychological well-being and not the general well-being.

@endif
Intellectual Property

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

HireMee Logo

© {{ date('Y')}} HireMee

All rights reserved by HireMee

  support@hiremee.co.in

  +91 87929 22796

www.hiremee.co.in