Attended Student Result Print All Student Report @if (!empty($studentDetailsWithExamDetails['student_exam_result'])) @foreach ($studentDetailsWithExamDetails['student_exam_result'] as $key => $examDetails) @if (!empty($examDetails->question_answers)) @else @endif @endforeach @endif
Sl Student ID Roll Student Name Marks Per Question mark Number of Questions
for exam
Correct answer Wrong answer Acquired Mark Exam Date View Questions
{{ ++$loop }} {{ isset($examDetails->student->system_generated_student_id) ? $examDetails->student->system_generated_student_id : '' }} {{ isset($examDetails->student->roll_no) ? $examDetails->student->roll_no : '' }} {{ isset($examDetails->student->student_name) ? $examDetails->student->student_name : '' }}{{ $studentDetailsWithExamDetails->marks }} {{ $studentDetailsWithExamDetails->per_question_mark}} {{ $studentDetailsWithExamDetails->number_of_question_for_exam }} {{ $examDetails->right_answer }} {{ ($studentDetailsWithExamDetails->number_of_question_for_exam ? $studentDetailsWithExamDetails->number_of_question_for_exam : 0) - ($examDetails->right_answer ? $examDetails->right_answer : 0) }} {{ ($studentDetailsWithExamDetails->per_question_mark ? $studentDetailsWithExamDetails->per_question_mark : 0) * (isset($examDetails->right_answer) ? $examDetails->right_answer : 0) }} {{ date("d-m-Y", strtotime($studentDetailsWithExamDetails->exam_date_and_time)) }}

Did not attend exam