{{-- @extends('layout.online_learning.online_learning_app') --}} @extends('layout.app') @push('style') @vite(['resources/css/layout/banner_main.css', 'resources/css/landing.css', 'resources/css/animate.css', 'resources/css/students/student.css', 'resources/css/unit/unit_detail.css', 'resources/css/unit/study_notebook.css']) @endpush @php use App\Enums\TypeExerciseStudentEnum; @endphp @section('content')
@include('custom_errors.session-errors')
Đánh giá học lực {{ $studyNotebookData['evaluate_academic'] }}
Trung bình cả khóa {{ $studyNotebookData['average_course_all'] }}%
Download
@if ($studyNotebookData['list_lesson'] !== null) @foreach ($studyNotebookData['list_lesson'] as $lesson) @endforeach @endif
Nội dung Bài giảng Video Bài tập Bài kiểm tra Thi học kỳ
{{ $lesson->name }} @if ($lesson->is_slide_viewed) @else @endif @if ($lesson->is_video_viewed) @else @endif @if (!is_null($lesson->right_answer_exercise))
{{ $lesson->right_answer_exercise }} / {{ $lesson->total_question_exercise }} xem
@else
--
@endif
@if (!is_null($lesson->right_answer_test))
{{ $lesson->right_answer_test }} / {{ $lesson->total_question_test }} xem
@else
--
@endif
@if (!is_null($lesson->right_answer_exam))
{{ $lesson->right_answer_exam }} / {{ $lesson->total_question_exam }} xem
@else
--
@endif
Điểm trung bình {{ $studyNotebookData['right_answer_exercise'] }} / {{ $studyNotebookData['question_exercise'] }} {{ $studyNotebookData['right_answer_test'] }} / {{ $studyNotebookData['question_test'] }} {{ $studyNotebookData['right_answer_exam'] }} / {{ $studyNotebookData['question_exam'] }}
@endsection @push('script') @vite(['resources/js/unit.js', 'resources/js/unit/check_slide_video_progress.js']) @endpush