Module: playerapi/quiz/QuestionMetadata

This object provides data according to the page scope.

Methods

<inner> getId() → {string}

Gets the id of the page.

Returns:

The id of the page.

Type
string

<inner> getMaxScore() → {Number}

Gets the maximum score of this question.

Returns:

The maximum reachable score.

Type
Number

<inner> getRunAmount() → {Number}

Gets the overall amount of available test runs.

Returns:

The amount of available runs.

Type
Number

<inner> getTitle() → {String}

Gets the title of the question.

Returns:

The title of the question.

Type
String

<inner> getToleratedFailureAmount() → {Number}

Gets the amount of tolerated failures.

Returns:

The number of tolerated failures.

Type
Number