@if(isset($assessment_master->question_format) && $assessment_master->question_format == 3)
@foreach($resultReport as $result)
@if(!empty($input['assessment']))
@endif
{{ $result->testpin }}
{{ $result->created_at }}
{{ $result->assessment_name }}
@if($result->mask_candidate_check==1) --- @else {{ \Illuminate\Support\Str::limit($result->candidate_name,40,'...') }} @endif
@if($result->mask_candidate_check==1) --- @else {{ $result->email_id }} @endif
{{ $result->test_status ?? 'N/A' }}
{{ $result->terminated_reason ?? 'N/A' }}
View Report
@endforeach
@else
@php
$auth = Auth::guard('corporate')->user();
$getsettings_details_val=\App\Helper\HireMeeHelper::getCorporateSettingsDetails($auth->company_id);
@endphp
@foreach($resultReport as $result)
candidateReportMailSentLog->testpin)) data-toggle ="tooltip" data-original-title="Already mail sent" data-animation="false" @endif id="checkbox_div_{{$result->testpin}}">
candidateReportMailSentLog->testpin)) disabled @endif>
{{ $result->testpin }}
{{ $result->created_at }}
{{ $result->assessment_name }}
@if($result->mask_candidate_check==1) --- @else {{ \Illuminate\Support\Str::limit($result->candidate_name,40,'...') }} @endif
@if($result->mask_candidate_check==1) --- @else {{ $result->email_id }} @endif
{{ $result->test_status ?? 'N/A' }}
{{ $result->terminated_reason ?? 'N/A' }}
@php $assessment_sections_type = $result->section_question_types; @endphp
@if(isset($assessment_sections_type[2]))
@php
$is_psychometrics = HireMeeHelper::isPsychometricAlone($result->assessment_id);
@endphp
@if($is_psychometrics)
--
@else
{{ round($result->total_percentage,1) }}%
@endif
@else
{{ round($result->total_percentage,1) }}%
@endif
@if(isset($assessment_sections_type[3]))
Update Score
@else
N/A
@endif
{{-- @version 20.0 @author Dilip - Start --}}
@if(isset($assessment_sections_type[3]))
@if($result->is_subjective_evaluation_completed ==1)
Completed
@else
Pending
@endif
@else
N/A
@endif
@if((Auth::guard('corporate')->user()->user_type ==1) || (Session::has("role_id") && Session::get("role_id") != 5))
@if((!is_null($getsettings_details_val)) && ($getsettings_details_val->is_honest_level == 1))
@if($result->status != getenv('PROCTORING_TERMINATE_STATUS'))
@if($result->is_image_proctering==1)
{!! HireMeeHelper::getHonestyLevel($result->testpin,$result->assign_id,$result->candidate_id) !!}
@else
N/A
@endif
@else
N/A
@endif
@endif
{{-- @version 20.0 @author Dilip - End --}}
View Report
@if((!is_null($assessment_details) && ($assessment_details->assessment->is_ops != 1))||((isset($getsettings_details_val) && $getsettings_details_val->enable_transcript==1)&&(!is_null($assessment_details) && ($assessment_details->assessment->is_ops == 1))))
@if(isset($assessment_sections_type[1]) || isset($assessment_sections_type[3]) || isset($assessment_sections_type[5]))
Candidate Transcript
@else
Transcript not Available
@endif
@endif
@if($getsettings_details_val && $getsettings_details_val->is_index_page == 1)
@if(isset($assessment_sections_type[1]) || isset($assessment_sections_type[3]) || isset($assessment_sections_type[5])|| isset($assessment_sections_type[11]))
Preview PDF
@else
Index page not Available
@endif
@endif
@endif
@endforeach
@endif