forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivities.json
More file actions
57 lines (57 loc) · 1.99 KB
/
activities.json
File metadata and controls
57 lines (57 loc) · 1.99 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
47
48
49
50
51
52
53
54
55
56
57
{
"editor": "blocksprj",
"title": "Tutorial title",
"steps": [
{
"fullscreen": true,
"unplugged": true,
"tutorialCompleted": false,
"contentMd": "Introduction text\n",
"headerContentMd": "Introduction text",
"hintContentMd": "",
"hasHint": true,
"activity": 0
},
{
"fullscreen": true,
"unplugged": false,
"tutorialCompleted": false,
"contentMd": "Welcome! Place the ``||basic:show string||`` block in the ``||basic:on start||`` slot to scroll your name.\n\n```blocks\nlet x = 1;\nlet y = x + 2;\n```\n\nTry checking the blue drawer for the correct block.",
"headerContentMd": "Welcome! Place the ``||basic:show string||`` block in the ``||basic:on start||`` slot to scroll your name.",
"hintContentMd": "```blocks\nlet x = 1;\nlet y = x + 2;\n```\n\nTry checking the blue drawer for the correct block.",
"hasHint": true,
"activity": 1
},
{
"fullscreen": false,
"unplugged": false,
"tutorialCompleted": false,
"contentMd": "Step two text",
"headerContentMd": "Step two text",
"activity": 1
},
{
"fullscreen": false,
"unplugged": false,
"tutorialCompleted": false,
"contentMd": "Click ``|Download|`` to transfer your code in your unknown macro!",
"headerContentMd": "Click ``|Download|`` to transfer your code in your unknown macro!",
"activity": 2
}
],
"activities": [
{
"name": "Introduction",
"step": 0
},
{
"name": "Activity 1",
"step": 1
},
{
"name": "Download",
"step": 3
}
],
"code": "\n { \n let x = 1;\nlet y = x + 2;\n } \n"
}