Our Commitment
We strive to make rbtexampractice.org accessible to all users, including those with disabilities. We are committed to providing an inclusive experience for everyone preparing for the RBT certification exam.
Our conformance target is WCAG 2.1 Level AA (Web Content Accessibility Guidelines). We continuously work to improve the accessibility of this site and welcome feedback from all users.
Accessibility Features
Keyboard Navigation
This site is fully navigable by keyboard. The following shortcuts are available throughout the site:
- Alt+M — Jump to the main navigation menu
- Alt+N — Go to the next question during a quiz
- Alt+S — Skip the current question during a quiz
Skip Links
Skip links are provided at the top of every page to allow keyboard and screen reader users to bypass repetitive navigation and jump directly to:
- Main content
- Navigation
Screen Reader Support
Pages are structured with screen reader users in mind:
- ARIA labels and roles on all interactive and landmark elements
- ARIA live regions announce quiz feedback and dynamic content changes
- Descriptive alt text on all meaningful images
- Logical reading order that matches visual layout
Visual Preferences
- Dark mode — Available via the toggle in the header; automatically follows your system preference
- Reduced motion — Animations are suppressed when the
prefers-reduced-motionmedia query is active - High contrast — Enhanced contrast ratios are applied when
prefers-contrast: highis detected
Touch and Pointer Targets
- All interactive elements meet a minimum 44×44px touch target size
- Sufficient spacing between clickable elements to reduce accidental activation
Focus Management
- Visible focus indicators on all interactive elements
- Focus is managed programmatically when dialogs open or page sections change
Semantic Structure
- Semantic HTML5 elements (
header,nav,main,footer,article,section) - Proper heading hierarchy (H1 → H2 → H3) on every page
- Form inputs have associated labels
- Colour is never the sole means of conveying information
Known Limitations
While we aim for full WCAG 2.1 AA conformance, the following limitations currently exist:
- JavaScript dependency: Quiz interactions require JavaScript to function. Users without JavaScript will see a notice explaining this requirement.
- Timed exams: Full practice exams include an optional countdown timer. Users who need additional time can disable the timer before starting an exam or use untimed sectional quizzes instead.
We are actively working to address these limitations in future updates.
Feedback and Contact
If you encounter any accessibility barriers on this site, we want to hear from you. Your feedback helps us improve the experience for everyone.
Please contact us via the email address listed on our Contact page. When reporting an issue, it is helpful to include:
- The URL of the page where you encountered the barrier
- A description of the problem
- The assistive technology or browser you are using
We aim to respond to accessibility feedback within 5 business days.
Technical Information
This site is built with Astro and rendered as a static site hosted on Cloudflare Pages. It relies on the following technologies for accessibility:
- HTML5 semantic elements
- WAI-ARIA 1.2 roles, states, and properties
- CSS media queries (
prefers-color-scheme,prefers-reduced-motion,prefers-contrast) - Vanilla JavaScript for dynamic interactions
The site has been tested with the following assistive technologies:
- NVDA with Firefox on Windows
- VoiceOver with Safari on macOS and iOS
- Keyboard-only navigation across Chromium, Firefox, and WebKit