@php $mark_update = true; $q_type = $answer_details->getQMSQuestionType->question_type; $answer = $answer_details->exam_answer; if(empty($answer)) { $mark_update = false; } @endphp

Question

Question :
{!! $list ? $list->question : "" !!}
Answer :
{!! $answer !!}
@if($list->sub_question_upload == 1) @if(count($subj_doc_list))
Documents :
Please wait, Loading...
@php $i=1; @endphp @foreach($subj_doc_list as $doc) @php $s3_url= $doc ? \HireMeeHelper::getAWSImageUrl($doc->s3_id,config('filesystems.disks.hiremeeprodev.bucket'),'hiremeeprodev') : ""; @endphp @endforeach
# Files
{{$i++}}
@php $mark_update = true; @endphp @elseif(empty($answer) && count($subj_doc_list)==0) @php $mark_update = false; @endphp @endif @endif
Max Marks :
Please wait, Loading...