@if($honesty_level_count["toltal_voilation_count"] > 0) Number of flagged images : {{ $honesty_level_count["toltal_voilation_count"] }} @else Number of flagged images : 0 @endif
:  @if($honesty_level_status == 'High') High @elseif($honesty_level_status == 'Medium') Medium @elseif($honesty_level_status == 'Low') Low @endif
Honesty Level Parameters No. of images
Face Not Visible {{$honesty_level_count["face_not_visible"]}}
Person Not Present {{$honesty_level_count["face_not_present"]}}
Mobile Phone Detected {{$honesty_level_count["mobile_phone_detected"]}}
Another Person Present {{$honesty_level_count["another_there_person"]}}
Away From Test Window {{$honesty_level_count["another_from_test_window"]}}
Person Looking Away from Screen {{$honesty_level_count["candidate_away_screen"]}}
Face Partially Visible {{$honesty_level_count["partially_face_visible"]}}
{!! Form::hidden('assign_id',$assign_id,['id'=>'js-pro-test-assign_id']) !!} {!! Form::hidden('test_pin',$test_pin,['id'=>'js-pro-test-test_pin_id']) !!} {!! Form::hidden('candidate_id',$candidate_id,['id'=>'js-pro-test-candidate_id']) !!} {!! Form::hidden('assessment_id',$assessment_id,['id'=>'js-pro-test-assessment_id']) !!} {!! Form::hidden('is_custom_form',$is_custom_form,['id'=>'js-pro-test-is_custom_form']) !!} {!! Form::hidden('is_feedback',$is_feedback??0,['id'=>'js-pro-test-is_feedback']) !!} {!! Form::hidden('test_event_id',$test_event_id,['id'=>'js-pro-test-test_event_id']) !!} {!! Form::hidden('corporate_id',Auth::guard('corporate')->user()->id,['id'=>'js-pro-corporate_id']) !!} {!! Form::hidden('sections',$sections,array('id'=>'pre-js-pro-sections'))!!}