@extends('student.layouts.main') @section('main-section')

Result : {{$onlineTest->name}}

You've scored {{$correctResponsesCount}}/{{$questionsCount}}



Total Questions : {{$questionsCount}}

Total Attempted : {{$responsesCount}}

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

{{--

--}}

Total Correct : {{$correctResponsesCount}}

Total Incorrect : {{$responsesCount - $correctResponsesCount}}

Total Marks Obtained : {{$correctResponsesCount}}

{{--

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