-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.learningmap
More file actions
61 lines (61 loc) · 1.08 KB
/
example.learningmap
File metadata and controls
61 lines (61 loc) · 1.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"nodes": [
{
"id": "1",
"type": "topic",
"position": {
"x": 192,
"y": 271
},
"zIndex": 30,
"data": {
"state": "unlocked",
"label": "Getting Started",
"description": "Learn the basics of creating learningmaps"
}
},
{
"id": "2",
"type": "topic",
"position": {
"x": 599,
"y": 217
},
"zIndex": 30,
"data": {
"state": "locked",
"label": "Advanced Topics",
"description": "Deep dive into advanced features"
}
},
{
"id": "node-1762086584942",
"type": "task",
"position": {
"x": 189,
"y": 176
},
"zIndex": 30,
"data": {
"label": "New task",
"state": "unlocked"
}
}
],
"edges": [
{
"id": "e1-2",
"source": "1",
"target": "2"
}
],
"settings": {
"title": "Sample Learningmap",
"background": {
"color": "#ffffff"
}
},
"version": 1,
"type": "learningmap",
"source": "https://learningmap.app"
}