hivelearn_add_track_course
Add a course to a track at a given position. sort_order sets the order within the track. Set unlock_after_course_id to a prerequisite course that must be completed first (omit/null for no gate). is_required defaults to true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_id | Yes | ||
| course_id | Yes | ||
| sort_order | Yes | Position within the track | |
| is_required | No | Defaults to true | |
| unlock_after_course_id | No | Prerequisite course id, or null for no gate |