Sổ tay học tập

{{ $lessonOnlineLearningData->name }}

{{-- Avatar --}}

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

{{ $studyNotebookData['student']->email }}
Đá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'] }}