{{ session('success') }}
@endif
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 Password: {{ $inv->temp_password }}
|
{{ $inv->submission_unique_id }}
|
@if($inv->isExpired())
EXPIRED
@elseif($inv->status === 'completed')
COMPLETED
@elseif($inv->status === 'in_progress')
IN PROGRESS
@else
SCHEDULED
@endif
Expires: {{ $inv->expires_at->diffForHumans() }}
|
{{ $inv->language }} |
🔴 Tab Switches: {{ $tabSwitches }}
🟡 Focus Loss / Overlay: {{ $focusLost }}
👁️ Eye Gaze Anomaly: {{ $gazeAlerts }}
|
Open IDE Link |
| No candidate interview sessions found. Click "+ Schedule Candidate Interview" above to create one. | |||||