@extends('layouts.student') @section('title','My Result') @section('content')
{{ $attempt->examSession->title }}
@if($attempt->status === 'timed_out') Time Expired @endif| Subject | Score | Correct | Wrong | Unanswered | Performance |
|---|---|---|---|---|---|
| {{ $result->subject->name }} | {{ $pctSubject }}% | {{ $result->correct_answers }} | {{ $result->wrong_answers }} | {{ $result->unanswered }} |
|