add_text_entry_question
Add a text entry question to a survey block, choosing between single line, multi line, and essay formats.
Instructions
Simplified helper to create a text entry question (single line, multi line, or essay).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockId | Yes | The block ID to add the question to | |
| surveyId | Yes | The Qualtrics survey ID | |
| textType | Yes | Text entry type: single line, multi line, or essay | |
| questionText | Yes | The question text | |
| dataExportTag | No | Meaningful export tag; derived uniquely from questionText if omitted | |
| forceResponse | No | Require a response (default: false) |