{{ 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']) @else @endif | @if ($unit['is_video_viewed']) @else @endif |
@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'] }} |