LearningPath
name | type |
---|---|
id | uuid |
name | string |
description | string |
progress | number |
enrollment_code | string |
image_url | string |
has_instructors? | boolean |
instructors | array [Instructor] |
categories | array [Category] |
instructor_names | string |
current_item | depends on context: - LearningPathTrainingEvent - LearningPathCourse |
items | depends on context: - array [LearningPathTrainingEvent] - array [LearningPathCourse] |
started? | boolean |
in_progress? | boolean |
completed? | boolean |
created_at | timestamp |
updated_at | timestamp |
Example
{{ learning_paths.enrolled.first }}
Updated 11 months ago