api/challenges/choice

This file contains the readily available functions which interact with the ITSLanguage choice challenge API.

Source:

Members

(inner, constant) url :string

Source:

The URL for the choice challenge handler(s).

Type:
  • string

Methods

(static) create(challenge) → {Promise}

Source:

Create a new choice challenge.

Parameters:
Name Type Description
challenge Object

The challenge to create.

Returns:
  • The challenge creation promise.
Type
Promise

(static) getAll(filtersopt) → {Promise}

Source:

Get a all choice challenges.

By default all choice challenges are fetched though it is allowed to pass filters as a URLSearchParams object.

Parameters:
Name Type Attributes Description
filters URLSearchParams <optional>

The filters to apply to the category list.

Throws:
  • If the given optional filters are not an instance of URLSearchParams.
Type
Promise.<string>
Returns:
  • The promise for the choice challenges.
Type
Promise

(static) getById(id) → {Promise}

Source:

Get a single choice challenge by its ID.

Parameters:
Name Type Description
id string

The ID of the desired choice challenge.

Returns:
  • The promise for the choice challenge.
Type
Promise