Skip to content

Flashcard-Based Question Display #37

@Adewal246

Description

@Adewal246

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.

Sub-issues

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions