generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Flashcard-Based Question Display
As a [User]
I want to [see one interview question at a time ]
So I can [I can focus on answering it]
Frontend Tasks
- Design flashcard-style question UI.
- Display one question per screen.
- Render multiple-choice options clearly.
- Add navigation logic for progressing to the next question.
- Add navigation logic for progressing to the next question.
- Disable navigation until an answer is submitted.
Backend Tasks
- Provide API endpoint to fetch next question.
- Track current question index per session.
- Return question data without revealing the correct answer.
Acceptance Criteria
- Only one question is displayed at a time.
- Questions appear in a clear, readable format.
- User cannot skip questions without answering.
Additional Considerations
The above a initial needs to be addressed but details will emerge in development.
Reactions are currently unavailable