Test Submitted
Your responses have been recorded successfully.
| Name | {{ $candidate->full_name }} |
| Reg. Number | {{ $candidate->reg_no }} |
| Programme | {{ optional($candidate->programme)->name ?? '—' }} |
| Gender | {{ $candidate->gender_label }} |
@if($showResult)
| Score |
{{ $score }} / {{ $totalWeight }} |
@endif
@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