@extends('layouts.teacher')
Score: {{ $examMarks }}/{{$totalMarks}}
Correct Answers: {{ $totalCorrectAnswers }}
Number Of Questions: {{ $totalQuestions }}
Attempted Questions: {{ count($questionsData) }}
No questions found for this exam.
--}} @endif @if (count($unAttemptedQuestions)>0)A ) {{ $question->question_option1 }} |
{{($question->correct_answer=='question_option1')?"Correct Answer":""}} |
B ) {{ $question->question_option2 }} |
{{($question->correct_answer=='question_option2')?"Correct Answer":""}} |
C ) {{ $question->question_option3 }} |
{{($question->correct_answer=='question_option3')?"Correct Answer":""}} |
D ) {{ $question->question_option4 }} |
{{($question->correct_answer=='question_option4')?"Correct Answer":""}} |
Correct Answer: {{ $options[$question->correct_answer] }}
--}} @elseInvalid correct answer key
@endif|
Marks Obtained : 0
|