tool_lp/competency_outcomes

Competency rule config.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) getAll() → {Object}

Source:

Get all the outcomes.

Returns:

Indexed by outcome code, contains code and name.

Type
Object

(inner) getString(id) → {Promise}

Source:

Get the string for an outcome.

Parameters:
Name Type Description
id Number

The outcome code.

Returns:

Resolved with the string.

Type
Promise