Test Submitted

Your responses have been recorded successfully.

@if($showResult) @endif
Name{{ $candidate->full_name }}
Reg. Number{{ $candidate->reg_no }}
Programme{{ optional($candidate->programme)->name ?? '—' }}
Gender{{ $candidate->gender_label }}
Score {{ $score }} / {{ $totalWeight }}
@if(($violation ?? null) === 'noise')
Your exam was automatically submitted because a loud, sustained noise was detected during the session.
@elseif(($violation ?? null) === 'window_minimized')
Your exam was automatically submitted because you minimized the browser window or switched away from the exam tab.
@else
Congratulations! Your test session is complete.
@endif
{{-- Reload the parent (dashboard) frame after 3 s — mirrors finish.php's setTimeout. The dashboard middleware then sees the candidate is logged out and redirects to login. --}}