Built from real incidents.
RES is the exam platform built by Youniverse Business School for institutions that can't afford to let infrastructure failures cost students their exams.
Why this exists
Every year, exam sessions are disrupted or lost to power outages, unstable internet, and software that assumes a reliable connection. Students who have prepared for weeks lose their work. Examiners have to make judgement calls on partial submissions. Institutions lose credibility.
RES was built to make that scenario technically impossible. Not harder — impossible. Answers are persisted locally before any network call is attempted. The sync queue is append-only and idempotent. The student can submit from a completely offline device and deliver every answer via a signed encrypted file.
This isn't a feature list. It's the premise.
Three things we don't compromise on
The network is not reliable. The exam must be.
Every design decision in RES starts from a failure scenario: what happens when the power cuts mid-exam? When the student's mobile hotspot drops? When the campus router reboots? The answer is always the same — the student keeps working, and nothing is lost.
The server owns time. The client owns answers.
Students can't extend their own clock. The server is the single source of truth for session state, allocated time, and pause duration. But the client is the only trusted custodian of answers in-flight — they aren't held hostage by a network request.
Institutions deserve infrastructure they control.
RES runs on your own servers. You own the database, the deployment, and the data. There is no SaaS lock-in, no vendor availability risk during exam windows, and no data leaving your jurisdiction unless you choose it.