logo SmartSurvey / Scripting Docs
Back to Docs
Directive
*OPEN Text

Defines an open-text question. Used alone for single text entry, or combined with *REPEAT to generate a list of text entries driven by a previous question.

Usage
script definition (.q)
*OPEN 'Qx' 'Please describe your experience.'
/
Combine with *REPEAT to generate multiple text boxes driven by a prior *MR question's selections.
Related