Difference between revisions of "GotoQuestionnaire"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
[[Category:HelpBooks]]
 

 
 
 
=gotoQuestionnaire=
 
=gotoQuestionnaire=
 +
[[Category:Questionnaire Functions]]
 
__NOTOC__
 
__NOTOC__
  

Revision as of 06:06, 22 December 2011

gotoQuestionnaire


Go to the newest uncompleted QAS of the current respondent. This newest uncompleted QAS is belong to another questionnaire

Syntax

gotoQuestionnaire(questionnaire_qualified_name)

Arguments

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

Return type

empty

Examples

// Go to the newest uncompleted QAS of another questionnaire: TestQnaire
gotoQuestionnaire("System\\TestQnaire");