Enter marks in the gradebook
import { Aside } from ‘@astrojs/starlight/components’;
For teachers and Directors. Open Gradebook, pick a class, a term, and the subjects to show, then Load.
The grid
Section titled “The grid”- Type a score into each cell. Every subject has its own maximum score, and percentage, total, and rank are computed automatically.
- Work is auto-saved as you type; the status indicator confirms when everything is saved.
- Mark a student who was absent with EX (Excused) — excused cells are excluded from totals and percentages.
Keyboard shortcuts
Section titled “Keyboard shortcuts”Like a spreadsheet: arrow keys move, Enter moves down, Tab moves right (wrapping to the next row), Page Up / Page Down jump a page, E excuses a cell.
Drafts and finalizing
Section titled “Drafts and finalizing”If you close the page early, an unsaved draft is offered for restore next time — restore or discard it. Finalize saves everything and shows the class ranking. Directors can also close a term, which locks marks until the term is reopened.