How to Interact With the Game Using a Screen Reader
To interact with the game in the IDE, press Enter or Space on the 'Enter' button for that game. This will trap focus within the game, so you can use Tab and Shift+Tab to move focus between controls within the game. While in this mode, focus can't be moved away from the game because all of the keyboard input is going to the Quorum program. To move focus away from the game, press Escape; this will stop the focus trap. For example, to use the Checkbox example, run the example, tab back to the button called 'Enter Checkbox Example', press Enter or Space on that button to trap focus, then press Space to toggle the checkbox (Space is the default in Quorum). To leave the example, press Escape.
Quorum games allow the use of controls that have focus within the game itself and the default key to move between controls is Tab and Shift + Tab. Online this conflicts with the keys for moving between focus on the page. For example, without focus trapping, pressing tab on a button in the game would both move focus in the game and move you away from the game in the IDE, making interacting with the game much more difficult.
Button
Checkbox
Checkbox IDE
Code Area
Output Area
Radio Buttons
Radio IDE
Code Area
Output Area
List
List IDE
Code Area
Output Area
Tree
Tree IDE
Code Area
Output Area
Tab Pane
Tab Pane IDE
Code Area
Output Area
Menu
Dialog
Dialog IDE
Code Area
Output Area
Spreadsheet
Spreadsheet IDE
Code Area
Output Area
Progress Bar
Progress Bar IDE