= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
= esc($student['school_id'] ?? '') ?>
No published assessment forms are available.
| Form | Pool | Questions | Status / Action |
|---|---|---|---|
| = esc($form['name']) ?> | = esc($form['pool_name']) ?> | = (int)$form['question_count'] ?> | = esc(ucwords(str_replace('_',' ',$existing['status']))) ?> |
| Form | School Year | Assigned | Status | Action |
|---|---|---|---|---|
| Nothing assigned yet. | ||||
| = esc($a['form_name']) ?> | = esc($a['school_year'] ?? '—') ?> | = esc(local_datetime($a['assigned_at'],'m-d-Y H:i')) ?> | = $a['status']==='graded' ? 'Reviewed' : esc(ucwords(str_replace('_',' ',$a['status']))) ?> | ReviewView ResultsView Status |