IExecutionMgrGotoChapter Method (Int32) |
Interview jumps to a certain chapter index from the current place.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax void GotoChapter(
int inChapterIndex
)
Parameters
- inChapterIndex
- Type: SystemInt32
the index of the chapter to jump to
Examples
GotoChapter(5) will perfrom a jump from the current question the interview is at, straight into chapter index 5
See Also