@extends('layouts.parent') @section('title', 'Exams & Datesheets - Kidscholl') @section('styles') @endsection @section('content')

Exams & Datesheets

Check upcoming assessment plans, download classroom datesheet schedules, and review policies.

Exam Center
Exam Bulletins & Datesheets
@forelse($examAnnouncements as $ann)
Exam Notice {{ \Carbon\Carbon::parse($ann->created_at)->format('d M Y') }}

{{ $ann->title }}

{{ $ann->description }}

@if($ann->attachment_path) @endif
@empty

No exam notices targeting your child's class.

@endforelse
Examination Guidelines

Make sure students follow the protocol lists to avoid disciplinary action during tests:

  • Reporting Time: Students must arrive in full uniform at least 20 minutes before the examination starts. Late entries after 15 minutes are strictly prohibited.
  • Admit Cards: Roll numbers and credentials cards must be worn and clearly visible. Duplicate tags are issued at branch manager desks.
  • Allowed Stationery: Standard pencil boxes and cardboard rules are permitted. Electronic watches or calculators are banned unless specified by the math department.
  • Absenteeism Policy: Excused absences are validated only with medical certificate submissions to the PrincipalRichardson Desk. No re-tests are organized without approvals.
@endsection