logo SmartSurvey / Scripting Docs
Back to Docs
Directive
*MR Choice

Defines a Multiple Response question. The respondent can select one or more options from the list.

Usage
script definition (.q)
*MR 'Qx' 'Question text (select all that apply)'
1:Option One
2:Option Two
3:None of the above
/
Add EXCLUSIVE: flag to a "None" option code to prevent it from being selected alongside other options.
Related