Difference between revisions of "GotoQuestionnaire"
(→gotoQuestionnaire) |
|||
Line 3: | Line 3: | ||
__NOTOC__ | __NOTOC__ | ||
− | Go to the newest uncompleted QAS of | + | Go to the newest uncompleted QAS of another questionnaire. This newest uncompleted QAS is also belong to the current respondent. |
'''Syntax''' | '''Syntax''' | ||
Line 16: | Line 16: | ||
empty | empty | ||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | *GotoQuestion function | ||
'''Examples''' | '''Examples''' | ||
Line 21: | Line 25: | ||
<source lang="javascript"> | <source lang="javascript"> | ||
// Go to the newest uncompleted QAS of another questionnaire: TestQnaire | // Go to the newest uncompleted QAS of another questionnaire: TestQnaire | ||
+ | |||
gotoQuestionnaire("System\\TestQnaire"); | gotoQuestionnaire("System\\TestQnaire"); | ||
</source> | </source> |
Revision as of 05:18, 22 December 2011
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");