Assignment display
Learn how to customise the presentation of your challenge for your users
Change assignment display
You can modify how the assignment section is displayed to learners using the Web UI or CLI.
Select the track you wish to modify the assignment display settings for.
In the Settings section, click Edit.
Click Additional settings.
In the Layout settings section, select the settings you wish to apply to your track.
Starting position (left or right)
Starting width (33% → 75%)
Toggle assignment view on/off
Click Save.
If you have not already done so, pull the track you wish to modify the assignment display settings of:
instruqt track pull <track-slug>Open the
track.ymlfile and editdefault_layout,default_layout_sidebar_sizeoroverride_challenge_layoutparameters.lab_config: default_layout: default_layout_sidebar_size: override_challenge_layout:As an example, the file might look like the following:
slug: example-track id: xnlauwy2zewf title: Example Track teaser: Get started with Ubuntu! owner: instruqt-demos developers: - [email protected] timelimit: 3600 lab_config: default_layout: AssignmentLeft default_layout_sidebar_size: 50 override_challenge_layout: false extend_ttl: 600 sidebar_enabled: true loadingMessages: true idle_timeout: 300From within the track directory, push the update to Instruqt:
instruqt track push
Last updated
Was this helpful?