{!! Form::open(array('url' =>secure_url('gold/college/proassess/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 = $personal_information['getimage'] ? \HireMeeHelper::getAWSImageUrl($personal_information['getimage']->s3_id,config('filesystems.disks.hiremeeprodev.bucket'),'hiremeeprodev') : secure_asset('assets/images/user.png'); @endphp
{{ $personal_information['full_name'] ?? '--'}}
E-mail: {{ $personal_information['email_address'] ?? "--"}}
Contact No: {{ $personal_information['contact_no'] ?? "--"}}
@if(isset($personal_information['created_at'])) @endif
Test taken on: {{ \Carbon\Carbon::parse($personal_information['created_at'])->formatLocalized('%d %b %Y') }}
Assessment completion Status: {{ $personal_information['options'] ? $personal_information['options'] : "--" }}

Candidate Information
First Name: {{ $personal_information['first_name'] ?? "--"}}
Date of Birth: ----
Location: ----
Last Name: {{ $personal_information['last_name'] ?? "--"}}
Experience: ----
Session: ----
@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(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
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