*GRIDSR
Grid
Defines a single-response grid where each row presents a statement and the respondent picks one column option per row. Column options are defined using *GRIDLIST.
Usage
script definition (.q)
*GRIDSR 'Qx' 'Please rate each aspect:' *GRIDLIST 'ScaleName' 1:Poor 2:Fair 3:Good 4:Very Good 5:Excellent / 1:Row One 2:Row Two 3:Row Three /
Column options must be defined via *GRIDLIST immediately before the row list.