Create tracks
Learn how to create tracks.
Last updated
Was this helpful?
Learn how to create tracks.
Generally speaking, there are four steps to creating a track:
Create the initial track (either from scratch, a template, or an existing track)
Add challenges and scripts
Test it
Publish it
Creating tracks from templates can save you time because templates provide a pre-defined sandbox, and some challenges to build off of.
Click Create track on the Content page, followed by Use template from the dropdown.
Click the template you wish to use.
Input a Track title and a Track slug.
Finally, click Create.
A track slug is a unique identifier for your tracks, often used in URLs.
Run the following command to create a track:
instruqt track createInput a track title.
When asked to select a build method, input 2 to select From a template.
When asked to select a template, input a number corresponding to the desired template.
Creating tracks from scratch lets you define every aspect of a track, from the start.
Click Create track, followed by Start from scratch from the dropdown.
In the Settings section, click Edit.
In the Track name field, input the track name.
Run the following command to create a track:
Input a track title.
When asked to select a build method, input 1 to select From scratch.
Click β’β’β’ on the track you want to duplicate, followed by Duplicate track.
Input a track title and slug.
If you are a member of multiple teams, select which team you want to duplicate to.
Click Create.
Run the following command to duplicate an existing track:
Last updated
Was this helpful?
Was this helpful?
instruqt track createinstruqt track create --title "Blah" --from <team>/<existing-track-slug>