Click or drag to resize
Askia

IInterviewMoveOn Method

Try to save the answers and to move on the next visible page

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IInterviewMethodResult MoveOn(
	IDictionary<string, string> parameters
)

Parameters

parameters
Type: System.Collections.GenericIDictionaryString, String
Respondent answers and web parameters

Return Value

Type: IInterviewMethodResult
Returns IInterviewMethodResult until a page is accessible
Remarks

This method doesn't necesseraly move to the page that follow the current page.
According to the specified parameters, this method could:
- stay on the same page
- go to the previous visible page
- go to the next visible page

Notice that some routings and properties could redirect the respondent to a previous or to a far next page.

See Also