Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Scale Grid: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:Question_Identifier]]
[[Category:Question_Identifier]]

{{HelpFiles}}


===Scale Grid===
===Scale Grid===

Latest revision as of 07:23, 14 December 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

if (Q5[2]> 3)

//do something

Values can be assigned to the sub questions.

Example

Q5[0] = 5;

Q5[1] = 1;