Module: standardPlayer/NavigationContext

This context provides methods for eLearning navigation associated with a classic tutorial control.

Members

<inner> legacy :Object

This object provides additional player methods (tutorial control).

Type:
  • Object
See:

<inner> logic :Object

This context provides methods for navigation logic.

Type:
  • Object
See:

Methods

<inner> gotoPage(page)

Shows a desired page (step).

Parameters:
Name Type Description
page PageMetadata

The target page

<inner> nextPage()

Shows the next page (step) in the current path.

<inner> nextSection()

Jumps to the first page in the next section.

<inner> pause()

Breaks/continues all animations in the current page (step).

<inner> previousPage()

Shows the previous page (step) in the current path.

<inner> previousSection()

Jumps to the first page in the previous section.

<inner> repeat()

Repeats all animations and sounds in the current page (step).

<inner> stop()

Stops all animations in the current page (step).

<inner> switchToFilmMode()

Switches to film mode.

<inner> switchToInteractiveMode()

Switches to interactive mode.

<inner> switchToPresentationMode()

Switches to presentation mode.

<inner> terminate()

Terminates the eLearning without prompting the user for confirmation.