Track authors
Join forces.
Instruqt users with the owner or content creator role can edit tracks by default. But you can also give Instruqt users with the member role edit rights by assigning them as a track author. This is handy when you want to give an Instruqt user the edit right for some specific track or tracks, but not all.
You need to have the owner or content creator role for setting the track authors. Furthermore, if you want to set track authors with Instruqt CLI, you need to have their email addresses with which they are registered as team members.
You can set track authors from both Web UI and Instruqt CLI:
🌐 Web UI
💻 Instruqt CLI
- 1.
- 2.Click the track where you want to set track authors. ↳ The Track overview page opens.
- 3.Click Add author. ↳ Instruqt shows the Author field.
- 4.In the Author field, enter the member's name you want to add. ↳ When you start typing, a list with team members opens.
- 5.In the Author list, select the wanted team member. ↳ The selected member is a track author now.
- 1.Open the
track.yml
file of the track where you want to add a track author. - 2.Add the email of the member you want to set as track author to the
developers
property: - 3.Save the
track.yml
file and push your track to the Instruqt platform:instruqt track push↳ The added member is a track author now.
Setting track authors, of course, also includes removing them. You can also do this from Web UI and Instruqt CLI:
🌐 Web UI
💻 Instruqt CLI
- 1.
- 2.Click the track where you want to set track authors. ↳ The Track overview page opens.
- 3.Hoover over the track author you want to remove until thebutton shows up.
- 4.Clickto remove the track author.
- 1.Open the
track.yml
file of the track where you want to remove a track author. - 2.Delete the whole line of the member you want to remove as track author from the
developers
property:↓ - 3.Save the
track.yml
file and push your track to the Instruqt platform:instruqt track push↳ The removed member is no longer a track author now.
You have got everything under control! Do you also want to control who can play your tracks? Then check the topic Create track invites.
Last modified 10d ago