Item Text Descriptives

The IRW item text resource contains full item wording for 306 tables spanning 288 distinct instruments. Items have a median length of 9 words (51 characters). See the Item Text Standard for a full description of the data structure.

Tables with item text

Item complexity

The scatterplot shows mean words vs. mean characters per item for each table; the histogram summarises the distribution of item length. 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