Nonvisual Support for Understanding and Reasoning about Data Structures
Brianna L. Wimer, Ritesh Kanchi, Kaija Frierson, Venkatesh Potluri, Ronald Metoyer, Jennifer Mankoff, Miya Natsuhara, Matt X. Wang
TL;DR
This work addresses the accessibility gap for blind and visually impaired students learning data structures by preserving the computational structure of diagrams across nonvisual modalities. It introduces Arboretum, a structure first system that automatically generates synchronized tabular, navigable, and tactile representations from diagram specifications expressed in languages like Mermaid and Graphviz DOT. Derived from a Wizard of Oz study, five design requirements guide the system, and an evaluation with eight BVI learners demonstrates that tactile graphics yield strong comprehension and efficient navigation while multimodal integration supports verification and mental model development. The findings support scalable accessible CS education by enabling educators to author and maintain diagram content that preserves structural meaning across modalities, with implications for extending to broader diagram types and domains.
Abstract
Blind and visually impaired (BVI) computer science students face systematic barriers when learning data structures: current accessibility approaches typically translate diagrams into alternative text, focusing on visual appearance rather than preserving the underlying structure essential for conceptual understanding. More accessible alternatives often do not scale in complexity, cost to produce, or both. Motivated by a recent shift to tools for creating visual diagrams from code, we propose a solution that automatically creates accessible representations from structural information about diagrams. Based on a Wizard-of-Oz study, we derive design requirements for an automated system, Arboretum, that compiles text-based diagram specifications into three synchronized nonvisual formats$\unicode{x2013}$tabular, navigable, and tactile. Our evaluation with BVI users highlights the strength of tactile graphics for complex tasks such as binary search; the benefits of offering multiple, complementary nonvisual representations; and limitations of existing digital navigation patterns for structural reasoning. This work reframes access to data structures by preserving their structural properties. The solution is a practical system to advance accessible CS education.
