= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| Student Name | Section | Semester | Hwk Avg | Project Avg | Participation | Test Avg | PTAP Score | Attendance | Midterm Score | = !empty($isYearMode) ? 'Semester Score' : (strcasecmp($semester ?? '', 'fall') === 0 ? '1st Semester Score' : 'Semester Score') ?> | Status | Email Parent | Schedule Meeting |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = esc($studentName !== '' ? $studentName : 'N/A') ?> | = esc($row['class_section_name'] ?? '—') ?> | = esc($rowSemester) ?> | = $displayScore($row['homework_avg'] ?? null) ?> | = $displayScore($row['project_avg'] ?? null) ?> | = $displayScore($row['participation_score'] ?? null) ?> | = $displayScore($row['test_avg'] ?? null) ?> | = $displayScore($row['ptap_score'] ?? null) ?> | = $displayScore($row['attendance_score'] ?? null) ?> | = $displayScore($row['midterm_exam_score'] ?? null) ?> | = $displayScore($row['semester_score'] ?? null) ?> | Send Email | Schedule |