|
|
|
{!! 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()!!}
|
|
| Candidate
Information
|
{{-- @php $proof_image = $getimage ? \HireMeeHelper::getAWSImageUrl($personal_report['prof_image']->s3_id,getenv('prodevbucket'),'hiremeeprodev') : secure_asset('assets/images/user.png'); @endphp
|
--}}
| 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
| Series Summary |
@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
{{$details['assessment_name']}}
{{$overall_percentage}}%
Overall Percentage
|
|
|
@endforeach
@endforeach
@else
| No Records Found |
@endif
| Test Summary |
@if(count($assessment_wise_result) > 0 )
@foreach($assessment_wise_result as $assess_details)
|
{{$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')}}
|
| Section Name |
Score |
Max. Score |
@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
| {{ $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 !!} |
@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
| {{ $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 !!} |
@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
| {{ $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 }} |
@else
| {{ $sec_details->sections->name ?? ''}} |
{!! number_format($sec_details->overall_score,2) !!} |
{!! number_format($sec_details->total_score,2) !!} |
@endif
@endif
@endforeach
|
{{$section_asess_overall_score[$assess_details->assessment_id]}}%
Overall Percentage
|
@endforeach
@else
| No Records Found |
@endif
© {{date('Y')}} HireMee. All rights reserved by HireMee