More actions
Line 2: | Line 2: | ||
| | ||
=gotoQuestionnaire= | |||
__NOTOC__ | |||
Go to the newest uncompleted QAS of the current respondent. This newest uncompleted QAS is belong to another questionnaire | |||
'''Syntax''' | '''Syntax''' | ||
Line 20: | Line 21: | ||
'''Examples''' | '''Examples''' | ||
// | <source lang="javscript"> | ||
// Go to the newest uncompleted QAS of another questionnaire: TestQnaire | |||
gotoQuestionnaire("System\\ | gotoQuestionnaire("System\\TestQnaire"); | ||
</source> | |||
< |
Revision as of 04:03, 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_spec)
Arguments
questionnaire_spec: Is a string expression.
Return type
empty
Examples
// Go to the newest uncompleted QAS of another questionnaire: TestQnaire
gotoQuestionnaire("System\\TestQnaire");