
Generate a Qualtrics Import File for the HiTOP-BR
Source:R/generate_qualtrics.R
generate_qualtrics_hitopbr.RdCreates a text file formatted for the Qualtrics Advanced Format import tool containing the Hierarchical Taxonomy of Psychopathology - Brief Report (HiTOP-BR) items and instructions.
Usage
generate_qualtrics_hitopbr(
file = "hitopbr_qualtrics.txt",
block_name = "HiTOP-BR",
id_prefix = "HBR",
include_instructions = TRUE,
breaks = 15
)Arguments
- file
Character string specifying the output file path. Defaults to
"hitopbr_qualtrics.txt".- block_name
Character string specifying the name of the block in Qualtrics. Defaults to
"HiTOP-BR".- id_prefix
Character string specifying the prefix for the question IDs. Defaults to
"HBR".- include_instructions
Logical. If
TRUE(default), includes the starting instructions as a descriptive text block.- breaks
Integer or
NULL. The number of items to display before inserting a page break. Set to0orNULLto disable pagination. Defaults to15.