Batch Progress Narrative

Strategic performance review for {{ $batch->name }}

Performance Accuracy Trend
Historical Test Repository
@forelse($testPerformance as $item)
{{ $item['test']->name }}
{{ $item['date'] }} {{ $item['participants'] }} Candidates
Batch Average Performance {{ $item['average_score'] }}%
@empty

Repository Empty

Assessment data for this batch will appear here once tests are completed.

@endforelse
Student Performance & Ranking
@forelse($studentPerformance as $studentData) @empty @endforelse
Rank Student Name Tests Taken Highest Score Average Score Action
@if($studentData['rank'] == 1) 1st @elseif($studentData['rank'] == 2) 2nd @elseif($studentData['rank'] == 3) 3rd @else {{ $studentData['rank'] }} @endif {{ $studentData['student']->name }} {{ $studentData['tests_taken'] }} {{ $studentData['highest_score'] }}%
{{ $studentData['average_score'] }}%
View Analysis

No student data available yet.