Dear {{ $student->parent_name }},
We are pleased to share the performance summary for {{ $student->name }} in their recent Computer-Based Test.
Test Name: {{ $testName }}
Score: {{ $result->score }} / {{ $result->total_questions }}
Percentage: {{ round($result->percentage) }}%
Grade: {{ $result->grade }}
@if($result->percentage >= 85) Excellent work! {{ $student->name }} has shown exceptional understanding of the material. @elseif($result->percentage >= 65) Well done! {{ $student->name }} has successfully passed the test. @else Keep encouraging {{ $student->name }}. Consistent practice will lead to better results in the future. @endif
Thank you for your continued support.