ORGANIZATION_NAME
contains your organization.Sandbox container
template.
↳ The Create a track form template pop-up opens:From a template
:Sandbox container
template:myfirsttrack
has been created. This directory contains a subdirectory and several configuration files:Description
with the actual assignment.Tabs
with components that you make available to the learner. For example, a Shell terminal or a text editor.Scripts
with code that checks if the learner solved the challenge.Creating a text file
creating-a-text-file
Learn how to create a text file
Creating a text file
challenge.Shell
. And in the Type list, select Terminal.Shell
in the list with challenge tabs.myfirsttrack
directory in your code editor.tabs
section sets the available challenge components. In this case a terminal
with the title Shell
.assignment.md
with this YAML/Markdown:assignment.md
.Creating a text file
challenge.02-create-a-text-file\check-container
in your code editor and replace the file content with this bash script:check-container
.