
A modern online examination platform for schools, colleges, coaching institutes, and training organizations featuring secure quizzes, real-time results, and a clean admin dashboard.
Next Class Quiz is an end-to-end educational assessment platform designed to modernize the way institutions conduct examinations. Traditional testing methods are time-consuming to grade and difficult to secure remotely. This platform solves those issues by providing teachers with an intuitive quiz builder and giving students a distraction-free, secure testing environment with instant automated grading and analytics.

Firebase Auth
Firestore Realtime Sync
Optimistic UI Update
Cloud Function Trigger
Admin Dashboard Update
Ensuring that exam timers and submission states remained accurate even if a student lost internet connection temporarily.
Implemented a robust offline-first synchronization system that caches answers locally and syncs them to Firestore once the connection is restored.
Building a secure environment that prevents tab-switching or copy-pasting during active examinations.
Utilized the Page Visibility API to track and warn students when navigating away from the active exam window.
Handling sudden spikes in database reads/writes when an entire class of 100+ students submits their exams simultaneously at the deadline.
Optimized Firestore interactions using batched writes and localized the grading logic to highly concurrent Cloud Functions to prevent bottlenecking.