Back

Batch Performance Leaderboard

Comprehensive comparative analysis of student progress within {{ $batch->name }}

@forelse($performance as $index => $item) @php $perfClass = $item['average_score'] >= 75 ? 'p-high' : ($item['average_score'] >= 40 ? 'p-mid' : 'p-low'); $perfLabel = $item['average_score'] >= 75 ? 'Expert' : ($item['average_score'] >= 40 ? 'Proficient' : 'Improving'); @endphp
#{{ $index + 1 }}
{{ substr($item['student']->name, 0, 1) }}
{{ $item['student']->name }}
{{ $item['tests_taken'] }} Tests Attempted {{ $perfLabel }}
{{ round($item['average_score']) }}%
Batch Avg
@empty

No Data Collected

Participation records for this batch are currently empty.

@endforelse