@extends('Component.layout') @section('title', 'Test Marks - Iqra') @section('breadcrumb', 'Dashboard / Test Marks') @section('content')
Detailed view of {{ $student->first_name }}'s academic performance.
When tests are completed and graded, they will appear here.
Average Success Rate
{{ $lastTest->exam->subject }}
@if($progressPercent >= 75) Outstanding performance! Your child is retaining most of the test material. Keep up the great work! @elseif($progressPercent >= 50) Good progress. Focusing on the areas where marks were lost will help improve the overall score. @else Needs attention. Consider reviewing the recent test materials to reduce the mark loss rate. @endif
Not enough data to calculate progress yet.