Comment on page
Track options
For each track, team owners and track authors can configure:
- if the track is in maintenance (this disables plays for anyone except team owners and track authors)
- if the track should show a countdown timer during playing.
- Lab configuration where track will be played:
feedback_recap_enabled
can be true or false. Use true if you want to activate the feedback recap after the whole track has been completed. If you prefer not to include this feature, set the value to false.loadingMessages
which can be true, false or a list of strings. Use true if you want to enable the default message list, use false if you want to disable the messages or provide a list of strings if you want your custom messages to be displayed. Custom loading messages are limited to 125 characters.extend_ttl
allows users to extend their play time limit for a track (value in seconds).- Assignment display settings (Layout settings) which will allow you to customise how your challenge will be presented to your users:
overlay
,width
,position
andsidebar_enabled
Through the Web UI you can toggle these options in the track sidebar. Through the Instruqt CLI you toggle these options as properties in the
track.yml
configuration file. The following table contains the options settings and properties:🌐 Web UI
💻 Instruqt CLI
- 1.Select the track you wish to modify the track options of.
- 2.In the Settings section, click Edit.
- 3.Change the settings
- 4.Click Save.
Configuration file
track.yml
:slug: example-track
id: xnlauwy2zewf
title: Example Track
teaser: Get started with Ubuntu
owner: instruqt-demos
developers:
checksum: "8581508520951790619"
timelimit: 3600
lab_config:
overlay: false
width: 50
position: right
extend_ttl: 600
sidebar_enabled: true
feedback_recap_enabled: true
loadingMessages: true
idle_timeout: 300
Last modified 2d ago