Click or drag to resize
IExecutionMgrGotoQuestion Method (Int32, Boolean)
Interview jumps to a certain question index from the current place, depending on validation rules on the way

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

Parameters

inQuestionIndex
Type: SystemInt32
the index of the question to jump to
inNoValidation
Type: SystemBoolean
'true' if to ignore validation rules on the way, or 'false' otherwise
Examples
GotoQuestion(QRef(10), true) will perfrom a jump from the current question the interview is at, straight into question index 10, ignorign validation rules on the way
See Also