logo SmartSurvey / Scripting Docs
Back to Docs
Directive
*GRIDMR Grid

Defines a multiple-response grid where each row allows the respondent to select one or more column options. Column options are defined using *GRIDLIST.

Usage
script definition (.q)
*GRIDMR 'Qx' 'Which channels apply for each purpose?'
*GRIDLIST 'Channels'
1:TV
2:Online
3:Print
/
1:Entertainment
2:News
/
Related