@php $logo_image= 'https://hiremee.co.in/assets/images/home_new/logo-ver.png'; $b64logoimage= 'data:image/jpg;base64,'.base64_encode(file_get_contents($logo_image)); @endphp HireMee Logo

@php if(isset($getimage->s3_id)){ $user_image =\HireMeeHelper::getAWSImageUrl($getimage->s3_id,config('filesystems.disks.hiremeeprodev.bucket'),'hiremeeprodev'); $orientation_images = \HireMeeHelper::removeImagerotation($user_image,500,500); $b64userimage= 'data:image/jpg;base64,'.base64_encode($orientation_images); } else{ $user_image = public_path('/assets/images/user.png'); $b64userimage= 'data:image/jpg;base64,'.base64_encode(file_get_contents($user_image)); } @endphp User Image

Name : {{ $personal_information['first_name'] ?? '--'}}

Email : {{ $personal_information['email_address'] ?? "--"}}

Contact No. : {{ $personal_information['contact_no'] ?? "--"}}

@if(!empty($personal_information['created_at']))

Test Taken on : {{ \Carbon\Carbon::parse($personal_information['created_at'])->formatLocalized('%d %b %Y') }}

@endif

Completion Status: {{ $personal_information['options']? $personal_information['options'] : "--" }}

 

Candidate Information

Date of Birth : Not Updated

Location : Not Updated

Experience : Not Updated

Session : Not Updated

@php $overall_percentage= isset($overall_scores['percentage']) ? $overall_scores['percentage'] : 0; @endphp
Test Summary
Overall Score : @if(!empty($overall_scores)) {!! $overall_scores['overall_score'] ? $overall_scores['overall_score'] : "" !!} / {!! $overall_scores['total_score'] ? $overall_scores['total_score'] : "" !!} @endif
@forelse($section_scores as $skey=>$section) @php $sectionQuestionType [] = isset($section['question_type']) ? $section['question_type'] : '' ; @endphp @empty @endforelse
Section Name Obtained Score Full Score
{!! isset($section['section_name']) ? $section['section_name'] : '' !!} {!! isset($section['obtained_score']) ? $section['obtained_score'] : '' !!} {!! isset($section['full_score']) ? $section['full_score'] : '' !!}
No records found
{{ round($overall_percentage,1) }}% Overall Score
@if(in_array("5", $sectionQuestionType))
Essay type question score
@php $get_essay_scores = App\Http\Controllers\Pro\TestResultController::getEssyTypeIndividualScores($test_pin_data); @endphp @if(count($get_essay_scores)>0) @foreach($get_essay_scores as $esy_score) @endforeach @else @endif
Lexical Task Grammar Cohension Score
Band: {{ $esy_score->lexical }} Band: {{ $esy_score->task }} Band: {{ $esy_score->grammar }} Band: {{ $esy_score->cohesion }} {{ $esy_score->total }} / {{ $esy_score->score }}
No Records Found
@endif
Section Report
@forelse($section_scores as $skey=>$section) @php $section_overall_percentage = 0; $color_codes = ['#28dddd','#FFF7CB','#9DCAF7','#B7D17B','#DDBA28','#727777']; $section_overall_score = isset($section['obtained_score']) ? $section['obtained_score'] : 0; $section_total_score = isset($section['full_score']) ? $section['full_score'] : 0; if($section_total_score>0){ $section_overall_percentage = (($section_overall_score/$section_total_score)*100); } @endphp @empty @endforelse
Overall Score
{{ floatval($overall_scores['overall_score']) }} / {{ floatval($overall_scores['total_score']) }} {{ round($overall_percentage) }}%
{!! isset($section['section_name']) ? $section['section_name'] : '' !!}
{{ floatval($section_overall_score) }} / {{ floatval($section_total_score) }} {{ round($section_overall_percentage) }}%
No records found
 
  0 20 40 60 80 100
Percent (%) Score
Proctoring Report
@forelse($proctoring_report as $proct_data) @empty @endforelse
{{ $proct_data ? Carbon\Carbon::parse($proct_data->created_at)->format('g:i:s a') : ""}} {{ $proct_data->event_name }}
No records found
Section Score
@forelse($section_scores as $skey=>$summary_report) @php $section_color_codes = ['#28dddd','#FFF7CB','#9DCAF7','#B7D17B','#DDBA28','#727777']; $section_score_datas = App\Http\Controllers\GoldProReportController::getPDFSectionReport($assign_id_data,$summary_report['section_id'],$test_pin_data,$company_id); @endphp @if(is_array($section_score_datas) && count($section_score_datas)>0)
@foreach($section_score_datas as $key=>$sectionvalue) @if(isset($sectionvalue['type']) && $sectionvalue['type']=='overall') @else @endif @endforeach
{{ $sectionvalue['topic'] }}
{{ $sectionvalue['cat'] }} {{ round($sectionvalue['score']) }}%
{{ $sectionvalue['topic'] }}
{{ $sectionvalue['cat'] }} {{ round($sectionvalue['score']) }}%
 
  0 20 40 60 80 100
Percent (%) Score
@endif @empty @endforelse @if(isset($form_details) && count($form_details)>0)
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(isset($feedback_details) && count($feedback_details)>0)
Feedback Questions Details
@forelse($feedback_details as $form) @empty @endforelse

{{$form->question ? $form->question : "--"}} : {{$form->answer ? $form->answer : "--"}}

No Records Found
@endif