levels constant

List<String> const levels

Ordered mastery levels from lowest to highest.

Implementation

static const levels = [
  'unstarted',
  'awareness',
  'understanding',
  'application',
  'evaluation',
  'mastery',
];