GotoQuestionnaire
gotoQuestionnaire
Go to the newest uncompleted QAS of another questionnaire. This newest uncompleted QAS is also belong to the current respondent.
Syntax
gotoQuestionnaire(questionnaire_qualified_name)
Arguments
questionnaire_qualified_name: Is a string expression.It must be a qualified name.
Return type
empty
See also
- GotoQuestion function
Examples
// Go to the newest uncompleted QAS of another questionnaire: TestQnaire
gotoQuestionnaire("System\\TestQnaire");