GotoQuestion

From Catglobe Wiki
Revision as of 11:05, 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



gotoQuestion

Go to to the question specified as a string, can be in another questionnaire.

Syntax

gotoQuestion(question_spec)

Arguments

question_spec: Is a string expression. It must be a qualified name.

Return type

empty

Examples

//goto to a question belonging to the current //questionnaire

gotoQuestion("DomesticAnimal");

//goto to a question belonging to another //questionnaire

gotoQuestion("System\\MyProject\\AnotherQuestionnaire\\DomesticAnimal");

Availability

Version 4.8