{{session('usertype')}} Dashboard
Over All Progress
@php $totalQuestions = 0; $totalAttempted = 0; @endphp @foreach ($pastQuizzes as $subjectId => $data) @php $totalQuestions += $data['totalQuestions']; $totalAttempted += $data['totalAttempted']; @endphp @endforeach @php if($totalQuestions != "" && $totalAttempted != "" && $totalQuestions != 0){ $progressperc = $totalAttempted / $totalQuestions *100; } else{ $progressperc = 1; } @endphp0%
Scheduled Classes
View AllTrial Classes
View AllSubject | Test Name | @if (session('usertype') == 'Parent') @elseAction | @endif||||
---|---|---|---|---|---|---|
{{--
|
{{-- {{$upcomingQuiz->topic_name}} | --}}{{ $upcomingQuiz->name }} | {{--{{$upcomingQuiz->start_date}} | --}} {{--{{$upcomingQuiz->}} | --}} @if (session('usertype') == 'Parent')@else | Start Test | @endif
Subject | Assignment Name | @if (session('usertype') == 'Parent') @elseAction | @endif|||
---|---|---|---|---|---|
{{--
|
{{-- {{$upcomingQuiz->topic_name}} | --}}{{ $upcomingAssignment->assignment_name }} | {{--{{$upcomingQuiz->start_date}} | --}} {{--{{$upcomingQuiz->}} | --}} @if (session('usertype') == 'Parent') @elseTake | @endif
Test | Total Marks | Obtained | Action |
---|---|---|---|
{{ $pastQuiz->exam_name }} | {{ $pastQuiz->questionsCount }} | {{ $pastQuiz->correctResponsesCount }} | View Details |
Subject | Total Tests | Progress | Action |
---|---|---|---|
{{ $data['subjectName'] }} | {{ $data['totalTests'] }} | {{ $data['totalAttempted'] / $data['totalQuestions'] * 100}} % | View |
{{-- --}}