@extends('backend.layouts.app') @section('content')
Subject NO. OF ITEMS MEAN MEAN % FOR IMPROVEMENT STANDARD LEVEL
{{!is_null($exam->subject) ? $exam->subject->name : 'N/A'}} {{$exam->questions->count()}} {{$mean}} {{$mean_score}}% {{ 100 - $mean_score}} % {{$standard_level['grade']}}

Standard Level Percentage

{{$student->grade->name}} - {{$student->section->name}}

@if(!empty($data)) @foreach($data as $key => $val) @endforeach @endif
Student Name Points Available points % Score Standard Level
{{$val['name']}} {{$val['right_attempt']}} {{$val['total_ques']}} {{$val['score']}}% {{$val['standard']['grade']}}

Students in the BEGINNING level

Students in the BEGINNING level

Students in the FAMILIAR level

Students in the FAMILIAR level

Students in the COMPETENT level

Students in the COMPETENT level

Students in the MASTER level

Students in the MASTER level

Students in the ADVANCE level

Students in the ADVANCE level

Student Average Score and Standard Level

@if(!empty($data)) @foreach($data as $key => $val) @endforeach @endif
Student Name Average Score Standard Level
{{$val['name']}} {{$val['score']}}% {{$val['standard']['grade']}}
@endsection @section('script') @endsection