Click or drag to resize
IExecutionMgrGotoQuestion Method (Int32)
Interview jumps to a certain question index from the current place.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void GotoQuestion(
	int inQuestionIndex
)

Parameters

inQuestionIndex
Type: SystemInt32
the index of the question to jump to
Examples
GotoQuestion(QRef(10)) will perfrom a jump from the current question the interview is at, straight into question index 10
See Also