@php $getNextQuestionCount = $allResults['getNextQuestionCount']; $class_session_id = $allResults['class_session_id']; $type = $allResults['type']; @endphp @if($getNextQuestionCount > 0) @php $question = $allResults['getQuizWiseQuestion'][0]; $getSingleQuiz = $allResults['getSingleQuiz']; $getStudentQuizQuestionAnswer = $allResults['getStudentQuizQuestionAnswer']; $studentQuizResultId = $allResults['studentQuizResultId']; $questionCount = 0; $checkedOptionIds = array(); foreach ($getStudentQuizQuestionAnswer as $singleOpt) { $checkedOptionIds[] = $singleOpt->question_option_id; } @endphp