skip to main content
US FlagAn official website of the United States government
dot gov icon
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
https lock icon
Secure .gov websites use HTTPS
A lock ( lock ) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.


Title: Measuring and Understanding Online Reading Behaviors of People with Dyslexia
Extending the benefits of online reading to people with reading disabilities such as dyslexia requires broader research on reading behavior in addition to existing small-scale eye-tracking studies. We conduct the first large-scale mixed-methods study of the unique reading challenges of people with dyslexia. We combine in-person interviews (N=6), online surveys (N=566) and a novel browser-based tool able to measure detailed reading behavior remotely on a controlled set of five pages (N=477) or as a browser extension (N=89) collecting long-term reading behavior data on self-selected pages. We find a variety of text and page layout factors that pose challenges to readers with and without dyslexia, and identify in-browser reading behaviors associated with dyslexia. Findings point toward improvements to technologies for identifying struggling readers, and to ways to improve the layout and appearance of online articles to improve reading ease for people with and without dyslexia.  more » « less
Award ID(s):
1840751
PAR ID:
10170285
Author(s) / Creator(s):
; ; ;
Date Published:
Journal Name:
In submission
Format(s):
Medium: X
Sponsoring Org:
National Science Foundation
More Like this
  1. Rich engagement data can shed light on how people interact with online content and how such interactions may be determined by the content of the page. In this work, we investigate a specific type of interaction, backtracking, which refers to the action of scrolling back in a browser while reading an online news article. We leverage a dataset of close to 700K instances of more than 15K readers interacting with online news articles, in order to characterize and predict backtracking behavior. We first define different types of backtracking actions. We then show that “full” backtracks, where the readers eventually return to the spot at which they left the text, can be predicted by using features that were previously shown to relate to text readability. This finding highlights the relationship between backtracking and readability and suggests that backtracking could help assess readability of content at scale. 
    more » « less
  2. Navigating unfamiliar websites is challenging for users with visual impairments. Although many websites offer visual cues to facilitate access to pages/features most websites are expected to have (e.g., log in at the top right), such visual shortcuts are not accessible to users with visual impairments. Moreover, although such pages serve the same functionality across websites (e.g., to log in, to sign up), the location, wording, and navigation path of links to these pages vary from one website to another. Such inconsistencies are challenging for users with visual impairments, especially for users of screen readers, who often need to linearly listen to content of pages to figure out how to access certain website features. To study how to improve access to main website features, we iteratively designed and tested a command-based approach for main features of websites via a browser extension powered by machine learning and human input. The browser extension gives users a way to access high-level website features (e.g., log in, find stores, contact) via keyboard commands. We tested the browser extension in a lab setting with 15 Internet users, including 9 users with visual impairments and 6 without. Our study showed that commands for main website features can greatly improve the experience of users with visual impairments. People without visual impairments also found command-based access helpful when visiting unfamiliar, cluttered, or infrequently visited websites, suggesting that this approach can support users with visual impairments while also benefiting other user groups (i.e., universal design). Our study reveals concerns about the handling of unsupported commands and the availability and trustworthiness of human input. We discuss how websites, browsers, and assistive technologies could incorporate a command-based paradigm to enhance web accessibility and provide more consistency on the web to benefit users with varied abilities when navigating unfamiliar or complex websites. 
    more » « less
  3. Purpose:We examined the neurocognitive bases of lexical morphology in children of varied reading abilities to understand the role of meaning-based skills in learning to read with dyslexia. Method:Children completed auditory morphological and phonological awareness tasks during functional near-infrared spectroscopy neuroimaging. We first examined the relation between lexical morphology and phonological processes in typically developing readers (Study 1,N= 66,Mage= 8.39), followed by a more focal inquiry into lexical morphology processes in dyslexia (Study 2,N= 50,Mage= 8.62). Results:Typical readers exhibited stronger engagement of language neurocircuitry during the morphology task relative to the phonology task, suggesting that morphological analyses involve synthesizing multiple components of sublexical processing. This effect was stronger for more analytically complex derivational affixes (like + ly) than more semantically transparent free base morphemes (snow + man). In contrast, children with dyslexia exhibited stronger activation during the free base condition relative to derivational affix condition. Taken together, the findings suggest that although children with dyslexia may struggle with derivational morphology, they may also use free base morphemes' semantic information to boost word recognition. Conclusion:This study informs literacy theories by identifying an interaction between reading ability, word structure, and how the developing brain learns to recognize words in speech and print. Supplemental Material:https://doi.org/10.23641/asha.25944949 
    more » « less
  4. Operators of web archives have two options for how to crawl pages from the web. Browser-based dynamic crawlers capture all of the resources on every page, but incur high compute overheads. Static browserless crawlers are more lightweight, but miss page resources which are fetched only when scripts are executed. In this paper, we make the case that a web archive does not have to make a binary choice between dynamic or static crawling. Instead, by using a browser for a carefully chosen small subset of crawls, an archive can significantly improve its ability to serve statically crawled pages with high fidelity. First, we show how to reuse crawled resources, both across pages and across multiple crawls of the same page over time. Second, by leveraging a dynamic crawl of a page, we show that subsequent static crawls of the page can be augmented to fetch resources without executing the scripts which request them. We estimate that, as long as 8.9% of page crawls use a browser, an archive can serve roughly 99% of the remaining statically crawled pages without any loss in fidelity, up from 55% without our techniques. 
    more » « less
  5. Automated verification can ensure that a web page satisfies accessibility, usability, and design properties regardless of the end user's device, preferences, and assistive technologies. However, state-of-the-art verification tools for layout properties do not scale to large pages because they rely on whole-page analyses and must reason about the entire page using the complex semantics of the browser layout algorithm. This paper introduces and formalizes modular layout proofs. A modular layout proof splits a monolithic verification problem into smaller verification problems, one for each component of a web page. Each component specification can use rely/guarantee-style preconditions to make it verifiable independently of the rest of the page and enabling reuse across multiple pages. Modular layout proofs scale verification to pages an order of magnitude larger than those supported by previous approaches. We prototyped these techniques in a new proof assistant, Troika. In Troika, a proof author partitions a page into components and writes specifications for them. Troika then verifies the specifications, and uses those specifications to verify whole-page properties. Troika also enables the proof author to verify different component specifications with different verification tools, leveraging the strengths of each. In a case study, we use Troika to verify a large web page and demonstrate a speed-up of 13--1469x over existing tools, taking verification time from hours to seconds. We develop a systematic approach to writing Troika proofs and demonstrate it on 8 proofs of properties from prior work to show that modular layout proofs are short, easy to write, and provide benefits over existing tools. 
    more » « less