{ "success": true, "data": { "recordVerificationId": "ver_live_abc123", "totalQuestions": 10, "questions": [ { "questionId": "uuid-q-1", "question": "Which React hook is used to manage side effects?", "options": ["useState", "useEffect", "useContext", "useReducer"] } ] }, "executionTime": "12ms"}
Returns only questionId, question, and options. Correct answers are never returned. Used to re-display questions if the student navigates away and returns.
Requires a valid session token via the x-api-key session middleware.