ExperimentSession.forward()#

ExperimentSession.forward()[source]#

Moves the experiment forward one page.

Can be called in the Page.custom_move() hook to implement very specific movement behavior.

See also

Refer to the documentation of Page.custom_move() for guidance on how to implement a custom movement method.