@if(getenv('REPORT_ENVIRONMENT')=='linux') @else @endif
|
@php
if(isset($getimage->s3_id)){
$user_image =\HireMeeHelper::getAWSImageUrl($getimage->s3_id,getenv('prodevbucket'),'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
|
Name : {{ $personal_report['personal_info']->first_name ?? '--'}} Email : {{ $personal_report['personal_info']->email_id ?? "--"}} Contact No. : {{ $personal_report['personal_info']->contact_no ?? "--"}} |
@if(!empty($personal_report['assessment_takendate']))
Test Taken on : {{ \Carbon\Carbon::parse($personal_report['assessment_takendate']->created_at)->formatLocalized('%d %b %Y') }} @endifCompletion Status: {{ $personal_report['status']? $personal_report['status']->options : "--" }}
|
|
Date of Birth : Not Updated Location : Not Updated |
Experience : Not Updated Session : Not Updated |
|
{{ round($overall_percentage,1) }}%
Overall Score
|
|||||||||||||||||||||
| 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 | ||||
| Overall Score |
@php
$overall_percentage = 0;
if(!empty($summary_reports['overall_results']['total_score']) && $summary_reports['overall_results']['total_score']>0)
{
$overall_percentage = (($summary_reports['overall_results']['overall_score']/$summary_reports['overall_results']['total_score'])*100);
}
@endphp
{{ floatval($summary_reports['overall_results']['overall_score']) }} / {{ floatval($summary_reports['overall_results']['total_score']) }}
{{ round($overall_percentage) }}%
|
| {{ $summary_report->sections ? $summary_report->sections->name : "--"}} |
{{ floatval($mcq_scores['overall_score']) }} / {{ floatval($mcq_scores['total_score']) }}
{{ round($section_overall_percentage) }}%
|
| {{ $summary_report->sections ? $summary_report->sections->name : "--"}} |
{{ floatval($subjective_scores['overall_score']) }} / {{ floatval($subjective_scores['total_score']) }}
{{ round($section_overall_percentage) }}%
|
| {{ $summary_report->sections ? $summary_report->sections->name : "--"}} |
{{ $get_section_score['obtained_score'] ? $get_section_score['obtained_score'] : 0 }} / {{ $get_section_score['full_score'] ? $get_section_score['full_score'] : 0 }}
{{ round($esection_overall_percentage) }}%
|
| {{ $summary_report->sections ? $summary_report->sections->name : "--"}} |
{{ floatval($summary_report->overall_score) }} / {{ floatval($summary_report->total_score) }}
{{ round($section_overall_percentage) }}%
|
| No Records Found | |
| {!! $value2->getSections ? $value2->getSections->name : "" !!} |
{{ floatval($value2->overall_score) }} / {{ floatval($value2->total_score) }}
{{ round($custom_topic_overall_percentage) }}%
|
|
0
20
40
60
80
100
Percent (%) Score |
| {{ $proct_data ? Carbon\Carbon::parse($proct_data->created_at)->format('g:i:s a') : ""}} | {{ $proct_data->event_name }} |
| No records found | |
| {{ $sectionvalue['topic'] }} |
{{ $sectionvalue['cat'] }}
{{ round($sectionvalue['score']) }}%
|
| {{ $sectionvalue['topic'] }} |
{{ $sectionvalue['cat'] }}
{{ round($sectionvalue['score']) }}%
|
|
0
20
40
60
80
100
Percent (%) Score |
| {{ $customvalue['topic'] }} |
{{ $customvalue['cat'] }}
{{ round($customvalue['score']) }}%
|
| {{ $customvalue['topic'] }} |
{{ $customvalue['cat'] }}
{{ round($customvalue['score']) }}%
|
|
0
20
40
60
80
100
Percent (%) Score |
|
{{ $form->field_name ? $form->field_name : "--" }} : {{$form->field_value ? $form->field_value : "--"}} |
||
| No Records Found | ||
|
{{$form->question ? $form->question : "--"}} : {{$form->answer ? $form->answer : "--"}} |
||
| No Records Found | ||