NEXORA โ Classroom Engagement Intelligence
NEXORA analyzes student engagement during lessons from videos and annotations (human or generated), and reports it to teachers, school leadership and parents as metrics, timelines, reports and action plans.
This documentation is tester-oriented: it describes the platform exactly as it exists in the code, page by page, with the meaning and exact computation of every metric, the full UX flows and the deployment.
The 4 pillars of the platform
| Pillar | Role | Page |
|---|---|---|
| ๐ฅ Acquisition | Lesson video โ observation windows | Architecture |
| ๐ Annotation | 7 categories AโG, coded labels, 15 s windows | Taxonomy |
| ๐งฎ Scoring | 0โ10 score per category โ window โ engagement levels | Metrics |
| ๐ Restitution | Dashboard, history, stats, messages, follow-up, parent portal | Features |
Where to start (tester)
- Read Accounts & roles โ the 4 roles and their rights.
- Follow Testing the app โ the full demo walkthrough.
- Dive into the metrics โ the heart of the product.
- Understand the architecture for the technical details.
โจ New
Every metric in the app has a small โ?โ: hovering shows an explanation; clicking opens the detailed page of this documentation in a new tab.
Quick navigation
- ๐ Metrics โ how they are computed โ every dashboard number has an exact definition and formula (metrics.md).
- ๐งญ UX & flows โ the real user journeys (teacher, admin, parent) as implemented in the code (ux/flows).
- ๐ค AI assistant โ how the conversational assistant queries the lake (architecture/ai-assistant).
- โ๏ธ Local / Cloud โ filesystem vs Cloudflare R2 storage, bronzeโgold data lake, VPS deployment (architecture).