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