Create or Edit Your Own MakeCode Skillmaps
Did you know you can create your own MakeCode tutorials?
You can also create or edit MakeCode skillmaps to better reflect your classroom interests.
This 3 part series will show you how.
Introduction
Tutorials are created using markdown text and custom instructions to provide the experience you’re trying to achieve.
Skillmaps are also the result of a markdown file, but this one sews multiple tutorials together into a custom pathway that guides users from one experience to another.
Small sections of tutorials can be edited very easily using our Tutorial Tool located at https://makecode.com/tutorial-tool. Those edited tutorials can be shared by clicking the share button in the upper-right corner.
If you would like to create your own tutorials or skillmaps, follow the instructions provided below to get started.
Course Sections
[
{
"name": "Edit a Tutorial",
"description": "Customize an existing tutorial for your students",
"url":"courses/tut-tut/edit-tutorial",
"imageUrl": "https://cdn.makecode.com/blob/cda49d729dddb211b82a4285e8596edf884737a8/static/courses/tutorial-tutorial/edit-tut.png"
}, {
"name": "Make a Tutorial",
"description": "Create your own tutorial to use in your lessons",
"url":"courses/tut-tut/make-tutorial",
"imageUrl": "https://cdn.makecode.com/blob/671e37aaa158ec08464a43fcbc40193da407cdf8/static/courses/tutorial-tutorial/make-tut.png"
}, {
"name": "Make a Skillmap",
"description": "Design a skillmap to guide students through multiple tutorials",
"url": "courses/tut-tut/make-smap",
"imageUrl": "https://cdn.makecode.com/blob/a83e1554a3754eda23132f0b085294178d09842d/static/courses/tutorial-tutorial/make-smap.png"
}
]
See also
Tutorial Creation Documentation
Skillmap Creation Documentation