Module: playerapi/page/PageContext

A page is the representation of an E-Learning step.
This context methods to handle events in the page scope.

Members

<inner> event :Object

This object provides methods to handle events in the page scope.

Type:
  • Object
See:

<inner> group :Object

This object provides methods to component groups.

Type:
  • Object
See:

<inner> interaction :Object

This object provides methods to handle interaction functionality.

Type:
  • Object
See:

<inner> quiz :Object

This object provides methods to use components as test objects.

Type:
  • Object
See:

Methods

<inner> getCommentHTML() → {string}

Gets the comment of the page.

Returns:

The comment html content of the page.

Type
string