{{-- Layout --}} @extends('teacher.layout.layout') {{-- Page Title --}} @section('title', 'GAS LMS | Dashboard') {{-- Breadcrumb section --}} @section('breadcrumb') @include('components._breadcrumb', [ 'items' => ['Student report' => route('teacher.course.report.index', $coffid)], ]) @endsection {{-- Content --}} @section('content')
{{ $student_info->first_name }} {{ $student_info->middle_name }} {{ $student_info->last_name }}
{{ $student_info->email }}
Link: {{ $share_info->url }}
Password: {{ $share_info->password }}
| # | Total | Graded | Missed | Percentage |
|---|---|---|---|---|
| - | {{ $total }} | {{ $graded }} | {{ $missed }} | {{ round(($ratio * 100), 2) }} |
| # | @if (isset($hyper_quizzes_titles)) @foreach ($hyper_quizzes_titles->where('topic_id',$topic->id) as $item){{ Str::limit($item->title, 25, $end = '...') }} | @endforeach @endif|
|---|---|---|
| {{ ++$key }} | @if (isset($hyper_quizzes_grades)) @foreach ($hyper_quizzes_grades->where('topic_id',$topic->id) as $quiz) @if (in_array($student_id, $quiz->attempts_quiz->pluck('id')->toArray()))@if ($quiz->attempts_quiz->where('id', $student_id)->first()->pivot->attempts_remainder == $quiz->attempts) Absent @elseif ($quiz->attempts_quiz->where('id', $student_id)->first()->pivot->attempts_remainder < $quiz->attempts) @if ($quiz->attempts_quiz->where('id', $student_id)->first()->pivot->is_graded == 0) {{ $quiz->attempts_quiz->where('id', $student_id)->first()->pivot->grade . ' / ' . $quiz->attempts_quiz->where('id', $student_id)->first()->pivot->points . ' ( ' . $quiz->attempts_quiz->where('id', $student_id)->first()->pivot->ratio . ' % )' }} Not Graded @else @if ($quiz->attempts_quiz->where('id', $student_id)->first()->pivot->is_graded == 1) {{ $quiz->attempts_quiz->where('id', $student_id)->first()->pivot->grade . ' / ' . $quiz->attempts_quiz->where('id', $student_id)->first()->pivot->points . ' ( ' . $quiz->attempts_quiz->where('id', $student_id)->first()->pivot->ratio . ' % )' }} Graded @else {{ $quiz->attempts_quiz->where('id', $student_id)->first()->pivot->grade . ' / ' . $quiz->attempts_quiz->where('id', $student_id)->first()->pivot->points . ' ( ' . $quiz->attempts_quiz->where('id', $student_id)->first()->pivot->ratio . ' % )' }} Turned in @endif @endif @else '' @endif | @else- | @endif @endforeach @endif
No data been found
No data been found
| # | Title | Date | Attended | |
|---|---|---|---|---|
| {{ ++$key }} | @php $lesson = 0; @endphp{{ $meeting->mtitle }} | {{ date('d-m-Y', strtotime($meeting->mstartdate)) }} / ( {{ date('h:i A', strtotime($meeting->mstarttime)) }} ) @if ($meeting->is_extra) Extra @endif | @if (in_array($meeting->mid, $attendants->pluck('mid')->toArray()))@if ($meeting->is_refunded) @endif | @else@endif |
| # | Title | Date | Attended | |
|---|---|---|---|---|
| {{ ++$key }} | @php $lesson = 0; @endphp{{ $meeting->mtitle }} | {{ date('d-m-Y', strtotime($meeting->mstartdate)) }} / ( {{ date('h:i A', strtotime($meeting->mstarttime)) }} ) @if ($meeting->is_extra) Extra @endif | @if (in_array($meeting->mid, $attendants->pluck('mid')->toArray()))@if ($meeting->is_refunded) @endif | @else@endif |
{{ $comment->comment }}
You have added no comments, yet!