generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Role-Specific Question Sets from JSON
As a [User]
I want [questions tailored to my selected role]
So I can [practice is relevant.]
Frontend Tasks
- Ensure frontend requests questions based on session role.
- Handle empty or error states if no questions are returned.
Backend Tasks
- Load questions from the provided JSON file.
- Map each role to its unique question set.
- Validate JSON structure at application startup.
- Serve only role-specific questions per session.
Acceptance Criteria
- Each role loads only its own questions.
- Questions are sourced from the provided JSON file.
Additional Considerations
The above a initial needs to be addressed but details will emerge in development.
Reactions are currently unavailable