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)
![]() ![]() |
@if ($lesson->is_video_viewed)
![]() ![]() |
@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'] }} |