ExamsWave combines lightweight serverless delivery, relational blueprint mapping, and tokenized authorization to deliver instant exam experiences.
During active exam sessions, question states and user selections are handled asynchronously in browser memory and synchronized periodically back to the database. This guarantees zero lag when switching questions, preserving critical test time.
{
"blueprint_id": 104,
"time_limit_minutes": 120,
"subjects": [
{ "name": "Clinical Nursing", "weight": 0.40 },
{ "name": "Pharmacology", "weight": 0.60 }
],
"shuffle_answers": true
}
Authorization: Bearer ew_live_9f8a3b...
{
"status": 200,
"data": {
"question_id": 8492,
"options": ["A", "B", "C", "D"],
"explanation_provided": true
}
}
Partner accounts receive dedicated API authorization keys (`ew_live_*`) enabling custom learning management systems (LMS) to pull exam blueprints and question banks on demand.
System Uptime
High-availability PHP & MySQL query architecture.
Response Latency
Fast database indexing and session routing.
Security Standard
Bcrypt password hashing & SSL data transit.