๐Ÿ“Š Attempt-wise Performance

Total Attempts {{ $stats['total'] }}
Best Score {{ $stats['best'] }}
Average {{ $stats['avg'] }}
Best %ile {{ $stats['best_percentile'] }}
@forelse($attempts as $testId => $group)
๐Ÿงช {{ $group->first()->test_name }}
@foreach($group as $index => $a) @endforeach
# Score Accuracy Rank %ile Time Date Action
#{{ $index + 1 }} {{ $a->score }} {{ round($a->accuracy,2) }}% {{ $a->rank_position ?? '-' }} {{ $a->percentile ?? '-' }} {{ gmdate("i:s", $a->time_taken) }} {{ \Carbon\Carbon::parse($a->created_at)->format('d M Y') }}
@empty
No attempts found
@endforelse