For the complete documentation index, see llms.txt. This page is also available as Markdown.

Challenge order

Modify the order of your track's challenges

Change challenge order

You can change a track's challenge order using the Web UI or the Instruqt CLI.

  1. Click the track whose challenge order you want to change.

  2. In the Challenges section, click Edit order. ↳ Icons now appear in front of the challenges.

  3. Drag (click-hold-move-release) the challenge or challenges to the desired position.

  4. Click Save order.

The Instruqt CLI prefixes challenge directory names with a sequence number. The directory of the first challenge is called 01-CHALLENGE_SLUG, the second 02-CHALLENGE_SLUG, and so on. You can modify these sequence numbers to configure the challenge order.

  1. Open a terminal or code editor.

  2. Change into the track directory whose challenge order you want to change.

  3. Change the sequence numbers of the challenge directories to match a desired order.

  4. Push your updates to Instruqt:

    instruqt track push

Last updated

Was this helpful?