Skip to main content
  1. Projects/

FIND-IT Computer-Based Testing

November 2023 — July 2025 · FIND-IT

A web-based examination system built to replace paper testing, with an unusual twist: it supports real-time collaborative tests, where a team works through an exam together.

The feature set is what you’d expect from something people’s grades depend on — test creation and configuration for administrators, role-based authentication, a participant interface that stays out of the way, live monitoring of exam activity, automatic scoring and reporting, and anti-cheating measures.

I integrated Supabase with strongly typed models for tests, questions, and answers, then spent a good deal of time on the part that actually matters: scaling it to hold 200+ concurrent users without the session falling over mid-exam. There is no graceful degradation story for an exam that drops halfway through.

Live   Source

Related