-
Notifications
You must be signed in to change notification settings - Fork 1
/
unit-template.json
95 lines (95 loc) · 2.42 KB
/
unit-template.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
93
94
95
{
"code": "ut",
"title": "Unit Template",
"subtitle": "Linear Expressions, Equations, and Relationships",
"placeholderText": "Enter notes here",
"lookingAhead": {
"tiles": []
},
"investigations": [
{
"description": "Investigation 1",
"ordinal": 1,
"title": "Investigation 1",
"introduction": {
"tiles": []
},
"problems": [
{
"description": "Problem 1.1",
"ordinal": 1,
"title": "Problem 1.1",
"subtitle": "",
"sections": [
"investigation-1/problem-1/initialChallenge/content.json",
"investigation-1/problem-1/whatIf/content.json"
],
"supports": []
},
{
"description": "Problem 1.2",
"ordinal": 2,
"title": "Problem 1.2",
"subtitle": "",
"sections": [
"investigation-1/problem-2/introduction/content.json",
"investigation-1/problem-2/initialChallenge/content.json"
],
"supports": []
},
{
"description": "Problem 1.3",
"ordinal": 3,
"title": "Problem 1.3",
"subtitle": "",
"sections": [
"investigation-1/problem-3/initialChallenge/content.json"
]
}
],
"supports": []
},
{
"description": "Investigation 2",
"ordinal": 2,
"title": "Investigation 2",
"introduction": {
},
"problems": [
{
"description": "Problem 2.1",
"ordinal": 1,
"title": "Problem 2.1",
"subtitle": "",
"sections": [
"investigation-2/problem-1/initialChallenge/content.json"
],
"supports": []
}
],
"supports": []
},
{
"description": "Investigation 3",
"ordinal": 3,
"title": "Investigation 3",
"problems": [
{
"description": "Problem 3.1",
"ordinal": 1,
"title": "Problem 3.1",
"subtitle": "",
"sections": [
"investigation-3/problem-1/introduction/content.json",
"investigation-3/problem-1/initialChallenge/content.json",
"investigation-3/problem-1/whatIf/content.json",
"investigation-3/problem-1/nowWhatDoYouKnow/content.json"
],
"supports": []
}
],
"supports": []
}
],
"supports": []
}