Skip to content

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)

  1. Read Accounts & roles โ€” the 4 roles and their rights.
  2. Follow Testing the app โ€” the full demo walkthrough.
  3. Dive into the metrics โ€” the heart of the product.
  4. 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).