Item Text
The standard for item information
We have begun to incorporate the text of the items used to produce stimuli in the IRW. This information is available here. A list of tables with item text can be generated using the irw_list_itemtext_tables() function (via the irw package).
These data are structured as follows:
tableThis identifier can be used to link to the IRW response data.section_idThis is an identifier for a group of items that share a common context. It is conceptually equivalent to theitem_familyelement in the IRW standard and is used to annotate information about, for example, testlets (i.e., items grouped under a single reading passage).itemThis is a persistent identifier for the probe being used to measure, matching theitemfield in the core IRW dataset.instrumentThis is the full, human-readable name or title for the instrument identified by thetablecolumn.instructionsThis contains the literal text of the instructions provided to the participant for the overall instrument.section_promptThis contains the literal text of a shared prompt, such as a reading passage, that applies to all items within a givensection_id.item_textThis is the literal text of the specific prompt or question associated with anitem.correct_responseThis is the scoring key for a givenitem. This field is left blank for items that do not have a correct response. For items with multiple correct answers, values are separated by a semicolon.option_textThis is the literal text for a specific response option available for an item.respThis is the response value assigned to a specificoption_text. It should match the numeric, ordinalrespvalue found in the response-level IRW dataset.
Some additional notes about the item text
- In some cases, we do not have ready access to the ‘key’ which would allow us to translate multiple choice options into scored responses. The item response data will have a scored response in the
respcolumn in such cases while the item text will retain the categorical option in theresp_rawcolumn. - When items are prompting some kind of behavior that gets scored, there may not always be text associated with individual
respvalues.