Difference between revisions of "Scale Grid"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Question_Identifier]]
 

 

  

Revision as of 09:53, 18 March 2011



Scale Grid

An identifier with array type is created for each Scale Grid question. The array is zero-index based, its size is equal to the number of sub questions. It contains number items, which are specified by the respondent.

Example

5709.jpg

if (Q5[2]> 3)

//do something

Values can be assigned to the sub questions.

Example

Q5[0] = 5;

Q5[1] = 1;