@php use App\Enums\CourseType; @endphp
{{ checkIsCourseSeftStudy($studyNotebookData['course_purchased_data']['course_type'])['content'] }} | {{ checkIsCourseSeftStudy($studyNotebookData['course_purchased_data']['course_type'])['lecture'] }} | Video | {{ checkIsCourseSeftStudy($studyNotebookData['course_purchased_data']['course_type'])['exercise'] }} |
---|---|---|---|
{{ checkIsCourseSeftStudy($studyNotebookData['course_purchased_data']['course_type'])['unit'] . ' ' . $chapter['chapter']['chapter_number'] . ': ' . $chapter['chapter']['chapter_name'] }} | |||
{{ checkIsCourseSeftStudy($studyNotebookData['course_purchased_data']['course_type'])['topic'] . ' ' . $unit['unit_number'] . ': ' . $unit['unit_name'] }} |
@if ($unit['is_slide_viewed'])
![]() ![]() |
@if ($unit['is_video_viewed'])
![]() ![]() |
@if ($studyNotebookData['course_purchased_data']['course_type'] === CourseType::COURSE_SELF_STUDY->value)
Cơ bản
{{ $unit['right_answer_level_normal'] }} /
{{ $unit['total_question_level_normal'] }}
Khá
{{ $unit['right_answer_level_medium'] }} /
{{ $unit['total_question_level_medium'] }}
Giỏi
{{ $unit['right_answer_level_advanced'] }} /
{{ $unit['total_question_level_advanced'] }}
{{ $unit['right_answer'] }} /
{{ $unit['total_question'] }}
@endif
|
{{ checkIsCourseSeftStudy($studyNotebookData['course_purchased_data']['course_type'])['grade_point_average'] }} | {{ $studyNotebookData['average_score_all'] }} / {{ $studyNotebookData['average_question_all'] }} |