= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| School ID | Student First Name | Student Last Name | Homework Avg | Project Avg | Participation | Test/Quiz Avg | Attendance | PTAP | Midterm | Final | DBG Biz CSID | DBG PK CSID | Semester Score |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = esc($student['school_id'] ?? 'N/A') ?> | = esc($student['firstname'] ?? 'N/A') ?> = student_enrollment_status_button($student, $schoolYear ?? null) ?> = esc($student['firstname'] ?? 'N/A') ?> = student_enrollment_status_button($student, $schoolYear ?? null) ?> | = esc($student['lastname'] ?? 'N/A') ?> = esc($student['lastname'] ?? 'N/A') ?> | = $displayScore($student['homework_avg'] ?? null) ?> | = $displayScore($student['project_avg'] ?? null) ?> | = $displayScore($student['participation'] ?? null) ?> | = $displayScore($student['quiz_avg'] ?? null) ?> | = $displayScore($student['attendance'] ?? null) ?> | = $displayScore($student['midterm_exam'] ?? null) ?> | = $displayScore($student['final_exam'] ?? null) ?> | = esc($student['matched_biz_csid'] ?? '') ?> | = esc($student['matched_pk_csid'] ?? '') ?> |