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.

Text Grid: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Question_Identifier]]

{{HelpFiles}}


===Text Grid===
===Text Grid===

Latest revision as of 07:27, 14 December 2011



Text Grid

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

Example

information = information + "Navn: " + Q3[1];

Values can be assigned to the sub questions.

Example

Q3[0] = "CatGlobe";

Q3[1] = "Long";

Q3[2] = "Business Analyst";

Back to: Text