tool_lp/competency_outcomes

Description:
  • Competency rule config.

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

Competency rule config.

Methods

(inner) getAll() → {Object}

Description:
  • Get all the outcomes.

Source:
Returns:

Indexed by outcome code, contains code and name.

Type
Object

(inner) getString(id) → {Promise}

Description:
  • Get the string for an outcome.

Source:
Parameters:
Name Type Description
id Number

The outcome code.

Returns:

Resolved with the string.

Type
Promise