You can pin important files to the editor working area in a particular order so that a learner has them in front of their eyes.
The following two fields are used in the exercise-config.json file to indicate that a file is pinned:
The syntax is the JSON format.
Example:
| JSON |
"pinned": [ "file1.py", "file2.py" ] |
| JSON |
"held": [ "file1.py" ], |