Before you start adding a lab through the lab editor, you might want to prepare the lab content. Alternatively, you might start adding the content through the editor right on the lab creation without preparation. In any case, your lab must have the following structure:
For each section of your lab intended solely for reading, create a separate .md file. These files must use the Markdown formatting.
When the files are prepared, you will need to list them in the SUMMARY.md file to enable displaying them to learners. See Creating a coding lab for the details.
For each exercise of your lab, create a separate folder named {exercise_name}. Refer to the leap and thermometer sample exercises that illustrate how to create exercises.
The {exercise_name}folder must have the following contents:
IMPORTANT: The double extension .py.txt is required to avoid parsing the file by the Visual Studio Code Server as a part of the project .
See Creating a coding lab for the details.
Labs in C++ have more files as files are split up into two files: