{{-- Lokasi File: resources/views/guru/ujian/monitoring.blade.php (Sesuaikan dengan nama file Anda) Deskripsi: Halaman Live Monitoring Ujian CBT (Mobile-Optimized & Auto-Sync) --}} @extends('layouts.guru_master') @section('title', 'Live Monitor Ujian | Smart Cendekia') @section('css') @stop @section('content_body')
{{-- NAVIGASI KEMBALI --}}
{{-- Menggunakan URL absolut sesuai dengan struktur web Anda --}} Kembali
{{-- HERO HEADER --}}
Live Monitoring

{{ $ujian->nama_ujian ?? 'Sesi Ujian CBT' }}

{{ $ujian->bankSoal->mataPelajaran->nama_mapel ?? 'Mapel Umum' }} | {{ isset($ujian->kelas) && count($ujian->kelas) > 0 ? $ujian->kelas->pluck('nama_kelas')->join(', ') : 'Semua Kelas' }}
{{-- TOKEN --}}
Token Akses
{{ $ujian->token ?? 'NONE' }}
{{-- STATS GRID --}}
0
Total Peserta
0
Mengerjakan
0
Selesai
0
Keluar / Error
{{-- CONTROL BAR --}}
Status Siswa
{{-- TOGGLE KAMERA (Muncul di Mobile & Desktop) --}}
{{-- STUDENT GRID CONTAINER --}}

Menyinkronkan data dengan Server CBT...

{{-- MODAL FORCE FINISH --}} @stop @section('js') @stop