**User story** *As a young learner, I want big, colourful buttons, and consistent layout, so I can click answers without difficulty.* **Accessibility Criteria:** - [x] Buttons meet WCAG AA contrast - [x] Minimum 44px height for touch targets - [x] Clear labels and keyboard focus - [x] Consistent placement and labeling - [x] Large tap areas and clear separation **Tasks:** - [x] Use Bootstrap classes (btn-lg, btn-primary, etc.) - [x] Add aria-label for screen readers - [x] Ensure visible focus styling - [x] Style with spacing and hover/focus states - [x] Add event listeners for controls
User story
As a young learner, I want big, colourful buttons, and consistent layout, so I can click answers without difficulty.
Accessibility Criteria:
Buttons meet WCAG AA contrast
Minimum 44px height for touch targets
Clear labels and keyboard focus
Consistent placement and labeling
Large tap areas and clear separation
Tasks:
Use Bootstrap classes (btn-lg, btn-primary, etc.)
Add aria-label for screen readers
Ensure visible focus styling
Style with spacing and hover/focus states
Add event listeners for controls