Auibutton | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
This will create a text box alongside the "Other" option for respondents to provide additional input.
Requiring Text Entry for a Specific Choice
The [[Choice:TextEntryValidation:Required]]
tag ensures respondents must fill out the text entry box if they select the corresponding option.
Example:
Code Block |
---|
[[AdvancedFormat]]
[[Question:MC]]
What is your favorite type of pet?
[[Choices]]
Dog
Cat
Fish
Other
[[Choice:TextEntry]]
[[Choice:TextEntryValidation:Required]] |
In this example:
The "Other" option has a text entry box.
If the respondent selects "Other," they must fill out the associated text box before proceeding.
...
Survey Flow and Page Tags
...
The Advanced TXT format offers a powerful way to structure surveys in Qualtrics, allowing for flexibility in defining question types, layouts, and settings. While it doesn’t support advanced logic directly in the file, Qualtrics’ platform allows for easy addition of logic and flow customization after importing the survey. By mastering the use of tags and multi-type options, you can create complex and customized surveys efficiently.
...
Special thanks to Charles GPT for helping organize and refine this article.