@extends('layouts.main', ['title' => 'Giáo Viên Online | Sổ tay học tập', 'sidebarSelected' => 'dashboard', 'isTeacher' => true]) @push('style') @vite(['resources/css/teachers/teacher.css', 'resources/css/teachers/dashboard_teacher.css', 'resources/css/unit/study_notebook.css']) @endpush @section('content')
Avatar

{{ $studyNotebookData['student']->fullname }}

{{ $studyNotebookData['student']->email }}
$studyNotebookData['id'], 'user_id' => $studyNotebookData['student']->id]) }}> Kết quả học tập
Đánh giá học lực {{ $studyNotebookData['evaluate_academic'] }}
Trung bình cả khóa {{ $studyNotebookData['average_course_all'] }}%
@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 }}
@else
--
@endif
@if (!is_null($lesson->right_answer_test))
{{ $lesson->right_answer_test }} / {{ $lesson->total_question_test }}
@else
--
@endif
@if (!is_null($lesson->right_answer_exam))
{{ $lesson->right_answer_exam }} / {{ $lesson->total_question_exam }}
@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') @endpush