app-logo
{!! Form::open(array('url' =>secure_url('pro/rz-series-overall-report'), 'class'=>'form-horizontal', 'method'=>'post','id'=>'form-download_pdf')) !!} {!! Form::hidden('series_img_path','round-zero/series_candidate_id_'.$pro_candidate_id,['id'=>'rz-series_img_path']) !!} {!! Form::hidden('pdf-download','1') !!} {!! Form::hidden('pro_candidate_id',$pro_candidate_id,['id'=>'pro_candidate_id']) !!} {!! Form::hidden('series_name',$series_name,['id'=>'series_name']) !!} {!! Form::button('Download PDF',array('type'=>'submit','id'=>'download_pdf','class'=>'btn btn-primary pro-green c-white','disabled'=>true)) !!} {!! Form::close()!!}
Please wait, Loading...
{{$series_name}}
{{-- @php $proof_image = $getimage ? \HireMeeHelper::getAWSImageUrl($personal_report['prof_image']->s3_id,getenv('prodevbucket'),'hiremeeprodev') : secure_asset('assets/images/user.png'); @endphp --}}
Candidate Information
candidate profile
Name : {{ $personal_report['personal_info']->first_name ?? '--'}} Email : {{ $personal_report['personal_info']->email_id ?? "--"}}
Contact No : {{ $personal_report['personal_info']->contact_no ?? "Not Available"}}
@php $tabl_width = count($assessment_wise_result) > 1 ? 'width: 100%;' : 'width: calc(100% - 40px);' ; @endphp @if(count($assessment_wise_result) > 0 ) @php $assessment_wise_data = array_chunk($assessment_wise_result->toArray(),2); $section_asess_overall_score=[]; @endphp @foreach($assessment_wise_data as $assess_details) @foreach($assess_details as $key => $details) @php $overall_percentage = number_format(($overall_result[$details['assessment_id']]['overall_score'] / $overall_result[$details['assessment_id']]['total_score'])* 100,1); $overall_percentage = ($overall_percentage>0) ? $overall_percentage : 0; $section_asess_overall_score[$details['assessment_id']]= $overall_percentage; @endphp @endforeach @endforeach @else @endif
Series Summary
{{$details['assessment_name']}}
{{$overall_percentage}}% Overall Percentage
No Records Found
@if(count($assessment_wise_result) > 0 ) @foreach($assessment_wise_result as $assess_details) @endforeach @else @endif
Test Summary

{{$assess_details->assessment_name}}

Overall score : {{number_format($overall_result[$assess_details->assessment_id]['overall_score'],2)}} / {{number_format($overall_result[$assess_details->assessment_id]['total_score'],2)}} Test Completion Date : {{\Carbon\Carbon::parse( $test_completion_date[$assess_details->test_pin])->formatLocalized('%d %b %Y')}}
@foreach($section_wise_result as $sec_details) @if($sec_details->assessment_id == $assess_details->assessment_id ) @if(isset($custom_setting) && $custom_setting->is_accept_best_mcq==1 && $sec_details->sections->question_type==1) @php $mcq_scores= App\Http\Controllers\Pro\TestResultController::checkBestMCQOverall($assess_details->test_pin,$sec_details->sections->id,$assess_details->assign_id); @endphp @elseif(isset($custom_setting) && $custom_setting->is_accept_best==1 && $sec_details->sections->question_type==3) @php $subjective_scores= App\Http\Controllers\Pro\TestResultController::checkBestSubjectiveOverall($assess_details->test_pin,$sec_details->sections->id,$assess_details->assign_id,$sec_details); @endphp @elseif($sec_details->sections->question_type=="5") @php $get_section_score = App\Http\Controllers\Pro\TestResultController::getEssyTypeOverallScores($assess_details->test_pin,$sec_details->sections->id); @endphp @else @endif @endif @endforeach
Section Name Score Max. Score
{{ $sec_details->sections->name ?? ''}} {!! isset($mcq_scores['overall_score']) ? number_format($mcq_scores['overall_score'],2) : 0.00 !!} {!! isset($mcq_scores['total_score']) ? number_format($mcq_scores['total_score'],2) : 0.00 !!}
{{ $sec_details->sections->name ?? ''}} {!! isset($subjective_scores['overall_score']) ? number_format($subjective_scores['overall_score'],2) : 0.00 !!} {!! isset($subjective_scores['total_score']) ? number_format($subjective_scores['total_score'],2) : 0.00 !!}
{{ $sec_details->sections->name ?? ''}} {{ $get_section_score['obtained_score'] ? number_format($get_section_score['obtained_score'],2) : 0.00 }} {{ $get_section_score['full_score'] ? number_format($get_section_score['full_score'],2) : 0.00 }}
{{ $sec_details->sections->name ?? ''}} {!! number_format($sec_details->overall_score,2) !!} {!! number_format($sec_details->total_score,2) !!}
{{$section_asess_overall_score[$assess_details->assessment_id]}}% Overall Percentage
No Records Found
© {{date('Y')}} HireMee. All rights reserved by HireMee