-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlesson.json
More file actions
46 lines (46 loc) · 2.08 KB
/
lesson.json
File metadata and controls
46 lines (46 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"title": "Learn Coding!",
"overview": "Hi! This project will help you learn this topic!",
"prerequisites": "Here are some prerequisites and links to them",
"steps": [
{
"intro": "Here is a generic intro to the topic",
"code": "let code = true;",
"guess": "What do you think this code will do? 🤔",
"run": "Try it! Copy the code into the script..",
"explore": "Yay! you ran the code, let's look at how it did that.. 👀",
"change": "🚧 OK, now make this change...",
"recap": "🎉 Recap of what we learned, building back up to abstraction level.."
},
{
"intro": "Here is a generic intro to the topic",
"code": "let code = true;",
"guess": "What do you think this code will do? 🤔",
"run": "Try it! Copy the code into the script..",
"explore": "Yay! you ran the code, let's look at how it did that.. 👀",
"change": "🚧 OK, now make this change...",
"recap": "🎉 Recap of what we learned, building back up to abstraction level.."
},
{
"intro": "Here is a generic intro to the topic",
"code": "let code = true;",
"guess": "What do you think this code will do? 🤔",
"run": "Try it! Copy the code into the script..",
"explore": "Yay! you ran the code, let's look at how it did that.. 👀",
"change": "🚧 OK, now make this change...",
"recap": "🎉 Recap of what we learned, building back up to abstraction level.."
}
],
"project": {
"name": "Cool project",
"intro": "Here is what this project does, this is your own remix you can mess around with!",
"code": "project.js",
"extend": "Try extending the project to do these things that use techniques you learned in the steps..",
"recap": "💡 You can continue developing it in any way you like!"
},
"synthesis": {
"reflect": "💭 What did you find hardest about this lesson? What was most fun about it? What else would you use it for?",
"connect": "📣 Share on the community forum!",
"link": "Here are some links to further learning and ecosystem resources.."
}
}