@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
| Question No. | Max Marks | Secured Marks |
|---|---|---|
| {{ $i++ }} | {{ $score->matrix->questions_scores }} | |
| {{ $k }} | {{ $questionMaxScore }} | |
| No data to show | ||