@extends('layouts-v2.app') @section('head') @endsection @section('content')
Thống kê BTVN & nộp bài theo bộ lọc course và khoảng thời gian
Số lượt làm bài (đã nộp)
Số user nộp bài (unique)
Bài làm bỏ dở (chưa nộp)
Tỷ lệ học viên làm BTVN
@if(isset($homeworkCompletionRate['total_users_assigned']) && $homeworkCompletionRate['total_users_assigned'] > 0) {{ number_format($homeworkCompletionRate['users_completed_homework'] ?? 0) }}/{{ number_format($homeworkCompletionRate['total_users_assigned']) }} @endif
Thời gian TB làm BTVN
@if(isset($averageTimeBTVN['total_attempts']) && $averageTimeBTVN['total_attempts'] > 0) {{ number_format($averageTimeBTVN['total_attempts']) }} lượt · {{ number_format($averageTimeBTVN['total_students'] ?? 0) }} học viên @endif
| Course | Tổng lượt | Đạt | Fail | % Đạt | % Fail |
|---|---|---|---|---|---|
| {{ $row->course_name ?? '' }} | {{ number_format($row->total_attempts ?? 0) }} | {{ number_format($row->passed_attempts ?? 0) }} | {{ number_format($row->failed_attempts ?? 0) }} | {{ number_format($row->pass_rate_percentage ?? 0, 1) }}% | {{ number_format($row->failure_rate_percentage ?? 0, 1) }}% |
| Không có dữ liệu theo bộ lọc đã chọn | |||||
| Course | Số lượt nộp |
|---|---|
| {{ $row->course_name ?? '' }} | {{ number_format($row->total_submits ?? 0) }} |
| Không có dữ liệu | |