Property Set

From Catglobe Wiki
Revision as of 11:11, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Property Set

Property set is used for defining the questionnaire's properties if existing, otherwise leave the field blank ([] is not accepted)

Syntax

[<Property 1>; <Property 2>; ....; <Property N>;]

Example

QUESTIONNAIRE [BACK_BUTTON_VISIBLE=true;BACK_BUTTON_TEXT="<<";COUNT_DOWN=5]

or

QUESTIONNAIRE

[

BACK_BUTTON_VISIBLE=true;

BACK_BUTTON_TEXT="<<";

COUNT_DOWN=5;

]