void ExecutionMgr.GoToChapter(Int32 inChapterIndex)
Description
Will jump to the chapter specified from the current page
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inChapterIndex | Int32 | Target Chapter Index |
Return Type
Void
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.