Difference between revisions of "GotoQuestion"

From Catglobe Wiki
Jump to: navigation, search
(gotoQuestion)
 
Line 11: Line 11:
 
'''Arguments'''
 
'''Arguments'''
  
''questionnaire_qualified_name'': Is a string expression. It must be a qualified name.
+
''questionnaire_qualified_name'': Is a string expression. It must be a qualified name of the question
  
 
'''Return type'''
 
'''Return type'''

Latest revision as of 05:20, 22 December 2011

gotoQuestion

Go to a specific question in the answering questionnaire or in another questionnaire.
In the case of go to a specific question in another questionnaire. The current respondent must have the newest uncompleted QAS in that questionnaire.

Syntax

gotoQuestion(questionnaire_qualified_name)

Arguments

questionnaire_qualified_name: Is a string expression. It must be a qualified name of the question

Return type

empty

See aslo

Examples

//go to a question belonging to the current questionnaire

gotoQuestion("DomesticAnimal");

//go to a question belonging to another questionnaire

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