{{ session('success') }}
@endif
Global Admin Proctoring & System Settings
Master control panel for candidate assessment rules, system screen capturing, and module toggles
Live Interview Assessments
Temporary Candidate Access, Real-Time Proctored IDE, and Unique Code Records
| Candidate & Temp Pass | Unique Submission ID | Status & Validity | Language | Proctoring Alerts | Review & Actions |
|---|---|---|---|---|---|
|
{{ $inv->candidate_name }}
{{ $inv->candidate_email }} • {{ $inv->candidate_phone }}
Temp Pass: {{ $inv->temp_password }}
Login URL: {{ route('interview.candidate.login') }}
|
{{ $inv->submission_unique_id }}
|
@if($inv->isExpired())
Timeline: {{ ($inv->scheduled_at ?? $inv->created_at)->format('M d, H:i') }} – {{ $inv->expires_at->format('H:i') }}
|
|
Tab Switches: {{ $tabSwitches }}
Focus Loss / Overlay: {{ $focusLost }}
Eye Gaze Anomaly: {{ $gazeAlerts }}
@if($lowerGaze > 0)
Lower Gaze (>10s): {{ $lowerGaze }}
@endif
@if($questionRepeat > 0)
Question Repetition: {{ $questionRepeat }}
@endif
@if($externalAi > 0)
Parakeet / External AI: {{ $externalAi }}
@endif
|
|
| No candidate interview sessions found. Click "+ Schedule Candidate Interview" above to create one. | |||||