Result : {{$onlineTest->name}}

Name: Deepesh


Total Questions : {{$questionsCount}}

Attempted : {{$responsesCount}}

Non-Attempted : {{$questionsCount - $responsesCount}}

{{--

--}}

Correct : {{$correctResponsesCount}}

Incorrect : {{$responsesCount - $correctResponsesCount}}

Total Marks Obtained : {{$correctResponsesCount}}/{{$questionsCount}}

{{--

Answers

@foreach ($onlineTest as $question)

{{ $loop->iteration }} ) {{ $onlineTest->name }}

@foreach (['a', 'b', 'c', 'd'] as $optionValue)
@endforeach
@endforeach --}} {{--

2 ) "What least number must be added to 1056, so that the sum is completely divisible by 23 ?

{{--
--}}
@endsection