@php $mark_update = true; $q_type = $answer_details->getQuestionType->question_type; if($q_type != 1 || $q_type != 2) { //$answer = $answer_details->exam_answer; $answer = $answer_content; } else{ $answer = $answer_details->getOption ? ($answer_details->getOption->options ? $answer_details->getOption : '') : ''; } if(empty($answer)) { $mark_update = false; } @endphp @php function getextension($path){ $extension = pathinfo($path, PATHINFO_EXTENSION); $explode = explode('?',$extension); return $explode[0]; } $image_count = []; @endphp
Please wait, Loading...

Please wait, Loading...

@if($list->question_wise_score == 1)
Please wait, Loading...

Question wise score

@if(count($subjective_candidate_score) > 0) @else @endif
@php $i = 1; $k = 1; @endphp @forelse($subjective_candidate_score as $score) @empty @forelse($subjective_matrix_score as $matrix_data) @php $questionCount = $matrix_data->no_of_question; $questionMaxScore = $matrix_data->questions_scores; @endphp @for($j=1;$j<=$questionCount;$j++) @php $k++; @endphp @endfor @empty @endforelse @endforelse
Question No. Max Marks Secured Marks
{{ $i++ }} {{ $score->matrix->questions_scores }}
{{ $k }} {{ $questionMaxScore }}
No data to show
@endif