Void ExecutionMgr.GoToQuestion(Int32 inQuestionIndex)
Description
Will jump to the Question specified from the current page
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuestionIndex | Int32 | Target Question Index |
Return Type
Void
Overloads
List of overloads for this function
Void ExecutionMgr.GoToQuestion(Int32 inQuestionIndex, bool ignoreValidation)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIndex | Int32 | Target Question index |
ignoreValidatio | bool | Add to True/False to ignore validations |
NOTE:
Do not use this function from an Expression question type, or from within the "Loops" tab in a loop chapter.
Comments
Please sign in to leave a comment.