{!! Form::open(array('url' =>secure_url('pro/get-test-result-report'), 'class'=>'form-horizontal', 'method'=>'post')) !!} @for ($i = 0; $i <= $chart_count; $i++) {!! Form::hidden('image'.$i,'',array('id'=>'pro-image'.$i)) !!} @endfor {!! Form::hidden('summary_report_image','',array('id'=>'pro-summary-image')) !!} {!! Form::hidden('essay_type_section_image','',array('id'=>'pro-essay-type-section-image')) !!} {!! Form::hidden('pdf-download','1') !!} {!! Form::hidden('chart_count',$chart_count) !!} {!! Form::hidden('assign_id','',['id'=>'pre-js-pro-test-assign_id']) !!} {!! Form::hidden('test_pin','',['id'=>'pre-js-pro-test-test_pin_id']) !!} {!! Form::hidden('candidate_id','',['id'=>'pre-js-pro-test-candidate_id']) !!} {!! Form::hidden('section_id','',['id'=>'pre-js-pro-test-section_id']) !!} {!! Form::hidden('assessment_id','',['id'=>'pre-js-pro-test-assessment_id']) !!} {!! Form::hidden('is_custom_form','',['id'=>'pre-js-pro-test-is_custom_form']) !!} {!! Form::hidden('is_feedback','',['id'=>'pre-js-pro-test-is_feedback']) !!} {!! Form::hidden('test_event_id','',['id'=>'pre-js-pro-test-test_event_id']) !!} {!! Form::hidden('type','overall') !!} {!! Form::button('Download PDF',array('type'=>'submit', 'disabled'=>true, 'id'=>'download_pdf','class'=>'btn btn-primary pro-green c-white')) !!} {!! Form::close()!!}
 
@php /*$proof_image = $getimage ? \HireMeeHelper::getAWSImageUrl(getenv('prodevbucket'),'hiremeeprodev') : secure_asset('assets/images/user.png');*/ $proof_image = $getimage ? \HireMeeHelper::getAWSImageUrl($personal_report['prof_image']->s3_id,getenv('prodevbucket'),'hiremeeprodev') : secure_asset('assets/images/user.png'); @endphp
{{ $personal_report['personal_info']->first_name ?? '--'}}
E-mail: {{ $personal_report['personal_info']->email_id ?? "--"}}
Contact No: {{ $personal_report['personal_info']->contact_no ?? "--"}}
@if(!empty($personal_report['assessment_takendate'])) @endif
Test taken on: {{ \Carbon\Carbon::parse($personal_report['assessment_takendate']->created_at)->formatLocalized('%d %b %Y') }}
Assessment completion Status: {{ $personal_report['status']? $personal_report['status']->options : "--" }}

Candidate Information
First Name: {{ $personal_report['personal_info']->first_name ?? '--'}}
Date of Birth: ----
Location: ----
Last Name: {{ $personal_report['personal_info']->last_name ?? '--'}}
Experience: ----
Session: ----
@php $overall_percentage = 0; if(!empty($summary_reports['overall_results'])) { if($summary_reports['overall_results']['total_score']>0){ $overall_percentage = ($summary_reports['overall_results']['overall_score']/$summary_reports['overall_results']['total_score'])*100; $overall_percentage = ($overall_percentage>0) ? $overall_percentage : 0; } } @endphp
Test Summary
Overall Score: @if(!empty($summary_reports['overall_results'])){{$summary_reports['overall_results']['overall_score']}} / {{$summary_reports['overall_results']['total_score']}} @endif
@forelse($summary_reports['section_results'] as $summary_report) @php $sectionQuestionType [] = $summary_report->sections->question_type; @endphp @if(isset($custom_setting) && $custom_setting->is_accept_best_mcq==1 && $summary_report->sections->question_type==1) @php $mcq_scores= App\Http\Controllers\Pro\TestResultController::checkBestMCQOverall($test_pin_data,$summary_report->sections->id,$assign_id_data); @endphp @elseif(isset($custom_setting) && $custom_setting->is_accept_best==1 && $summary_report->sections->question_type==3) @php $subjective_scores= App\Http\Controllers\Pro\TestResultController::checkBestSubjectiveOverall($test_pin_data,$summary_report->sections->id,$assign_id_data,$summary_report); @endphp @elseif($summary_report->sections->question_type=="5") @php $get_section_score = App\Http\Controllers\Pro\TestResultController::getEssyTypeOverallScores($test_pin_data,$summary_report->sections->id); @endphp @else @endif @empty @if((count($custom_topic_result) == 0 && count($section_result) ==0)) @endif @endforelse @if(count($custom_topic_result) > 0) @foreach($custom_topic_result as $value2) @endforeach @endif
Section Name Obtained Score Full Score
{{ $summary_report->sections ? $summary_report->sections->name : "--" }} {!! isset($mcq_scores['overall_score']) ? number_format($mcq_scores['overall_score'],2): 0 !!} {!! isset($mcq_scores['total_score']) ? number_format($mcq_scores['total_score'],2) : 0 !!}
{{$summary_report->sections ? $summary_report->sections->name : "--"}} {!! isset($subjective_scores['overall_score']) ? number_format($subjective_scores['overall_score'],2) : 0 !!} {!! isset($subjective_scores['total_score']) ? number_format($subjective_scores['total_score'],2) : 0 !!}
{{ $summary_report->sections ? $summary_report->sections->name : "--"}} {{ $get_section_score['obtained_score'] ? number_format($get_section_score['obtained_score'],2) : 0 }} {{ $get_section_score['full_score'] ? number_format($get_section_score['full_score'],2) : 0 }}
{{$summary_report->sections ? $summary_report->sections->name : "--"}} {{ number_format($summary_report->overall_score,2) }} {{ number_format($summary_report->total_score,2) }}
No records found
{!! $value2->getSections ? $value2->getSections->name : "" !!} {!! number_format($value2->overall_score,2)!!} {!! number_format($value2->total_score,2)!!}
{{ round($overall_percentage,1) }}% Overall Score
@if(isset($sectionQuestionType) && 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
{{--@if(isset($sectionQuestionType) && in_array("5", $sectionQuestionType)) {!! Form::hidden('essay_type',1,['id'=>'pro-js-pro-essay_type']) !!}
Essay Type Section Report
@else {!! Form::hidden('essay_type',0,['id'=>'pro-js-pro-essay_type']) !!} @endif --}}
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 }}
Section Score
@for ($i = 0; $i < $chart_count; $i++)
@endfor
@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
© {{date('Y')}} HireMee. All rights reserved by HireMee