| Attempt ID |
Testpin |
Candidate Name |
Email ID |
Mobile Number |
@if($is_rollnumber)
Roll Number/Registration Number |
Enrollment Numbers |
@endif
@if(is_null($get_custom_settings))
Asssement Name |
@endif
IP Address |
@if(count($custom_form_fields) > 0)
Custom Form |
@endif
Test Status |
Test Completion date |
Score obtained |
Maximum Score |
Percentage Obtained |
@if($assessment_scoring_logic->scoring_logic == 2)
Suitability Index |
@endif
Section Details |
Total Time taken in Minutes |
No. of Retries |
@if($proctoring_field > 0)
No. of Images |
No. of Flagged Images |
@endif
@if(!is_null($corporate_custom_settings))
@if($corporate_custom_settings->is_creditability_level==1)
@if($credibility_flags)
@foreach($credibility_flags as $honesty_val)
{{$honesty_val}} |
@endforeach
Honesty Level |
Malpractice Conducted Status |
ID Card Image Taken |
@endif
@endif
@endif
@if(!is_null($corporate_custom_settings))
@if($corporate_custom_settings->is_report_url==1)
PDF URL |
@endif
@endif
@if($is_dept)
Department |
@endif
@if(!is_null($corporate_custom_settings))
@if($corporate_custom_settings->bosch_plant_location==1)
Plant Location |
@endif
@endif
@if(count($section_details) > 0)
@foreach($section_details as $sec_details)
| {{$sec_details['section_name']}} |
@endforeach
@endif
@if(count($custom_form_fields) > 0)
@foreach($custom_form_fields as $field_data)
| {{$field_data}} |
@endforeach
@endif
@if(count($section_details) > 0)
@foreach($section_details as $sec_details)
@foreach($sec_details['topic_heading'] as $topic_id => $topic_names)
{{$topic_names}}
@if($sec_details['completed_status'] == 1)
(Out of {{$sec_details['topic_score'][$topic_id]}})
@endif
|
@endforeach
@endforeach
@endif