Item Text Descriptives

ImportantAbout these data

IRW item text is reconstructed from published articles, codebooks, and supplementary materials using a largely automated pipeline with partial human review. It is provided for research purposes only. We make no guarantee that the text is accurate, complete, or correctly aligned with the item identifiers in the corresponding IRW response data; the original source document is always authoritative. Users are responsible for verifying item text against that source before drawing substantive conclusions. See Known Issues for documented discrepancies, and please get in touch if you find others.

Note also that the licenses recorded for IRW response data do not extend to the instruments themselves. Inclusion of item text here implies no license to reuse an instrument; copyright and related rights remain with the original rights holders, and users are responsible for obtaining any permissions their intended use requires.

The IRW item text resource contains full item wording for 421 tables spanning 388 distinct instruments. Items have a median length of 9 words (51 characters) and a median Flesch-Kincaid grade level of 6.4. See the Item Text Standard for a full description of the data structure.

Tables with item text

Item complexity

The two scatterplots show item complexity across tables. Left: mean words vs. Flesch-Kincaid grade level. Right: mean stem characters vs. mean response-option characters (tables with no response options are omitted from the right panel). Hover for table and instrument details.

Accessing item text

Code
library(irw)

irw_list_itemtext_tables()                   # List tables that have item text
items <- irw_itemtext("gilbert_meta_49")     # Fetch item text for a specific table
Code
import irw

irw.list_tables_with_itemtext()              # List tables that have item text
items = irw.itemtext("gilbert_meta_49")      # Fetch item text for a specific table