Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
57 lines (57 loc) · 1.99 KB

File metadata and controls

57 lines (57 loc) · 1.99 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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![Image text](/image/url.gif)",
"headerContentMd": "Introduction text",
"hintContentMd": "![Image text](/image/url.gif)",
"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"
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.