@extends('layouts.app') @section('content')
Trang chủ Danh sách học sinh làm bài

Danh sách học sinh làm bài

Quản lý thông tin học sinh, bài thi và trạng thái chấm điểm.

@if(request()->hasAny(['open_score_id', 'exam_id', 'date_from', 'date_to', 'is_completed']) || (request()->has('campaign_id') && !empty(request('campaign_id'))) ) Xóa lọc @endif
@if(request('open_score_id')) Đang lọc chi tiết một bài thi từ thông báo @endif
ID Học viên Số điện thoại IP & Thiết bị Đề thi URL Chiến dịch Bắt đầu Nộp bài Tab switch Trạng thái thi Loại chấm Trạng thái chấm Yêu cầu Hành động
@include('student-exam-history.modal.exam-detail') @include('student-exam-history.modal.reassign-teacher') @include('student-exam-history.modal.suspicious-modal') @endsection @section('scripts') @endsection