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.

Open: 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}}


===Open===
===Open===

Latest revision as of 07:22, 14 December 2011



Open

An identifier with string type is created for each Open question. It contains the text entered by the respondent. However, it is slightly different from other normal string variables: it can be used with answer option index as indexes as well.

Example

if (!Q7[0])

mailBody = mailBody + "Comments: " + Q7;

Value can be assigned to the question by assigning a string to the question identifier.

Example

Q7 = "";

Q7[0] = true;