trc-client-core
Version:
The core of the TRC Client
12 lines (11 loc) • 368 B
JavaScript
//
// Course Types
//
export default [
{value: "ACHIEVEMENT", label: 'Achievement'},
{value: "CERTIFICATION", label: 'Certification'},
{value: "DOCUMENT", label: "Document"},
{value: "E_LEARNING", label: "Elearning"},
{value: "FACE_TO_FACE", label: "Face To Face"},
{value: "LOCAL_QUIZ", label: "Local Quiz"}
];