Diagnostic Assessment Report

  • Name : {{ $presonal_details->fullname}} {{(!empty($presonal_details->lastname ))?$presonal_details->lastname :''}}
  • HireMee ID : {{$presonal_details->hiremee_id}}
  • Assessment Date :{{ Carbon\Carbon::parse($assessment_details->exam_date)->format('M \\, jS Y \\a\\t h:i A') }}
@if($check_assessment == 0) You have not completed HireMee's Assessment. Please take the assessment and proceed. @else @php $verbal_score = $assessment_details ? $assessment_details->verbalaptitude== -1 ? 'N' : $assessment_details->verbalaptitude : '0'; $verbal_total = $verbal_score * 10; $quants_score = $assessment_details ? $assessment_details->quantitativeaptitude== -1 ? 'N' : $assessment_details->quantitativeaptitude : '0'; $quants_total = $quants_score * 10; $logical_score = $assessment_details ? $assessment_details->logicalreasoning== -1 ? 'N' : $assessment_details->logicalreasoning : '0'; $logical_total = $logical_score * 10; $technicalcoredomain_score = $assessment_details ? $assessment_details->technicalcoredomain== -1 ? 'N' : $assessment_details->technicalcoredomain : '0'; $technicalcoredomain_total = $technicalcoredomain_score * 10; $technicalcomputerfundamental_score = $assessment_details ? $assessment_details->technicalcomputerfundamental== -1 ? 'N' : $assessment_details->technicalcomputerfundamental : '0'; $technicalcomputerfundamental_total = $technicalcomputerfundamental_score * 10; $communication_score = $assessment_details ? $assessment_details->communication== -1 ? 'N' : $assessment_details->communication : '0'; $communication_total = $communication_score * 10; $overall_score = $verbal_score + $quants_score + $logical_score + $technicalcoredomain_score + $technicalcomputerfundamental_score; $maximum_marks = 9*5; $overall_percentage = round(($overall_score/$maximum_marks)*100); @endphp
Your Performance - Percentage Score
{{$overall_percentage}}%
Learning to win
Winning is not as important as the will to prepare to win is.
Performance Insights - Where do you stand

National Rank

The rank of candidates you scored better than in the country

{{$assessment_details->national_rank or ""}}

Regional Rank

The rank of candidates you scored better than in the state

{{$assessment_details->regional_rank or ""}}

Local Rank

The rank of candidates you scored better than in your institution

{{$assessment_details->college_rank or ""}}
shortlisting benchmark
!
Verbal Aptitude
arrow_drop_down {{$verbal_score}} / 9
Quantitative Aptitude
arrow_drop_down {{$quants_score}} / 9
Logical Reasoning
arrow_drop_down {{$logical_score}} / 9
Core Domain
arrow_drop_down {{$technicalcoredomain_score}} / 9
{{ $presonal_details->computerScienceSectionLabel(true) }}
arrow_drop_down {{$technicalcomputerfundamental_score}} / 9
Communication Aptitude
arrow_drop_down {{$communication_score}} / 9

Where do you Stand

As per your score and shortlisting benchmark your position and job suitability

Your Overall Score
arrow_drop_down {{$overall_percentage}}%
Shortlisting Benchmark
arrow_drop_down 55%

Score Description

Verbal Aptitude

{{App\Helper\HireMeeHelper::getScoreDescription('verbal',$verbal_score)}}

Quantitative Aptitude

{{App\Helper\HireMeeHelper::getScoreDescription('quants',$quants_score)}}

Logical Reasoning

{{App\Helper\HireMeeHelper::getScoreDescription('logical',$logical_score)}}

{{ $presonal_details->computerScienceSectionLabel(true) }}

{{App\Helper\HireMeeHelper::getScoreDescription('technicalcoredomain',$technicalcoredomain_score)}}

Core Domain

{{App\Helper\HireMeeHelper::getScoreDescription('technicalcomputerfundamental',$technicalcomputerfundamental_score)}}

@php $static_value = ["verbalaptitude"=>"Verbal Aptitude","quantitativeaptitude"=>"Quantitative Aptitude","logicalreasoning"=>"Logical Reasoning","technicalcomputerfundamental"=>$presonal_details->computerScienceSectionLabel(true),"communication"=>"Communication","technicalcoredomain"=>"Core Domain"]; @endphp
Areas of Expertise

As per your scores in the assessment, these are the list of areas you are good at. You need to refine your skills in these areas and look to score maximum marks

@foreach($static_value as $key => $value) @if($assessment_details[$key]/10*100 >= 55)
arrow_drop_down {{$value}} : {{$assessment_details[$key]}} / 9
@endif @endforeach
Areas of Improvement

As per your scores in the assessment, these are the list of areas you need to improve in. You need to rework on your basic concepts, solve more problems and imrpove everyday.

@foreach($static_value as $key => $value) @if($assessment_details[$key]/10*100 < 55)
{{$value}} : {{$assessment_details[$key]}} / 9 arrow_drop_down
@endif @endforeach
Performance Summary

@php $performance_summary = round($overall_score/5); @endphp {{App\Helper\HireMeeHelper::getScoreDescription('performance_summary',$performance_summary)}} The track has been designed to improve your knowledge; skills and confidence you would need to ace your placement season and achieve your dream job.

@if($check_assessment == 0) You have not completed Hiremee Assessment Test.Please Take test and Proceed @else
Recommended Learning Tracks
@if($candidate_track) @foreach($track_master as $track) @if($candidate_track->track_id && $candidate_track->track_id == $track->id)

{{$track->track_name}}

@endif @endforeach @endif @endif
@endif