Edit a Course
Commits to a course repository allows Teachstack to update the container image that deploys the coding workspaces for your students.
Commits can be made using our browser-based VS Code editor. Alternatively you can clone a course repository to your local machine and make edits with your preferred text editor or IDE.
To use our in-browser editor:
- Navigate to the Courses page using the sidebar.
- Find the course you would like to edit and click to load the course management dashboard.
- Click the Open Course Editor button in the top right-hand corner to load the course editor. The editor will open in a new browser window.
- Make an edit to an
instructions.mdfile in one of the exercise folders to change the wording of instructional content for your - Use the VS Code source control features to commit your changes.
tip
Read our Course Structure article to learn more about the layout of a Teachstack course.
warning
If you click Open Course Editor shortly after the course was created, you may encounter a loading screen as we build the container image for your instructor workspace. This may take up to 10 minutes depending on your language and dependancies. A simple Python course should build in less than 3 minutes.