@extends('layouts.app') @section('content')

Your Results for {{ $attempt->exam->title }}

Score: {{ $attempt->score }}

Correct: {{ $attempt->total_correct }}

Incorrect: {{ $attempt->total_incorrect }}

Time Taken: {{ gmdate("i:s", $attempt->time_taken_seconds) }}

Back to Dashboard
@endsection