forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiff.json
More file actions
39 lines (39 loc) · 1.46 KB
/
diff.json
File metadata and controls
39 lines (39 loc) · 1.46 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
{
"editor": "blocksprj",
"title": "Diff tutorial",
"steps": [
{
"contentMd": "bla",
"headerContentMd": "bla"
},
{
"contentMd": "bla\n\n```blocks\nlet x = 0\n```",
"headerContentMd": "bla",
"hintContentMd": "```blocks\nlet x = 0\n```"
},
{
"contentMd": "bla\n\n```blocks\nlet x = 0\nlet y = 0\n```",
"headerContentMd": "bla",
"hintContentMd": "```blocks\nlet x = 0\nlet y = 0\n```"
},
{
"contentMd": "bla",
"headerContentMd": "bla"
},
{
"contentMd": "bla\n\n```blocks\nlet x = 0\nlet y = 0\nlet z = 0\nlet a = 0\n```",
"headerContentMd": "bla",
"hintContentMd": "```blocks\nlet x = 0\nlet y = 0\nlet z = 0\nlet a = 0\n```"
},
{
"contentMd": "bla\n\n```blocks\nlet x = 0\nlet y = 0\nlet z = 0\nlet a = 0\nlet b = 0\n```",
"headerContentMd": "bla",
"resetDiff": true,
"hintContentMd": "```blocks\nlet x = 0\nlet y = 0\nlet z = 0\nlet a = 0\nlet b = 0\n```"
}
],
"activities": null,
"code": "\n{\nlet k = 0\n}\n\n{\nlet x = 0\n}\n\n{\nlet x = 0\nlet y = 0\n}\n\n{\nlet x = 0\nlet y = 0\nlet z = 0\n}\n\n{\nlet x = 0\nlet y = 0\nlet z = 0\nlet a = 0\n}\n\n{\nlet x = 0\nlet y = 0\nlet z = 0\nlet a = 0\nlet b = 0\n}\n",
"templateCode": "let k = 0",
"metadata": {}
}