Questions answered by this guide
- Why does Tab only reach my first Storyline answer choice?
- Is my quiz broken if Tab does not stop on every answer?
- How do keyboard users select an answer in a Storyline button set?
- What is the difference between a button set and a group in Storyline?
- Do Pick Many and Multiple Response questions work the same way as Pick One?
- How should I test keyboard navigation on Storyline answer choices?
What you'll learn
- Tab reaching only the first answer usually means the choices are a button set, not a keyboard access failure
- Inside a button set, arrow keys move between choices, Tab moves past the whole set
- Pick Many and Multiple Response questions have a separate, documented arrow-key issue with some screen readers, where Tab is the current workaround
- Custom-built buttons that were never added to a button set behave differently and need their own keyboard test
What's inside
Storyline developers troubleshooting keyboard navigation on quiz answers and button-based interactions
- 01Short answer
- 02Why Tab does not stop on every answer
- 03What a Storyline button set does
- 04Button set vs. an ordinary group of buttons
- 05Tab vs. arrow keys
- 06Pick One and Multiple Choice
- 07Pick Many and Multiple Response
- 08Custom buttons and freeform interactions
- 09When this is actually an accessibility problem
- 10How to test it
- 11Common mistakes
- 12Practical checklist
Why it matters
Tab reaching only the first answer is one of the most common things flagged as broken during an accessibility review, and it is usually not broken at all. Storyline's answer choices are normally set up as a button set, and a button set is designed so Tab enters it once and arrow keys move between the individual choices, the same pattern a native HTML radio group uses. Treating this as a bug and changing the focus order to force Tab onto every choice fights against how the interaction is built and can make the actual keyboard experience worse, not better. The real risk is different: not testing the arrow-key step at all, or assuming a custom-built set of buttons behaves the same way when it was never actually grouped into a button set in the first place.
When you'll encounter this
- You Tab through a quiz slide and keyboard focus lands on the first answer choice, then jumps straight to the next control instead of the second answer.
- An accessibility review or a coworker flags that Tab does not reach every answer choice.
- You are deciding whether to change the Focus Order to force Tab onto every choice.
- You built a custom set of answer buttons by hand, rather than using Storyline's built-in question types, and are not sure how it should behave.
Examples
Tab skipping answer choices on a Multiple Choice question
✕ Incorrect
A reviewer Tabs through a Multiple Choice question, reaches the first answer, and reports that Tab does not reach the second, third, or fourth answer, calling it a keyboard access failure.
The four answers are Storyline's built-in button set for that question type. Tab is expected to enter the set once, not stop on every choice individually, this is the same pattern a native radio button group uses.
✓ Correct
The reviewer Tabs to the first answer, then presses the down or right arrow key to move to the next answer, confirms each choice gets a visible focus indicator and a selected state, then Tabs forward to the Submit button.
This matches how Storyline's button sets are actually designed to be operated with a keyboard, and it correctly tests whether a learner can reach, distinguish, and select every answer, not whether Tab visits each one individually.
Custom answer buttons built without a button set
✕ Incorrect
A developer builds a custom quiz layout using four separate button objects with triggers instead of Storyline's built-in question types, and never assigns them to a button set. A keyboard user can Tab to each button individually, but selecting one does not visually deselect the others.
Without a button set, Storyline has no way to enforce single selection or manage a shared Selected state, so the interaction can end up letting a learner appear to select more than one answer, or none, with no clear indication of what is actually chosen.
✓ Correct
The four buttons are right-clicked and assigned to the same button set, using Storyline's own Selected state, so choosing one automatically deselects the others, and keyboard users move between them the same way they would on a native question slide.
Grouping the buttons into a real button set gives the interaction the mutual-exclusion and Selected-state behavior it needs, and makes its keyboard behavior consistent with every other button-set interaction in the course, instead of a one-off that needs its own separate testing logic.
Forcing Tab to stop on every answer
✕ Incorrect
A developer opens Focus Order and manually reorders it so Tab stops on every individual answer choice, believing this is required for accessibility.
This changes the interaction's actual behavior rather than testing it correctly. It also breaks the expected pattern keyboard and screen reader users rely on for radio-button-style choices, where Tab is understood to move past a group and arrow keys are understood to move within it.
✓ Correct
The developer leaves the button set as Storyline built it, tests it with Tab, arrow keys, and Enter or Space, and only investigates Focus Order if the arrow-key step itself does not work or focus does not land somewhere sensible.
Focus Order should reflect how the slide is actually meant to be used. A button set's arrow-key behavior is the intended interaction, not something to override.
Best practices
- A Storyline button set is a real, named feature, not just a group of buttons that happen to sit near each other. Right-clicking one or more selected objects and assigning them to a button set (Button Set 1, or a new set) tells Storyline those objects share a single, mutually exclusive selection, choosing one automatically deselects the rest. Almost any object type can be added to a button set, not just buttons, pictures, shapes, and characters can all be included. This is what gives Storyline's answer choices their radio-button-like behavior.
- A button set is not the same thing as an ordinary group of objects. Grouping objects in Storyline (Ctrl+G) is a layout and editing convenience, it lets you move, resize, or copy several objects together. It does not create shared selection behavior or change how Tab and arrow keys move through them. Two buttons that are grouped for editing purposes still behave as two separate, individually tabbable buttons unless they are also assigned to a button set.
- Inside a button set, the keyboard pattern is Tab once to enter, then arrow keys to move between the individual choices, then Tab again to move past the set to the next control, commonly a Submit button. This is consistent with how a native HTML radio button group works, and it is the pattern to test for, not Tab stopping on every choice.
- Multiple Choice (graded) and Pick One (survey) questions ask a learner to choose a single answer from up to 10 choices, and both are built on Storyline's button set behavior, Tab into the set, arrow keys between choices, one answer selected at a time.
- Multiple Response (graded) and Pick Many (survey) questions let a learner choose more than one answer, so they cannot use a strict single-selection button set the same way Pick One does. Keyboard navigation still follows the Tab-then-arrow-keys pattern, but Articulate's own accessibility documentation for Storyline 360 currently lists a real, specific gap here: in pick-many and pick-one question slides, some screen readers re-announce the currently selected choice instead of moving to the next one when the down arrow key is pressed. The documented workaround is to use Tab instead of the arrow keys to move between choices when this happens. This is worth testing directly with the screen reader your learners are most likely to use, and worth mentioning in course instructions if a quiz depends on arrow-key navigation.
- Custom buttons and freeform interactions that were never assigned to a button set do not get this behavior automatically. If a set of answer-like buttons is built by hand with triggers instead of Storyline's question types, each button is just an ordinary, individually tabbable object unless it is deliberately grouped into a button set. Test these the same way you would test any custom interaction, do not assume they behave like a native question slide just because they look like one.
Common mistakes
- Reporting that Tab skipping between answer choices is a keyboard access failure without first testing the arrow keys.
- Manually reordering Focus Order to force Tab onto every individual answer choice in a button set.
- Assuming a custom-built set of answer buttons behaves like a native question slide without checking whether it was actually assigned to a button set.
- Testing only in Storyline Preview instead of the published output, where keyboard behavior should always be confirmed.
- Not testing the arrow-key step at all, and only checking that the first answer is reachable.
- Assuming Pick Many and Pick One behave identically for every screen reader, without testing the specific arrow-key re-announcement issue Articulate has documented.
- Leaving a course with unclear selected-state styling, so even when keyboard navigation works correctly, a learner cannot visually or audibly confirm which answer is currently selected.
Practical checklist
- Tab into the interaction and confirm focus lands on the first answer choice.
- Identify whether the choices are a Storyline button set (mutually exclusive selection, radio-button-like) or a custom set of independent buttons.
- Use arrow keys to move between choices where the interaction is a button set.
- Confirm the Selected state is visually clear on whichever choice is focused or chosen.
- Confirm keyboard focus stays visible at every step, not just on the first choice.
- Use Enter or Space to activate or confirm a choice where the interaction expects it.
- Tab to and test the Submit button separately from the answer choices.
- Test the published course output, not just Storyline Preview.
- Test with a screen reader, and if arrow keys do not move between choices as expected, try Tab and Shift+Tab instead.
- Re-test after any change to the question type, the button set assignment, or the Focus Order.
How A11yCheck reviews this
A11yCheck's scan checks whether answer choices and other interactive elements are reachable by keyboard and whether they carry a real accessible name, and it flags custom interactions where keyboard access looks incomplete. It does not simulate arrow-key navigation inside a button set, and it cannot tell you whether a specific screen reader announces a pick-many or pick-one question correctly. Use it to catch reachability and naming issues, and pair it with a manual keyboard and screen reader pass on any quiz or button-set interaction before publishing.
Frequently asked questions
Why does Tab only reach my first Storyline answer choice?
Your answer choices are almost certainly set up as a Storyline button set, which is the normal setup behind Multiple Choice, Pick One, Multiple Response, and Pick Many questions. Tab is designed to enter the set once, then arrow keys move between the individual choices. This is expected behavior, not a keyboard access failure.
Should I change the Focus Order so Tab stops on every answer?
No, not by default. Doing this fights against how button sets are designed to work and breaks the pattern keyboard and screen reader users expect from a radio-button-style choice. Test the arrow-key step first, and only look at Focus Order if that step itself does not work correctly.
What is the actual difference between a button set and a group in Storyline?
A button set is a specific feature that gives a set of objects shared, mutually exclusive selection, choosing one deselects the rest, and it drives the Tab-then-arrow-keys keyboard pattern. Grouping objects (Ctrl+G) is a separate, purely organizational feature for moving or editing objects together, it does not create shared selection or change keyboard behavior on its own.
Do Pick Many and Multiple Response questions work the same way as Pick One?
The Tab-then-arrow-keys pattern is the same, but selection is not exclusive, a learner can choose more than one answer. Articulate's own accessibility documentation for Storyline 360 also currently lists a specific gap in pick-many and pick-one questions, where some screen readers re-announce the selected choice instead of moving to the next one on the down arrow key, with Tab as the documented workaround. Test this directly rather than assuming it behaves identically to Pick One.
I built my own answer buttons instead of using a Storyline question type. Does this guide still apply?
Only if you actually assigned those buttons to a button set. If they were never grouped that way, each one is just an ordinary, individually tabbable button, and Tab should reach every one of them individually. Test what you actually built rather than assuming it behaves like a native question slide.
How do I test this without a screen reader?
Put the mouse aside, Tab to the interaction, press the arrow keys to move between choices, confirm you can see which choice is focused and which is selected, then Tab to and activate the Submit button. Do this on the published course, not just in Storyline Preview.
Related Guides
Keyboard Navigation Guide→
Keyboard navigation means every interactive object in your course, buttons, links, quiz answers, layers, can be reached and used with Tab, Shift+Tab, Enter, and arrow keys alone, with no mouse required.
Focus Order Guide→
Focus order is the order Tab moves through a slide's interactive elements. It should match the order things appear on screen, and it's checked by pressing Tab and watching where focus lands each time.
How to Test eLearning with a Screen Reader→
A practical, no-fear guide to testing your own course with a screen reader, from your first NVDA install to knowing exactly what you're listening for.
Storyline Accessibility Quick Checklist→
A fast, practical pass through your Storyline course before you publish it, 20 checks, about 15 minutes.
Accessible Assessments Guide→
Quiz interactions fail accessibility in specific, recurring ways: an answer choice reachable only by mouse, feedback that appears but is never announced, a matching or drag-and-drop question with no keyboard path to a correct answer at all.
How to Choose Accessible Storyline Interactions→
Which interaction should you choose for a given learning goal when accessibility matters? This walks through the real decision, starting with the learning goal, not a list of WCAG rules, and covers what each common Storyline interaction actually requires from a keyboard and screen reader user before you build it.
Summary
Tab reaching only the first Storyline answer choice is usually a sign the choices are a button set, not a keyboard access failure. Inside a button set, Tab enters once and arrow keys move between choices, the same pattern a native radio button group uses. Pick One and Multiple Choice questions follow this cleanly, Pick Many and Multiple Response allow more than one selection and carry a separate, documented arrow-key issue with some screen readers, and custom-built buttons only behave this way if they were actually assigned to a button set. Test with Tab, arrow keys, and Enter or Space on the published output, and only treat this as a real problem if the arrow-key step itself does not work, not because Tab skips between choices.
Review your course before you publish it.
A11yCheck reviews Storyline and Rise courses for:
- Accessibility
- Course Quality
- Course Engagement
www.a11ycheck-dev.com