*INCLUDE
INCLUDE
Dynamically includes only the options that a respondent selected in a previous question. Used to pipe forward selected answers as the option list for a follow-up question.
Usage Example
script definition (.q)
*QUESTION Q3 *SR *INCLUDE Q2 Q3. Which of the brands you mentioned is your favourite? -- Options are auto-populated from Q2 selections
The referenced question must have been answered before this question appears in the script.
Commonly used to create follow-up questions based on earlier MR selections.