-
Notifications
You must be signed in to change notification settings - Fork 0
Description
A clear and concise description of what you want to happen:
Implement pagination for the question display on quizzes that the user generates. This means that instead of displaying all questions on a single page, the questions should be divided into smaller, more manageable "pages" with a limited number of questions per page. Navigation controls (e.g., "Next," "Previous," "Page 1 of 5") should be provided to allow users to easily move between pages.
Describe alternatives you've considered:
Infinite scrolling: While this can provide a smooth user experience, it might lead to an overwhelming number of questions on the screen, potentially making it difficult for users to focus.
No segmentation: Displaying all questions on a single page can be overwhelming, especially for large study sets, and may lead to scrolling fatigue.
Additional context:
Page size: Consider a reasonable page size (e.g., 10-20 questions per page) based on user feedback and testing.
Visual cues: Provide clear visual cues to indicate the current page and the total number of pages.
Accessibility: Ensure that the pagination controls are accessible to users with disabilities (e.g., keyboard navigation).
This approach will improve the user experience by making the study interface more manageable and less overwhelming.
Metadata
Metadata
Assignees
Labels
Projects
Status