Objective
Develop backend APIs for the Quiz system using the existing quiz schema.
Scope
- Create quiz creation endpoint
- Fetch/list quizzes endpoint
- Get single quiz by ID
- Submit quiz answers endpoint
- Validate request payloads
Expected Outcome
Quiz system should support creation, retrieval, and submission through REST APIs.
Notes
Quiz schema already implemented.
Objective
Develop backend APIs for the Quiz system using the existing quiz schema.
Scope
Expected Outcome
Quiz system should support creation, retrieval, and submission through REST APIs.
Notes
Quiz schema already implemented.