Skip to content

Role-Specific Question Sets from JSON #38

@Adewal246

Description

@Adewal246

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.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions