add_rank_order_question
Creates a rank order question in a Qualtrics survey block, allowing respondents to rank a list of items.
Instructions
Simplified helper to create a rank order question where respondents rank a list of items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of item labels to rank | |
| blockId | Yes | The block ID to add the question to | |
| selector | No | DND = drag and drop (default and the only variation in the New Survey Taking Experience); SB = select box and TX = text box are legacy-experience variations | |
| surveyId | Yes | The Qualtrics survey ID | |
| questionText | Yes | The question text/instructions | |
| dataExportTag | No | Custom export tag (recommended; generated uniquely if omitted) | |
| forceResponse | No | Require a response (default: false) |