-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
92 lines (90 loc) · 2.26 KB
/
data.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"nodes": [
{
"uuid":"c1",
"concept": "angular momentum",
"summary": "Understand how ....",
"metadata": {"category": "Physics", "level": "1" },
"contents":[
"11111378-8c09-466b-832c-834d61d36ad3"
]
},
{
"uuid":"c2",
"concept": "The Vector of You",
"summary": "Do something yes ....",
"metadata": {"category": "Physics", "level": "2" },
"contents":[
"11111378-8c09-466b-832c-834d61d36ad3",
"11111378-8c09-466b-832c-834d61d36ad4"
]
},
{
"uuid":"c3",
"concept": "Newton's 1st Law",
"summary": "Hokus Pokus....",
"metadata": {"category": "Physics", "level": "3" },
"contents":[
"11111378-8c09-466b-832c-834d61d36ad5",
"22222378-8c09-466b-832c-834d61d36ad3"
]
},
{
"uuid":"c4",
"concept": "Newton's 2st Law",
"summary": "Hokus Pokus 22....",
"metadata": {"category": "Physics", "level": "3" },
"contents":[
]
}
],
"links": [
{
"from": "c1",
"to": "c2",
"type": "optional:some extras about relationship maybe"
},
{
"from": "c2",
"to": "c3"
},
{
"from": "c3",
"to": "c4"
},
{
"from": "c2",
"to": "c4"
}
],
"allContents": [
{
"uuid": "11111378-8c09-466b-832c-834d61d36ad3",
"title": "Angular Momentum Skatepark",
"summary": "Create your own skatepark while learning angular momentum",
"isAssessing": "true",
"reviews": []
},
{
"uuid": "11111378-8c09-466b-832c-834d61d36ad4",
"title": "Velocity and Vector playground",
"summary": "Create your own skatepark while learning angular momentum",
"isAssessing": "false",
"reviews": []
},
{
"uuid": "11111378-8c09-466b-832c-834d61d36ad5",
"title": "Inside Newton (not porn)",
"summary": "Create your own skatepark while learning angular momentum",
"isAssessing": "true",
"reviews": []
},
{
"uuid": "22222378-8c09-466b-832c-834d61d36ad3",
"title": "Apple's falling from trees",
"summary": "Create your own wheels and see how different sizes affect angular momentum",
"isAssessing": "true",
"reviews": []
}
]
}