|
Composing Grid Questions
(Introduction) |
|
| Introduction to Grid
|
| General
|
| Headers and Footers
|
| Rows and Columns
|
|
|
| Introduction to Grid
|
| General
|
| Headers and Footers
|
| Rows and Columns
|
|
|
|
Numeric, Open-end, Combo, and Check boxes
|
Syntax:
GridName_r#_c# Examples: Q1_r2_c4 [% Q1_r2_c4 %] Description: You refer to single-response field in a grid using the grid name plus row and column reference. For example, [% Q1_r2_c4 %] returns the value associated with row 2 column 4 in grid Q1. For check boxes, the value is "1" (checked) or "0" (not checked). | |
|
|
|
Radio button questions
|
Syntax:
GridName_r# GridName_c# Examples: Q1_r2 Q1_c4 [% Q1_r2 %] [% Q1_c4 %] Description: Radio buttons in grids can use either row-based or column-based question directions. The most common layout is the row-based question direction. With row-based question direction, the responses are stored as Q1_r1, Q1_r2, etc. With column-based questions, the responses are stored as Q1_c1, Q1_c2, etc. | |