kgrift 1.3.108

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +7 -0
  2. data/KGrift/Gemfile +22 -0
  3. data/KGrift/README.md +66 -0
  4. data/KGrift/bin/kgrift +11 -0
  5. data/KGrift/grifter.yml +224 -0
  6. data/KGrift/internal_test_graphs/basic_test_graph_definition.yml +2915 -0
  7. data/KGrift/internal_test_graphs/unicode_test_graph_definition.yml +3070 -0
  8. data/KGrift/knewton_grifts/analytics_grifts.rb +103 -0
  9. data/KGrift/knewton_grifts/async_helper_grifts.rb +63 -0
  10. data/KGrift/knewton_grifts/authenticator_grifts.rb +46 -0
  11. data/KGrift/knewton_grifts/basic_grifts.rb +29 -0
  12. data/KGrift/knewton_grifts/batch_grifts.rb +14 -0
  13. data/KGrift/knewton_grifts/content_collection_grifts.rb +204 -0
  14. data/KGrift/knewton_grifts/content_collection_v1_grifts.rb +521 -0
  15. data/KGrift/knewton_grifts/content_eid_grifts.rb +41 -0
  16. data/KGrift/knewton_grifts/copy_grifts.rb +151 -0
  17. data/KGrift/knewton_grifts/deprecated_graph_and_taxonomy_grifts.rb +353 -0
  18. data/KGrift/knewton_grifts/goal_grifts.rb +203 -0
  19. data/KGrift/knewton_grifts/graph_and_taxonomy_grifts.rb +136 -0
  20. data/KGrift/knewton_grifts/graph_create_grifts.rb +34 -0
  21. data/KGrift/knewton_grifts/graph_query_grifts.rb +448 -0
  22. data/KGrift/knewton_grifts/graph_tools_grifts.rb +151 -0
  23. data/KGrift/knewton_grifts/graph_validation_grifts.rb +447 -0
  24. data/KGrift/knewton_grifts/helper_grifts.rb +92 -0
  25. data/KGrift/knewton_grifts/jmeter_data_grifts.rb +56 -0
  26. data/KGrift/knewton_grifts/learning_instance_grifts.rb +46 -0
  27. data/KGrift/knewton_grifts/looper_grifts.rb +34 -0
  28. data/KGrift/knewton_grifts/moxy_grifts.rb +64 -0
  29. data/KGrift/knewton_grifts/oauth_grifts.rb +182 -0
  30. data/KGrift/knewton_grifts/partner_grifts.rb +70 -0
  31. data/KGrift/knewton_grifts/partner_support_grifts.rb +85 -0
  32. data/KGrift/knewton_grifts/recommendation_setup_grifts.rb +215 -0
  33. data/KGrift/knewton_grifts/registration_grifts.rb +159 -0
  34. data/KGrift/knewton_grifts/registration_info_grifts.rb +23 -0
  35. data/KGrift/knewton_grifts/report_grifts.rb +122 -0
  36. data/KGrift/knewton_grifts/shell_command_grifts.rb +21 -0
  37. data/KGrift/knewton_grifts/student_flow_grifts.rb +560 -0
  38. data/KGrift/knewton_grifts/tag_grifts.rb +41 -0
  39. data/KGrift/knewton_grifts/test_data_grifts.rb +328 -0
  40. data/KGrift/knewton_grifts/test_user_grifts.rb +264 -0
  41. data/KGrift/lib/dtrace.rb +20 -0
  42. data/KGrift/lib/kgrift.rb +7 -0
  43. data/KGrift/test_data_generators/basic_book_and_taxonomies.rb +35 -0
  44. data/KGrift/test_data_generators/lo_test_graph.rb +34 -0
  45. data/KGrift/test_data_generators/partner_owned_book_and_taxonomies.rb +28 -0
  46. data/KGrift/test_data_generators/partner_owned_book_and_taxonomies_unicode.rb +28 -0
  47. data/KGrift/test_data_generators/sandcastle_book_and_taxonomies.rb +13 -0
  48. data/KGrift/test_data_generators/sandcastle_book_and_taxonomies.yml +3709 -0
  49. data/KGrift/test_data_generators/sandcastle_graph.rb +8 -0
  50. data/KGrift/test_data_generators/sandcastle_graph_definition.json +4483 -0
  51. data/KGrift/test_data_generators/sandcastle_graph_full.rb +7 -0
  52. data/KGrift/test_data_generators/sandcastle_taxonomies.yml +378 -0
  53. data/KGrift/test_data_generators/sandcastle_with_taxons.rb +56 -0
  54. data/KGrift/test_data_generators/sandcastle_with_taxons.yml +3994 -0
  55. data/KGrift/test_data_generators/test_users_and_partners.rb +76 -0
  56. data/kgrift.gemspec +43 -0
  57. metadata +144 -0
@@ -0,0 +1,7 @@
1
+ graph_id = get_test_data(:sandcastle_graph)['graph_id']
2
+ graph = get_graph graph_id
3
+
4
+ {
5
+ 'graph_id' => graph_id,
6
+ 'graph' => graph
7
+ }
@@ -0,0 +1,378 @@
1
+ ---
2
+ TB:
3
+ name: TB
4
+ taxons:
5
+ - id: 12346
6
+ name: Ch9
7
+ parent_id:
8
+ - id: 12347
9
+ name: Ch7
10
+ parent_id:
11
+ - id: 12348
12
+ name: Ch5
13
+ parent_id:
14
+ - id: 12349
15
+ name: Ch10
16
+ parent_id:
17
+ - id: 12350
18
+ name: Ch12
19
+ parent_id:
20
+ - id: 12351
21
+ name: Ch6
22
+ parent_id:
23
+ - id: 12352
24
+ name: Ch3
25
+ parent_id:
26
+ - id: 12353
27
+ name: Ch2
28
+ parent_id:
29
+ - id: 12354
30
+ name: Ch4
31
+ parent_id:
32
+ - id: 12355
33
+ name: Ch8
34
+ parent_id:
35
+ - id: 12356
36
+ name: Ch1
37
+ parent_id:
38
+ - id: 12357
39
+ name: Ch11
40
+ parent_id:
41
+ - id: 12358
42
+ name: Sec4
43
+ parent_id: 12357
44
+ - id: 12359
45
+ name: Sec2
46
+ parent_id: 12357
47
+ - id: 12360
48
+ name: Sec3
49
+ parent_id: 12357
50
+ - id: 12361
51
+ name: Sec1
52
+ parent_id: 12357
53
+ - id: 12362
54
+ name: Sec3
55
+ parent_id: 12347
56
+ - id: 12363
57
+ name: Sec2
58
+ parent_id: 12347
59
+ - id: 12364
60
+ name: Sec1
61
+ parent_id: 12347
62
+ - id: 12365
63
+ name: Sec1
64
+ parent_id: 12353
65
+ - id: 12366
66
+ name: Sec3
67
+ parent_id: 12353
68
+ - id: 12367
69
+ name: Sec2
70
+ parent_id: 12353
71
+ - id: 12368
72
+ name: Sec3
73
+ parent_id: 12350
74
+ - id: 12369
75
+ name: Sec2
76
+ parent_id: 12350
77
+ - id: 12370
78
+ name: Sec1
79
+ parent_id: 12350
80
+ - id: 12371
81
+ name: Sec1
82
+ parent_id: 12351
83
+ - id: 12372
84
+ name: Sec3
85
+ parent_id: 12351
86
+ - id: 12373
87
+ name: Sec2
88
+ parent_id: 12351
89
+ - id: 12374
90
+ name: Sec3
91
+ parent_id: 12348
92
+ - id: 12375
93
+ name: Sec2
94
+ parent_id: 12348
95
+ - id: 12376
96
+ name: Sec1
97
+ parent_id: 12348
98
+ - id: 12377
99
+ name: Sec3
100
+ parent_id: 12352
101
+ - id: 12378
102
+ name: Sec1
103
+ parent_id: 12352
104
+ - id: 12379
105
+ name: Sec2
106
+ parent_id: 12352
107
+ - id: 12380
108
+ name: Sec1
109
+ parent_id: 12346
110
+ - id: 12381
111
+ name: Sec3
112
+ parent_id: 12346
113
+ - id: 12382
114
+ name: Sec4
115
+ parent_id: 12346
116
+ - id: 12383
117
+ name: Sec2
118
+ parent_id: 12346
119
+ - id: 12384
120
+ name: Sec1
121
+ parent_id: 12354
122
+ - id: 12385
123
+ name: Sec3
124
+ parent_id: 12354
125
+ - id: 12386
126
+ name: Sec2
127
+ parent_id: 12354
128
+ - id: 12387
129
+ name: Sec3
130
+ parent_id: 12349
131
+ - id: 12388
132
+ name: Sec1
133
+ parent_id: 12349
134
+ - id: 12389
135
+ name: Sec2
136
+ parent_id: 12349
137
+ - id: 12390
138
+ name: Sec1
139
+ parent_id: 12356
140
+ - id: 12391
141
+ name: Sec2
142
+ parent_id: 12356
143
+ - id: 12392
144
+ name: Sec3
145
+ parent_id: 12356
146
+ - id: 12393
147
+ name: Sec1
148
+ parent_id: 12355
149
+ - id: 12394
150
+ name: Sec4
151
+ parent_id: 12355
152
+ - id: 12395
153
+ name: Sec2
154
+ parent_id: 12355
155
+ - id: 12396
156
+ name: Sec3
157
+ parent_id: 12355
158
+ type: topical
159
+ CCSS:
160
+ name: CCSS
161
+ taxons:
162
+ - id: 12397
163
+ name: Percents
164
+ parent_id:
165
+ - id: 12398
166
+ name: '5'
167
+ parent_id:
168
+ - id: 12399
169
+ name: '7'
170
+ parent_id:
171
+ - id: 12400
172
+ name: '6'
173
+ parent_id:
174
+ - id: 12401
175
+ name: RP
176
+ parent_id: 12400
177
+ - id: 12402
178
+ name: NS
179
+ parent_id: 12400
180
+ - id: 12403
181
+ name: NS
182
+ parent_id: 12399
183
+ - id: 12404
184
+ name: '7'
185
+ parent_id: 12402
186
+ - id: 12405
187
+ name: '3'
188
+ parent_id: 12402
189
+ - id: 12406
190
+ name: '5'
191
+ parent_id: 12402
192
+ - id: 12407
193
+ name: '1'
194
+ parent_id: 12402
195
+ - id: 12408
196
+ name: '2'
197
+ parent_id: 12402
198
+ - id: 12409
199
+ name: '6'
200
+ parent_id: 12402
201
+ - id: 12410
202
+ name: NF
203
+ parent_id: 12398
204
+ - id: 12411
205
+ name: '1'
206
+ parent_id: 12403
207
+ - id: 12412
208
+ name: '3'
209
+ parent_id: 12403
210
+ - id: 12413
211
+ name: '2'
212
+ parent_id: 12403
213
+ - id: 12414
214
+ name: '2'
215
+ parent_id: 12401
216
+ - id: 12415
217
+ name: '1'
218
+ parent_id: 12401
219
+ - id: 12416
220
+ name: '3'
221
+ parent_id: 12401
222
+ - id: 12417
223
+ name: '1'
224
+ parent_id: 12410
225
+ - id: 12418
226
+ name: 4a
227
+ parent_id: 12410
228
+ - id: 12419
229
+ name: '3'
230
+ parent_id: 12410
231
+ - id: 12420
232
+ name: 7a
233
+ parent_id: 12410
234
+ type: topical
235
+ Concept:
236
+ name: Concept
237
+ taxons:
238
+ - id: 12421
239
+ name: '6.1'
240
+ parent_id:
241
+ - id: 12422
242
+ name: '8.2'
243
+ parent_id:
244
+ - id: 12423
245
+ name: '9.1'
246
+ parent_id:
247
+ - id: 12424
248
+ name: '1.2'
249
+ parent_id:
250
+ - id: 12425
251
+ name: '10.3'
252
+ parent_id:
253
+ - id: 12426
254
+ name: '3.1'
255
+ parent_id:
256
+ - id: 12427
257
+ name: '12.2'
258
+ parent_id:
259
+ - id: 12428
260
+ name: '8.4'
261
+ parent_id:
262
+ - id: 12429
263
+ name: '2.2'
264
+ parent_id:
265
+ - id: 12430
266
+ name: '11.3'
267
+ parent_id:
268
+ - id: 12431
269
+ name: '6.3'
270
+ parent_id:
271
+ - id: 12432
272
+ name: '11.4'
273
+ parent_id:
274
+ - id: 12433
275
+ name: '5.1'
276
+ parent_id:
277
+ - id: 12434
278
+ name: '5.2'
279
+ parent_id:
280
+ - id: 12435
281
+ name: '12.1'
282
+ parent_id:
283
+ - id: 12436
284
+ name: '11.1'
285
+ parent_id:
286
+ - id: 12437
287
+ name: '3.2'
288
+ parent_id:
289
+ - id: 12438
290
+ name: '11.2'
291
+ parent_id:
292
+ - id: 12439
293
+ name: '2.1'
294
+ parent_id:
295
+ - id: 12440
296
+ name: '12.3'
297
+ parent_id:
298
+ - id: 12441
299
+ name: '3.3'
300
+ parent_id:
301
+ - id: 12442
302
+ name: '8.1'
303
+ parent_id:
304
+ - id: 12443
305
+ name: '9.4'
306
+ parent_id:
307
+ - id: 12444
308
+ name: '5.3'
309
+ parent_id:
310
+ - id: 12445
311
+ name: '2.3'
312
+ parent_id:
313
+ - id: 12446
314
+ name: '7.2'
315
+ parent_id:
316
+ - id: 12447
317
+ name: '9.2'
318
+ parent_id:
319
+ - id: 12448
320
+ name: '10.1'
321
+ parent_id:
322
+ - id: 12449
323
+ name: '8.3'
324
+ parent_id:
325
+ - id: 12450
326
+ name: '10.2'
327
+ parent_id:
328
+ - id: 12451
329
+ name: '4.1'
330
+ parent_id:
331
+ - id: 12452
332
+ name: '7.3'
333
+ parent_id:
334
+ - id: 12453
335
+ name: '1.1'
336
+ parent_id:
337
+ - id: 12454
338
+ name: '6.2'
339
+ parent_id:
340
+ - id: 12455
341
+ name: '4.3'
342
+ parent_id:
343
+ - id: 12456
344
+ name: '9.3'
345
+ parent_id:
346
+ - id: 12457
347
+ name: '4.2'
348
+ parent_id:
349
+ - id: 12458
350
+ name: '1.3'
351
+ parent_id:
352
+ - id: 12459
353
+ name: '7.1'
354
+ parent_id:
355
+ type: topical
356
+ Type:
357
+ name: Type
358
+ taxons:
359
+ - id: 12460
360
+ name: field
361
+ parent_id:
362
+ - id: 12461
363
+ name: multiple_choice
364
+ parent_id:
365
+ - id: 12462
366
+ name: video
367
+ parent_id:
368
+ - id: 12463
369
+ name: quiz
370
+ parent_id:
371
+ type: topical
372
+ NonTaxonRecommendableTest:
373
+ name: NonTaxonRecommendableTest
374
+ taxons:
375
+ - id: 99999
376
+ name: NTRTest
377
+ parent_id:
378
+ type: topical
@@ -0,0 +1,56 @@
1
+ taxonomies_obj = YAML.load_file File.expand_path('../sandcastle_taxonomies.yml', __FILE__)
2
+ graph_obj = YAML.load_file File.expand_path('../sandcastle_with_taxons.yml', __FILE__)
3
+
4
+ temp_id_to_id = {}
5
+ temp_id_to_name = {}
6
+ taxonomy_ids = []
7
+ taxonomies = []
8
+
9
+ #create taxonomies and store mapping from temp_id -> ID
10
+ taxonomies_obj.each do |name, taxonomy|
11
+ live_taxonomy = create_taxonomy overrides={'name'=>name, 'taxons'=>[]}
12
+ taxonomy_ids << live_taxonomy['id']
13
+ taxonomy['taxons'].each do |taxon|
14
+ #WARNING! parent taxon must be posted before any children
15
+ live_taxon = create_taxon taxonomy_id=live_taxonomy['id'], overrides={'name'=>taxon['name'], 'parent_id'=>temp_id_to_id[taxon['parent_id']]}
16
+ temp_id_to_id[taxon['id']] = live_taxon['id']
17
+ temp_id_to_name[taxon['id']] = live_taxon['name']
18
+ end
19
+ end
20
+
21
+ taxonomy_ids.each do |taxonomy_id|
22
+ taxonomy = get_taxonomy taxonomy_id
23
+ taxonomies << taxonomy
24
+ end
25
+
26
+
27
+ # replace temp IDs with IDs
28
+ # make nodes taxon recommendable
29
+ #
30
+ graph_obj['nodes'].each do |node|
31
+ live_taxon_ids = []
32
+ if node['type'] == 'module'
33
+ if !node.has_key?('is_taxon_recommendable')
34
+ node['is_taxon_recommendable'] = true
35
+ end
36
+ end
37
+ node['taxon_ids'].each do |taxon_id|
38
+ live_taxon_ids << temp_id_to_id[taxon_id]
39
+ end if node['taxon_ids']
40
+ if live_taxon_ids.length > 0
41
+ node['taxon_ids'] = live_taxon_ids
42
+ else
43
+ node.delete('taxon_ids')
44
+ end
45
+ end
46
+
47
+ response = create_graph graph_obj
48
+
49
+ {
50
+ 'graph_id' => response['id'],
51
+ 'mapping' => response,
52
+ 'taxonomy_ids' => taxonomy_ids,
53
+ 'taxonomies' => taxonomies,
54
+ 'taxon_temp_id_to_id' => temp_id_to_id,
55
+ 'taxon_temp_id_to_name' => temp_id_to_name
56
+ }
@@ -0,0 +1,3994 @@
1
+ ---
2
+ edges:
3
+ - temp_id: 12.2[A-POOL]->18777
4
+ type: contains
5
+ start_temp_id: 12.2[A-POOL]
6
+ end_temp_id: '18777'
7
+ - temp_id: 4.1->9.1
8
+ type: prerequisite
9
+ start_temp_id: '4.1'
10
+ end_temp_id: '9.1'
11
+ - temp_id: 3.2[T-POOL]->314
12
+ type: contains
13
+ start_temp_id: 3.2[T-POOL]
14
+ end_temp_id: '314'
15
+ - temp_id: 9.3[A-POOL]->19258
16
+ type: contains
17
+ start_temp_id: 9.3[A-POOL]
18
+ end_temp_id: '19258'
19
+ - temp_id: 17304->17446
20
+ type: contains
21
+ start_temp_id: '17304'
22
+ end_temp_id: '17446'
23
+ - temp_id: 9.1->9.1[A-POOL]
24
+ type: assessed_by
25
+ start_temp_id: '9.1'
26
+ end_temp_id: 9.1[A-POOL]
27
+ - temp_id: 6.2->6.2[A-POOL]
28
+ type: assessed_by
29
+ start_temp_id: '6.2'
30
+ end_temp_id: 6.2[A-POOL]
31
+ - temp_id: 5.2->6.3
32
+ type: prerequisite
33
+ start_temp_id: '5.2'
34
+ end_temp_id: '6.3'
35
+ - temp_id: 17473->18908
36
+ type: contains
37
+ start_temp_id: '17473'
38
+ end_temp_id: '18908'
39
+ - temp_id: 10.2->11.1
40
+ type: prerequisite
41
+ start_temp_id: '10.2'
42
+ end_temp_id: '11.1'
43
+ - temp_id: 11.2[A-POOL]->17353
44
+ type: contains
45
+ start_temp_id: 11.2[A-POOL]
46
+ end_temp_id: '17353'
47
+ - temp_id: 10.1->10.1[A-POOL]
48
+ type: assessed_by
49
+ start_temp_id: '10.1'
50
+ end_temp_id: 10.1[A-POOL]
51
+ - temp_id: 17360->19244
52
+ type: contains
53
+ start_temp_id: '17360'
54
+ end_temp_id: '19244'
55
+ - temp_id: 2.2[A-POOL]->17380
56
+ type: contains
57
+ start_temp_id: 2.2[A-POOL]
58
+ end_temp_id: '17380'
59
+ - temp_id: 17482->19043
60
+ type: contains
61
+ start_temp_id: '17482'
62
+ end_temp_id: '19043'
63
+ - temp_id: 7.2->7.3
64
+ type: prerequisite
65
+ start_temp_id: '7.2'
66
+ end_temp_id: '7.3'
67
+ - temp_id: 8.4->9.1
68
+ type: prerequisite
69
+ start_temp_id: '8.4'
70
+ end_temp_id: '9.1'
71
+ - temp_id: 8.3->9.2
72
+ type: prerequisite
73
+ start_temp_id: '8.3'
74
+ end_temp_id: '9.2'
75
+ - temp_id: 22566->25635
76
+ type: contains
77
+ start_temp_id: '22566'
78
+ end_temp_id: '25635'
79
+ - temp_id: 17361->19247
80
+ type: contains
81
+ start_temp_id: '17361'
82
+ end_temp_id: '19247'
83
+ - temp_id: 17474->18930
84
+ type: contains
85
+ start_temp_id: '17474'
86
+ end_temp_id: '18930'
87
+ - temp_id: 17473->18906
88
+ type: contains
89
+ start_temp_id: '17473'
90
+ end_temp_id: '18906'
91
+ - temp_id: 17293->17801
92
+ type: contains
93
+ start_temp_id: '17293'
94
+ end_temp_id: '17801'
95
+ - temp_id: 6.3[T-POOL]->348
96
+ type: contains
97
+ start_temp_id: 6.3[T-POOL]
98
+ end_temp_id: '348'
99
+ - temp_id: 9.1[A-POOL]->19072
100
+ type: contains
101
+ start_temp_id: 9.1[A-POOL]
102
+ end_temp_id: '19072'
103
+ - temp_id: 8.3[A-POOL]->19037
104
+ type: contains
105
+ start_temp_id: 8.3[A-POOL]
106
+ end_temp_id: '19037'
107
+ - temp_id: 17359->19224
108
+ type: contains
109
+ start_temp_id: '17359'
110
+ end_temp_id: '19224'
111
+ - temp_id: 12.2->12.3
112
+ type: prerequisite
113
+ start_temp_id: '12.2'
114
+ end_temp_id: '12.3'
115
+ - temp_id: 17311->17341
116
+ type: contains
117
+ start_temp_id: '17311'
118
+ end_temp_id: '17341'
119
+ - temp_id: 7.3[A-POOL]->18939
120
+ type: contains
121
+ start_temp_id: 7.3[A-POOL]
122
+ end_temp_id: '18939'
123
+ - temp_id: 12.2->12.2[A-POOL]
124
+ type: assessed_by
125
+ start_temp_id: '12.2'
126
+ end_temp_id: 12.2[A-POOL]
127
+ - temp_id: 4.3->9.1
128
+ type: prerequisite
129
+ start_temp_id: '4.3'
130
+ end_temp_id: '9.1'
131
+ - temp_id: 8.4[A-POOL]->19031
132
+ type: contains
133
+ start_temp_id: 8.4[A-POOL]
134
+ end_temp_id: '19031'
135
+ - temp_id: 17353q->18851
136
+ type: contains
137
+ start_temp_id: 17353q
138
+ end_temp_id: '18851'
139
+ - temp_id: 11.4->11.4[T-POOL]
140
+ type: taught_by
141
+ start_temp_id: '11.4'
142
+ end_temp_id: 11.4[T-POOL]
143
+ - temp_id: 11.1->11.1[T-POOL]
144
+ type: taught_by
145
+ start_temp_id: '11.1'
146
+ end_temp_id: 11.1[T-POOL]
147
+ - temp_id: 17335->18863
148
+ type: contains
149
+ start_temp_id: '17335'
150
+ end_temp_id: '18863'
151
+ - temp_id: 11.2->11.2[A-POOL]
152
+ type: assessed_by
153
+ start_temp_id: '11.2'
154
+ end_temp_id: 11.2[A-POOL]
155
+ - temp_id: 5.2->5.2[T-POOL]
156
+ type: taught_by
157
+ start_temp_id: '5.2'
158
+ end_temp_id: 5.2[T-POOL]
159
+ - temp_id: 5.1->5.1[T-POOL]
160
+ type: taught_by
161
+ start_temp_id: '5.1'
162
+ end_temp_id: 5.1[T-POOL]
163
+ - temp_id: 4.3->12.1
164
+ type: prerequisite
165
+ start_temp_id: '4.3'
166
+ end_temp_id: '12.1'
167
+ - temp_id: 3.1[T-POOL]->313
168
+ type: contains
169
+ start_temp_id: 3.1[T-POOL]
170
+ end_temp_id: '313'
171
+ - temp_id: 7.2->7.2[A-POOL]
172
+ type: assessed_by
173
+ start_temp_id: '7.2'
174
+ end_temp_id: 7.2[A-POOL]
175
+ - temp_id: 7.1->7.2
176
+ type: prerequisite
177
+ start_temp_id: '7.1'
178
+ end_temp_id: '7.2'
179
+ - temp_id: 3.3->3.3[A-POOL]
180
+ type: assessed_by
181
+ start_temp_id: '3.3'
182
+ end_temp_id: 3.3[A-POOL]
183
+ - temp_id: 11.3[T-POOL]->291
184
+ type: contains
185
+ start_temp_id: 11.3[T-POOL]
186
+ end_temp_id: '291'
187
+ - temp_id: 1.2->2.1
188
+ type: prerequisite
189
+ start_temp_id: '1.2'
190
+ end_temp_id: '2.1'
191
+ - temp_id: 6.2[T-POOL]->347
192
+ type: contains
193
+ start_temp_id: 6.2[T-POOL]
194
+ end_temp_id: '347'
195
+ - temp_id: 9.4[A-POOL]->19280
196
+ type: contains
197
+ start_temp_id: 9.4[A-POOL]
198
+ end_temp_id: '19280'
199
+ - temp_id: 17328->19194
200
+ type: contains
201
+ start_temp_id: '17328'
202
+ end_temp_id: '19194'
203
+ - temp_id: 9.3->9.3[T-POOL]
204
+ type: taught_by
205
+ start_temp_id: '9.3'
206
+ end_temp_id: 9.3[T-POOL]
207
+ - temp_id: 17318->18763
208
+ type: contains
209
+ start_temp_id: '17318'
210
+ end_temp_id: '18763'
211
+ - temp_id: 5.1->5.1[A-POOL]
212
+ type: assessed_by
213
+ start_temp_id: '5.1'
214
+ end_temp_id: 5.1[A-POOL]
215
+ - temp_id: 9.3[T-POOL]->534
216
+ type: contains
217
+ start_temp_id: 9.3[T-POOL]
218
+ end_temp_id: '534'
219
+ - temp_id: 6.1->6.1[A-POOL]
220
+ type: assessed_by
221
+ start_temp_id: '6.1'
222
+ end_temp_id: 6.1[A-POOL]
223
+ - temp_id: 17475->18942
224
+ type: contains
225
+ start_temp_id: '17475'
226
+ end_temp_id: '18942'
227
+ - temp_id: 17293->17799
228
+ type: contains
229
+ start_temp_id: '17293'
230
+ end_temp_id: '17799'
231
+ - temp_id: 4.1[A-POOL]->18854
232
+ type: contains
233
+ start_temp_id: 4.1[A-POOL]
234
+ end_temp_id: '18854'
235
+ - temp_id: 5.2[A-POOL]->18833
236
+ type: contains
237
+ start_temp_id: 5.2[A-POOL]
238
+ end_temp_id: '18833'
239
+ - temp_id: 6.2[A-POOL]->19246
240
+ type: contains
241
+ start_temp_id: 6.2[A-POOL]
242
+ end_temp_id: '19246'
243
+ - temp_id: 1.2[A-POOL]->25631
244
+ type: contains
245
+ start_temp_id: 1.2[A-POOL]
246
+ end_temp_id: '25631'
247
+ - temp_id: 2.2[A-POOL]->17339
248
+ type: contains
249
+ start_temp_id: 2.2[A-POOL]
250
+ end_temp_id: '17339'
251
+ - temp_id: 5.2->7.1
252
+ type: prerequisite
253
+ start_temp_id: '5.2'
254
+ end_temp_id: '7.1'
255
+ - temp_id: 17484->19031
256
+ type: contains
257
+ start_temp_id: '17484'
258
+ end_temp_id: '19031'
259
+ - temp_id: 17326->19135
260
+ type: contains
261
+ start_temp_id: '17326'
262
+ end_temp_id: '19135'
263
+ - temp_id: 3.1[A-POOL]->19123
264
+ type: contains
265
+ start_temp_id: 3.1[A-POOL]
266
+ end_temp_id: '19123'
267
+ - temp_id: 2.3[A-POOL]->17346
268
+ type: contains
269
+ start_temp_id: 2.3[A-POOL]
270
+ end_temp_id: '17346'
271
+ - temp_id: 7.2->7.2[T-POOL]
272
+ type: taught_by
273
+ start_temp_id: '7.2'
274
+ end_temp_id: 7.2[T-POOL]
275
+ - temp_id: 12.3[A-POOL]->18781
276
+ type: contains
277
+ start_temp_id: 12.3[A-POOL]
278
+ end_temp_id: '18781'
279
+ - temp_id: 8.4->8.4[T-POOL]
280
+ type: taught_by
281
+ start_temp_id: '8.4'
282
+ end_temp_id: 8.4[T-POOL]
283
+ - temp_id: 4.2[A-POOL]->18864
284
+ type: contains
285
+ start_temp_id: 4.2[A-POOL]
286
+ end_temp_id: '18864'
287
+ - temp_id: 5.3->5.3[A-POOL]
288
+ type: assessed_by
289
+ start_temp_id: '5.3'
290
+ end_temp_id: 5.3[A-POOL]
291
+ - temp_id: 8.2->9.2
292
+ type: prerequisite
293
+ start_temp_id: '8.2'
294
+ end_temp_id: '9.2'
295
+ - temp_id: 8.1->8.1[T-POOL]
296
+ type: taught_by
297
+ start_temp_id: '8.1'
298
+ end_temp_id: 8.1[T-POOL]
299
+ - temp_id: 9.3[A-POOL]->19264
300
+ type: contains
301
+ start_temp_id: 9.3[A-POOL]
302
+ end_temp_id: '19264'
303
+ - temp_id: 12.1->12.1[T-POOL]
304
+ type: taught_by
305
+ start_temp_id: '12.1'
306
+ end_temp_id: 12.1[T-POOL]
307
+ - temp_id: 22565->25629
308
+ type: contains
309
+ start_temp_id: '22565'
310
+ end_temp_id: '25629'
311
+ - temp_id: 6.2->6.2[T-POOL]
312
+ type: taught_by
313
+ start_temp_id: '6.2'
314
+ end_temp_id: 6.2[T-POOL]
315
+ - temp_id: 12.1->12.2
316
+ type: prerequisite
317
+ start_temp_id: '12.1'
318
+ end_temp_id: '12.2'
319
+ - temp_id: 1.2[A-POOL]->25629
320
+ type: contains
321
+ start_temp_id: 1.2[A-POOL]
322
+ end_temp_id: '25629'
323
+ - temp_id: 17295->17806
324
+ type: contains
325
+ start_temp_id: '17295'
326
+ end_temp_id: '17806'
327
+ - temp_id: 17351->18758
328
+ type: contains
329
+ start_temp_id: '17351'
330
+ end_temp_id: '18758'
331
+ - temp_id: 17310q->17303
332
+ type: contains
333
+ start_temp_id: 17310q
334
+ end_temp_id: '17303'
335
+ - temp_id: 10.3->10.3[T-POOL]
336
+ type: taught_by
337
+ start_temp_id: '10.3'
338
+ end_temp_id: 10.3[T-POOL]
339
+ - temp_id: 17353q->18844
340
+ type: contains
341
+ start_temp_id: 17353q
342
+ end_temp_id: '18844'
343
+ - temp_id: 17359->19221
344
+ type: contains
345
+ start_temp_id: '17359'
346
+ end_temp_id: '19221'
347
+ - temp_id: 10.3->10.3[A-POOL]
348
+ type: assessed_by
349
+ start_temp_id: '10.3'
350
+ end_temp_id: 10.3[A-POOL]
351
+ - temp_id: 17352q->18828
352
+ type: contains
353
+ start_temp_id: 17352q
354
+ end_temp_id: '18828'
355
+ - temp_id: 5.2[A-POOL]->18828
356
+ type: contains
357
+ start_temp_id: 5.2[A-POOL]
358
+ end_temp_id: '18828'
359
+ - temp_id: 17492->19258
360
+ type: contains
361
+ start_temp_id: '17492'
362
+ end_temp_id: '19258'
363
+ - temp_id: 1.1[T-POOL]->1928
364
+ type: contains
365
+ start_temp_id: 1.1[T-POOL]
366
+ end_temp_id: '1928'
367
+ - temp_id: 12.1[T-POOL]->305
368
+ type: contains
369
+ start_temp_id: 12.1[T-POOL]
370
+ end_temp_id: '305'
371
+ - temp_id: 7.3->7.3[T-POOL]
372
+ type: taught_by
373
+ start_temp_id: '7.3'
374
+ end_temp_id: 7.3[T-POOL]
375
+ - temp_id: 11.2[T-POOL]->289
376
+ type: contains
377
+ start_temp_id: 11.2[T-POOL]
378
+ end_temp_id: '289'
379
+ - temp_id: 3.1->3.2
380
+ type: prerequisite
381
+ start_temp_id: '3.1'
382
+ end_temp_id: '3.2'
383
+ - temp_id: 1.1[A-POOL]->25624
384
+ type: contains
385
+ start_temp_id: 1.1[A-POOL]
386
+ end_temp_id: '25624'
387
+ - temp_id: 3.3[A-POOL]->19194
388
+ type: contains
389
+ start_temp_id: 3.3[A-POOL]
390
+ end_temp_id: '19194'
391
+ - temp_id: 8.4[A-POOL]->19034
392
+ type: contains
393
+ start_temp_id: 8.4[A-POOL]
394
+ end_temp_id: '19034'
395
+ - temp_id: 11.4[A-POOL]->17449
396
+ type: contains
397
+ start_temp_id: 11.4[A-POOL]
398
+ end_temp_id: '17449'
399
+ - temp_id: 6.1->6.2
400
+ type: prerequisite
401
+ start_temp_id: '6.1'
402
+ end_temp_id: '6.2'
403
+ - temp_id: 17293->17792
404
+ type: contains
405
+ start_temp_id: '17293'
406
+ end_temp_id: '17792'
407
+ - temp_id: 22565->25631
408
+ type: contains
409
+ start_temp_id: '22565'
410
+ end_temp_id: '25631'
411
+ - temp_id: 12.2->12.2[T-POOL]
412
+ type: taught_by
413
+ start_temp_id: '12.2'
414
+ end_temp_id: 12.2[T-POOL]
415
+ - temp_id: 17311->17339
416
+ type: contains
417
+ start_temp_id: '17311'
418
+ end_temp_id: '17339'
419
+ - temp_id: 11.2[A-POOL]->17352
420
+ type: contains
421
+ start_temp_id: 11.2[A-POOL]
422
+ end_temp_id: '17352'
423
+ - temp_id: 17351->18757
424
+ type: contains
425
+ start_temp_id: '17351'
426
+ end_temp_id: '18757'
427
+ - temp_id: 5.1[T-POOL]->338
428
+ type: contains
429
+ start_temp_id: 5.1[T-POOL]
430
+ end_temp_id: '338'
431
+ - temp_id: 8.3[A-POOL]->19036
432
+ type: contains
433
+ start_temp_id: 8.3[A-POOL]
434
+ end_temp_id: '19036'
435
+ - temp_id: 3.2->3.2[A-POOL]
436
+ type: assessed_by
437
+ start_temp_id: '3.2'
438
+ end_temp_id: 3.2[A-POOL]
439
+ - temp_id: 10.3[A-POOL]->17807
440
+ type: contains
441
+ start_temp_id: 10.3[A-POOL]
442
+ end_temp_id: '17807'
443
+ - temp_id: 17484->19034
444
+ type: contains
445
+ start_temp_id: '17484'
446
+ end_temp_id: '19034'
447
+ - temp_id: 17361->19249
448
+ type: contains
449
+ start_temp_id: '17361'
450
+ end_temp_id: '19249'
451
+ - temp_id: 8.2->8.2[A-POOL]
452
+ type: assessed_by
453
+ start_temp_id: '8.2'
454
+ end_temp_id: 8.2[A-POOL]
455
+ - temp_id: 17352q->18831
456
+ type: contains
457
+ start_temp_id: 17352q
458
+ end_temp_id: '18831'
459
+ - temp_id: 2.2->2.2[A-POOL]
460
+ type: assessed_by
461
+ start_temp_id: '2.2'
462
+ end_temp_id: 2.2[A-POOL]
463
+ - temp_id: 4.3[A-POOL]->18871
464
+ type: contains
465
+ start_temp_id: 4.3[A-POOL]
466
+ end_temp_id: '18871'
467
+ - temp_id: 5.2->5.3
468
+ type: prerequisite
469
+ start_temp_id: '5.2'
470
+ end_temp_id: '5.3'
471
+ - temp_id: 4.2[A-POOL]->18868
472
+ type: contains
473
+ start_temp_id: 4.2[A-POOL]
474
+ end_temp_id: '18868'
475
+ - temp_id: 6.1->6.1[T-POOL]
476
+ type: taught_by
477
+ start_temp_id: '6.1'
478
+ end_temp_id: 6.1[T-POOL]
479
+ - temp_id: 17310q->17302
480
+ type: contains
481
+ start_temp_id: 17310q
482
+ end_temp_id: '17302'
483
+ - temp_id: 17483->19037
484
+ type: contains
485
+ start_temp_id: '17483'
486
+ end_temp_id: '19037'
487
+ - temp_id: 17360->19242
488
+ type: contains
489
+ start_temp_id: '17360'
490
+ end_temp_id: '19242'
491
+ - temp_id: 17474->18914
492
+ type: contains
493
+ start_temp_id: '17474'
494
+ end_temp_id: '18914'
495
+ - temp_id: 12.2[A-POOL]->18775
496
+ type: contains
497
+ start_temp_id: 12.2[A-POOL]
498
+ end_temp_id: '18775'
499
+ - temp_id: 5.3->5.3[T-POOL]
500
+ type: taught_by
501
+ start_temp_id: '5.3'
502
+ end_temp_id: 5.3[T-POOL]
503
+ - temp_id: 4.1[T-POOL]->321
504
+ type: contains
505
+ start_temp_id: 4.1[T-POOL]
506
+ end_temp_id: '321'
507
+ - temp_id: 17334->18854
508
+ type: contains
509
+ start_temp_id: '17334'
510
+ end_temp_id: '18854'
511
+ - temp_id: 1.2[A-POOL]->25633
512
+ type: contains
513
+ start_temp_id: 1.2[A-POOL]
514
+ end_temp_id: '25633'
515
+ - temp_id: 17301->17342
516
+ type: contains
517
+ start_temp_id: '17301'
518
+ end_temp_id: '17342'
519
+ - temp_id: 22564->25620
520
+ type: contains
521
+ start_temp_id: '22564'
522
+ end_temp_id: '25620'
523
+ - temp_id: 2.3->2.3[T-POOL]
524
+ type: taught_by
525
+ start_temp_id: '2.3'
526
+ end_temp_id: 2.3[T-POOL]
527
+ - temp_id: 17311->17380
528
+ type: contains
529
+ start_temp_id: '17311'
530
+ end_temp_id: '17380'
531
+ - temp_id: 9.4[T-POOL]->535
532
+ type: contains
533
+ start_temp_id: 9.4[T-POOL]
534
+ end_temp_id: '535'
535
+ - temp_id: 17326->19121
536
+ type: contains
537
+ start_temp_id: '17326'
538
+ end_temp_id: '19121'
539
+ - temp_id: 17320->18781
540
+ type: contains
541
+ start_temp_id: '17320'
542
+ end_temp_id: '18781'
543
+ - temp_id: 10.1->10.1[T-POOL]
544
+ type: taught_by
545
+ start_temp_id: '10.1'
546
+ end_temp_id: 10.1[T-POOL]
547
+ - temp_id: 11.2->11.2[T-POOL]
548
+ type: taught_by
549
+ start_temp_id: '11.2'
550
+ end_temp_id: 11.2[T-POOL]
551
+ - temp_id: 17302q->17352
552
+ type: contains
553
+ start_temp_id: 17302q
554
+ end_temp_id: '17352'
555
+ - temp_id: 17336->18871
556
+ type: contains
557
+ start_temp_id: '17336'
558
+ end_temp_id: '18871'
559
+ - temp_id: 10.2[A-POOL]->17802
560
+ type: contains
561
+ start_temp_id: 10.2[A-POOL]
562
+ end_temp_id: '17802'
563
+ - temp_id: 2.3[A-POOL]->17347
564
+ type: contains
565
+ start_temp_id: 2.3[A-POOL]
566
+ end_temp_id: '17347'
567
+ - temp_id: 17492->19264
568
+ type: contains
569
+ start_temp_id: '17492'
570
+ end_temp_id: '19264'
571
+ - temp_id: 12.2[A-POOL]->18773
572
+ type: contains
573
+ start_temp_id: 12.2[A-POOL]
574
+ end_temp_id: '18773'
575
+ - temp_id: 17304->17449
576
+ type: contains
577
+ start_temp_id: '17304'
578
+ end_temp_id: '17449'
579
+ - temp_id: 17481->19028
580
+ type: contains
581
+ start_temp_id: '17481'
582
+ end_temp_id: '19028'
583
+ - temp_id: 1.3[A-POOL]->25637
584
+ type: contains
585
+ start_temp_id: 1.3[A-POOL]
586
+ end_temp_id: '25637'
587
+ - temp_id: 7.2[A-POOL]->18919
588
+ type: contains
589
+ start_temp_id: 7.2[A-POOL]
590
+ end_temp_id: '18919'
591
+ - temp_id: 5.2->5.2[A-POOL]
592
+ type: assessed_by
593
+ start_temp_id: '5.2'
594
+ end_temp_id: 5.2[A-POOL]
595
+ - temp_id: 9.3->9.3[A-POOL]
596
+ type: assessed_by
597
+ start_temp_id: '9.3'
598
+ end_temp_id: 9.3[A-POOL]
599
+ - temp_id: 12.3[T-POOL]->307
600
+ type: contains
601
+ start_temp_id: 12.3[T-POOL]
602
+ end_temp_id: '307'
603
+ - temp_id: 11.1[A-POOL]->17342
604
+ type: contains
605
+ start_temp_id: 11.1[A-POOL]
606
+ end_temp_id: '17342'
607
+ - temp_id: 12.1[A-POOL]->18764
608
+ type: contains
609
+ start_temp_id: 12.1[A-POOL]
610
+ end_temp_id: '18764'
611
+ - temp_id: 3.2->3.3
612
+ type: prerequisite
613
+ start_temp_id: '3.2'
614
+ end_temp_id: '3.3'
615
+ - temp_id: 10.2->10.2[T-POOL]
616
+ type: taught_by
617
+ start_temp_id: '10.2'
618
+ end_temp_id: 10.2[T-POOL]
619
+ - temp_id: 6.3->7.2
620
+ type: prerequisite
621
+ start_temp_id: '6.3'
622
+ end_temp_id: '7.2'
623
+ - temp_id: 17320->18783
624
+ type: contains
625
+ start_temp_id: '17320'
626
+ end_temp_id: '18783'
627
+ - temp_id: 17361->19248
628
+ type: contains
629
+ start_temp_id: '17361'
630
+ end_temp_id: '19248'
631
+ - temp_id: 1.1[A-POOL]->25615
632
+ type: contains
633
+ start_temp_id: 1.1[A-POOL]
634
+ end_temp_id: '25615'
635
+ - temp_id: 1.3[A-POOL]->25635
636
+ type: contains
637
+ start_temp_id: 1.3[A-POOL]
638
+ end_temp_id: '25635'
639
+ - temp_id: 6.2->6.3
640
+ type: prerequisite
641
+ start_temp_id: '6.2'
642
+ end_temp_id: '6.3'
643
+ - temp_id: 1.1->12.1
644
+ type: prerequisite
645
+ start_temp_id: '1.1'
646
+ end_temp_id: '12.1'
647
+ - temp_id: 17491->19083
648
+ type: contains
649
+ start_temp_id: '17491'
650
+ end_temp_id: '19083'
651
+ - temp_id: 17327->19175
652
+ type: contains
653
+ start_temp_id: '17327'
654
+ end_temp_id: '19175'
655
+ - temp_id: 9.2[A-POOL]->19083
656
+ type: contains
657
+ start_temp_id: 9.2[A-POOL]
658
+ end_temp_id: '19083'
659
+ - temp_id: 17360->19246
660
+ type: contains
661
+ start_temp_id: '17360'
662
+ end_temp_id: '19246'
663
+ - temp_id: 17312->17346
664
+ type: contains
665
+ start_temp_id: '17312'
666
+ end_temp_id: '17346'
667
+ - temp_id: 3.1[A-POOL]->19121
668
+ type: contains
669
+ start_temp_id: 3.1[A-POOL]
670
+ end_temp_id: '19121'
671
+ - temp_id: 8.3[T-POOL]->517
672
+ type: contains
673
+ start_temp_id: 8.3[T-POOL]
674
+ end_temp_id: '517'
675
+ - temp_id: 10.1->10.2
676
+ type: prerequisite
677
+ start_temp_id: '10.1'
678
+ end_temp_id: '10.2'
679
+ - temp_id: 17303q->17366
680
+ type: contains
681
+ start_temp_id: 17303q
682
+ end_temp_id: '17366'
683
+ - temp_id: 1.3[T-POOL]->1930
684
+ type: contains
685
+ start_temp_id: 1.3[T-POOL]
686
+ end_temp_id: '1930'
687
+ - temp_id: 1.1->1.1[A-POOL]
688
+ type: assessed_by
689
+ start_temp_id: '1.1'
690
+ end_temp_id: 1.1[A-POOL]
691
+ - temp_id: 17483->19038
692
+ type: contains
693
+ start_temp_id: '17483'
694
+ end_temp_id: '19038'
695
+ - temp_id: 7.2[T-POOL]->508
696
+ type: contains
697
+ start_temp_id: 7.2[T-POOL]
698
+ end_temp_id: '508'
699
+ - temp_id: 11.1[A-POOL]->17343
700
+ type: contains
701
+ start_temp_id: 11.1[A-POOL]
702
+ end_temp_id: '17343'
703
+ - temp_id: 17312->17347
704
+ type: contains
705
+ start_temp_id: '17312'
706
+ end_temp_id: '17347'
707
+ - temp_id: 7.3->8.3
708
+ type: prerequisite
709
+ start_temp_id: '7.3'
710
+ end_temp_id: '8.3'
711
+ - temp_id: 10.1[T-POOL]->262
712
+ type: contains
713
+ start_temp_id: 10.1[T-POOL]
714
+ end_temp_id: '262'
715
+ - temp_id: 17294->17804
716
+ type: contains
717
+ start_temp_id: '17294'
718
+ end_temp_id: '17804'
719
+ - temp_id: 8.4[A-POOL]->19032
720
+ type: contains
721
+ start_temp_id: 8.4[A-POOL]
722
+ end_temp_id: '19032'
723
+ - temp_id: 3.3->4.3
724
+ type: prerequisite
725
+ start_temp_id: '3.3'
726
+ end_temp_id: '4.3'
727
+ - temp_id: 17493->19270
728
+ type: contains
729
+ start_temp_id: '17493'
730
+ end_temp_id: '19270'
731
+ - temp_id: 7.3[T-POOL]->509
732
+ type: contains
733
+ start_temp_id: 7.3[T-POOL]
734
+ end_temp_id: '509'
735
+ - temp_id: 11.4->11.4[A-POOL]
736
+ type: assessed_by
737
+ start_temp_id: '11.4'
738
+ end_temp_id: 11.4[A-POOL]
739
+ - temp_id: 8.1[A-POOL]->19026
740
+ type: contains
741
+ start_temp_id: 8.1[A-POOL]
742
+ end_temp_id: '19026'
743
+ - temp_id: 1.1->1.2
744
+ type: prerequisite
745
+ start_temp_id: '1.1'
746
+ end_temp_id: '1.2'
747
+ - temp_id: 4.3->4.3[T-POOL]
748
+ type: taught_by
749
+ start_temp_id: '4.3'
750
+ end_temp_id: 4.3[T-POOL]
751
+ - temp_id: 4.3[T-POOL]->323
752
+ type: contains
753
+ start_temp_id: 4.3[T-POOL]
754
+ end_temp_id: '323'
755
+ - temp_id: 2.2[T-POOL]->298
756
+ type: contains
757
+ start_temp_id: 2.2[T-POOL]
758
+ end_temp_id: '298'
759
+ - temp_id: 5.1->8.1
760
+ type: prerequisite
761
+ start_temp_id: '5.1'
762
+ end_temp_id: '8.1'
763
+ - temp_id: 17491->19099
764
+ type: contains
765
+ start_temp_id: '17491'
766
+ end_temp_id: '19099'
767
+ - temp_id: 8.1[T-POOL]->515
768
+ type: contains
769
+ start_temp_id: 8.1[T-POOL]
770
+ end_temp_id: '515'
771
+ - temp_id: 22565->25633
772
+ type: contains
773
+ start_temp_id: '22565'
774
+ end_temp_id: '25633'
775
+ - temp_id: 17303q->17314
776
+ type: contains
777
+ start_temp_id: 17303q
778
+ end_temp_id: '17314'
779
+ - temp_id: 17327->19164
780
+ type: contains
781
+ start_temp_id: '17327'
782
+ end_temp_id: '19164'
783
+ - temp_id: 17335->18864
784
+ type: contains
785
+ start_temp_id: '17335'
786
+ end_temp_id: '18864'
787
+ - temp_id: 2.3->2.3[A-POOL]
788
+ type: assessed_by
789
+ start_temp_id: '2.3'
790
+ end_temp_id: 2.3[A-POOL]
791
+ - temp_id: 5.1->6.1
792
+ type: prerequisite
793
+ start_temp_id: '5.1'
794
+ end_temp_id: '6.1'
795
+ - temp_id: 17319->18775
796
+ type: contains
797
+ start_temp_id: '17319'
798
+ end_temp_id: '18775'
799
+ - temp_id: 6.3->6.3[A-POOL]
800
+ type: assessed_by
801
+ start_temp_id: '6.3'
802
+ end_temp_id: 6.3[A-POOL]
803
+ - temp_id: 9.3->9.4
804
+ type: prerequisite
805
+ start_temp_id: '9.3'
806
+ end_temp_id: '9.4'
807
+ - temp_id: 8.4->8.4[A-POOL]
808
+ type: assessed_by
809
+ start_temp_id: '8.4'
810
+ end_temp_id: 8.4[A-POOL]
811
+ - temp_id: 8.4[T-POOL]->518
812
+ type: contains
813
+ start_temp_id: 8.4[T-POOL]
814
+ end_temp_id: '518'
815
+ - temp_id: 1.3->1.3[T-POOL]
816
+ type: taught_by
817
+ start_temp_id: '1.3'
818
+ end_temp_id: 1.3[T-POOL]
819
+ - temp_id: 9.2[A-POOL]->19089
820
+ type: contains
821
+ start_temp_id: 9.2[A-POOL]
822
+ end_temp_id: '19089'
823
+ - temp_id: 2.2->11.1
824
+ type: prerequisite
825
+ start_temp_id: '2.2'
826
+ end_temp_id: '11.1'
827
+ - temp_id: 6.1[T-POOL]->346
828
+ type: contains
829
+ start_temp_id: 6.1[T-POOL]
830
+ end_temp_id: '346'
831
+ - temp_id: 8.3->9.1
832
+ type: prerequisite
833
+ start_temp_id: '8.3'
834
+ end_temp_id: '9.1'
835
+ - temp_id: 17481->19027
836
+ type: contains
837
+ start_temp_id: '17481'
838
+ end_temp_id: '19027'
839
+ - temp_id: 12.3->12.3[T-POOL]
840
+ type: taught_by
841
+ start_temp_id: '12.3'
842
+ end_temp_id: 12.3[T-POOL]
843
+ - temp_id: 17302q->17353
844
+ type: contains
845
+ start_temp_id: 17302q
846
+ end_temp_id: '17353'
847
+ - temp_id: 2.1[A-POOL]->17315
848
+ type: contains
849
+ start_temp_id: 2.1[A-POOL]
850
+ end_temp_id: '17315'
851
+ - temp_id: 8.1[A-POOL]->19028
852
+ type: contains
853
+ start_temp_id: 8.1[A-POOL]
854
+ end_temp_id: '19028'
855
+ - temp_id: 11.2[A-POOL]->17356
856
+ type: contains
857
+ start_temp_id: 11.2[A-POOL]
858
+ end_temp_id: '17356'
859
+ - temp_id: 17319->18777
860
+ type: contains
861
+ start_temp_id: '17319'
862
+ end_temp_id: '18777'
863
+ - temp_id: 11.3[A-POOL]->17372
864
+ type: contains
865
+ start_temp_id: 11.3[A-POOL]
866
+ end_temp_id: '17372'
867
+ - temp_id: 17301->17310
868
+ type: contains
869
+ start_temp_id: '17301'
870
+ end_temp_id: '17310'
871
+ - temp_id: 10.2[T-POOL]->263
872
+ type: contains
873
+ start_temp_id: 10.2[T-POOL]
874
+ end_temp_id: '263'
875
+ - temp_id: 11.4[T-POOL]->290
876
+ type: contains
877
+ start_temp_id: 11.4[T-POOL]
878
+ end_temp_id: '290'
879
+ - temp_id: 17301->17343
880
+ type: contains
881
+ start_temp_id: '17301'
882
+ end_temp_id: '17343'
883
+ - temp_id: 5.1[A-POOL]->18741
884
+ type: contains
885
+ start_temp_id: 5.1[A-POOL]
886
+ end_temp_id: '18741'
887
+ - temp_id: 17492->19230
888
+ type: contains
889
+ start_temp_id: '17492'
890
+ end_temp_id: '19230'
891
+ - temp_id: 6.1[A-POOL]->19221
892
+ type: contains
893
+ start_temp_id: 6.1[A-POOL]
894
+ end_temp_id: '19221'
895
+ - temp_id: 10.2->10.2[A-POOL]
896
+ type: assessed_by
897
+ start_temp_id: '10.2'
898
+ end_temp_id: 10.2[A-POOL]
899
+ - temp_id: 17484->19032
900
+ type: contains
901
+ start_temp_id: '17484'
902
+ end_temp_id: '19032'
903
+ - temp_id: 2.3[A-POOL]->17354
904
+ type: contains
905
+ start_temp_id: 2.3[A-POOL]
906
+ end_temp_id: '17354'
907
+ - temp_id: 5.3[A-POOL]->18847
908
+ type: contains
909
+ start_temp_id: 5.3[A-POOL]
910
+ end_temp_id: '18847'
911
+ - temp_id: 17475->18936
912
+ type: contains
913
+ start_temp_id: '17475'
914
+ end_temp_id: '18936'
915
+ - temp_id: 7.3->7.3[A-POOL]
916
+ type: assessed_by
917
+ start_temp_id: '7.3'
918
+ end_temp_id: 7.3[A-POOL]
919
+ - temp_id: 1.2->1.2[T-POOL]
920
+ type: taught_by
921
+ start_temp_id: '1.2'
922
+ end_temp_id: 1.2[T-POOL]
923
+ - temp_id: 17318->18768
924
+ type: contains
925
+ start_temp_id: '17318'
926
+ end_temp_id: '18768'
927
+ - temp_id: 1.1[A-POOL]->25620
928
+ type: contains
929
+ start_temp_id: 1.1[A-POOL]
930
+ end_temp_id: '25620'
931
+ - temp_id: 12.1[A-POOL]->18768
932
+ type: contains
933
+ start_temp_id: 12.1[A-POOL]
934
+ end_temp_id: '18768'
935
+ - temp_id: 6.3[A-POOL]->19247
936
+ type: contains
937
+ start_temp_id: 6.3[A-POOL]
938
+ end_temp_id: '19247'
939
+ - temp_id: 11.2->11.3
940
+ type: prerequisite
941
+ start_temp_id: '11.2'
942
+ end_temp_id: '11.3'
943
+ - temp_id: 7.1[A-POOL]->18906
944
+ type: contains
945
+ start_temp_id: 7.1[A-POOL]
946
+ end_temp_id: '18906'
947
+ - temp_id: 5.2[T-POOL]->339
948
+ type: contains
949
+ start_temp_id: 5.2[T-POOL]
950
+ end_temp_id: '339'
951
+ - temp_id: 11.4[A-POOL]->17448
952
+ type: contains
953
+ start_temp_id: 11.4[A-POOL]
954
+ end_temp_id: '17448'
955
+ - temp_id: 17351->18741
956
+ type: contains
957
+ start_temp_id: '17351'
958
+ end_temp_id: '18741'
959
+ - temp_id: 17310q->17315
960
+ type: contains
961
+ start_temp_id: 17310q
962
+ end_temp_id: '17315'
963
+ - temp_id: 17294->17803
964
+ type: contains
965
+ start_temp_id: '17294'
966
+ end_temp_id: '17803'
967
+ - temp_id: 7.1[A-POOL]->18908
968
+ type: contains
969
+ start_temp_id: 7.1[A-POOL]
970
+ end_temp_id: '18908'
971
+ - temp_id: 10.1[A-POOL]->17792
972
+ type: contains
973
+ start_temp_id: 10.1[A-POOL]
974
+ end_temp_id: '17792'
975
+ - temp_id: 2.3->8.2
976
+ type: prerequisite
977
+ start_temp_id: '2.3'
978
+ end_temp_id: '8.2'
979
+ - temp_id: 17320->18784
980
+ type: contains
981
+ start_temp_id: '17320'
982
+ end_temp_id: '18784'
983
+ - temp_id: 4.1->4.1[T-POOL]
984
+ type: taught_by
985
+ start_temp_id: '4.1'
986
+ end_temp_id: 4.1[T-POOL]
987
+ - temp_id: 17336->18873
988
+ type: contains
989
+ start_temp_id: '17336'
990
+ end_temp_id: '18873'
991
+ - temp_id: 1.3[A-POOL]->25639
992
+ type: contains
993
+ start_temp_id: 1.3[A-POOL]
994
+ end_temp_id: '25639'
995
+ - temp_id: 9.1[A-POOL]->19080
996
+ type: contains
997
+ start_temp_id: 9.1[A-POOL]
998
+ end_temp_id: '19080'
999
+ - temp_id: 17490->19068
1000
+ type: contains
1001
+ start_temp_id: '17490'
1002
+ end_temp_id: '19068'
1003
+ - temp_id: 10.2[A-POOL]->17803
1004
+ type: contains
1005
+ start_temp_id: 10.2[A-POOL]
1006
+ end_temp_id: '17803'
1007
+ - temp_id: 8.2[A-POOL]->19041
1008
+ type: contains
1009
+ start_temp_id: 8.2[A-POOL]
1010
+ end_temp_id: '19041'
1011
+ - temp_id: 11.3->11.3[T-POOL]
1012
+ type: taught_by
1013
+ start_temp_id: '11.3'
1014
+ end_temp_id: 11.3[T-POOL]
1015
+ - temp_id: 9.1[A-POOL]->19068
1016
+ type: contains
1017
+ start_temp_id: 9.1[A-POOL]
1018
+ end_temp_id: '19068'
1019
+ - temp_id: 17302q->17356
1020
+ type: contains
1021
+ start_temp_id: 17302q
1022
+ end_temp_id: '17356'
1023
+ - temp_id: 3.2[A-POOL]->19164
1024
+ type: contains
1025
+ start_temp_id: 3.2[A-POOL]
1026
+ end_temp_id: '19164'
1027
+ - temp_id: 1.1->1.1[T-POOL]
1028
+ type: taught_by
1029
+ start_temp_id: '1.1'
1030
+ end_temp_id: 1.1[T-POOL]
1031
+ - temp_id: 3.2[A-POOL]->19175
1032
+ type: contains
1033
+ start_temp_id: 3.2[A-POOL]
1034
+ end_temp_id: '19175'
1035
+ - temp_id: 8.1->8.3
1036
+ type: prerequisite
1037
+ start_temp_id: '8.1'
1038
+ end_temp_id: '8.3'
1039
+ - temp_id: 11.3[A-POOL]->17314
1040
+ type: contains
1041
+ start_temp_id: 11.3[A-POOL]
1042
+ end_temp_id: '17314'
1043
+ - temp_id: 7.2[A-POOL]->18914
1044
+ type: contains
1045
+ start_temp_id: 7.2[A-POOL]
1046
+ end_temp_id: '18914'
1047
+ - temp_id: 17319->18773
1048
+ type: contains
1049
+ start_temp_id: '17319'
1050
+ end_temp_id: '18773'
1051
+ - temp_id: 3.2->3.2[T-POOL]
1052
+ type: taught_by
1053
+ start_temp_id: '3.2'
1054
+ end_temp_id: 3.2[T-POOL]
1055
+ - temp_id: 17483->19036
1056
+ type: contains
1057
+ start_temp_id: '17483'
1058
+ end_temp_id: '19036'
1059
+ - temp_id: 2.1->2.1[A-POOL]
1060
+ type: assessed_by
1061
+ start_temp_id: '2.1'
1062
+ end_temp_id: 2.1[A-POOL]
1063
+ - temp_id: 17334->18846
1064
+ type: contains
1065
+ start_temp_id: '17334'
1066
+ end_temp_id: '18846'
1067
+ - temp_id: 12.3[A-POOL]->18783
1068
+ type: contains
1069
+ start_temp_id: 12.3[A-POOL]
1070
+ end_temp_id: '18783'
1071
+ - temp_id: 8.2->8.2[T-POOL]
1072
+ type: taught_by
1073
+ start_temp_id: '8.2'
1074
+ end_temp_id: 8.2[T-POOL]
1075
+ - temp_id: 2.1[A-POOL]->17303
1076
+ type: contains
1077
+ start_temp_id: 2.1[A-POOL]
1078
+ end_temp_id: '17303'
1079
+ - temp_id: 17312->17354
1080
+ type: contains
1081
+ start_temp_id: '17312'
1082
+ end_temp_id: '17354'
1083
+ - temp_id: 2.1->2.2
1084
+ type: prerequisite
1085
+ start_temp_id: '2.1'
1086
+ end_temp_id: '2.2'
1087
+ - temp_id: 17490->19072
1088
+ type: contains
1089
+ start_temp_id: '17490'
1090
+ end_temp_id: '19072'
1091
+ - temp_id: 6.2[A-POOL]->19242
1092
+ type: contains
1093
+ start_temp_id: 6.2[A-POOL]
1094
+ end_temp_id: '19242'
1095
+ - temp_id: 7.1[A-POOL]->18904
1096
+ type: contains
1097
+ start_temp_id: 7.1[A-POOL]
1098
+ end_temp_id: '18904'
1099
+ - temp_id: 9.2[T-POOL]->532
1100
+ type: contains
1101
+ start_temp_id: 9.2[T-POOL]
1102
+ end_temp_id: '532'
1103
+ - temp_id: 10.3[T-POOL]->264
1104
+ type: contains
1105
+ start_temp_id: 10.3[T-POOL]
1106
+ end_temp_id: '264'
1107
+ - temp_id: 4.2->4.2[A-POOL]
1108
+ type: assessed_by
1109
+ start_temp_id: '4.2'
1110
+ end_temp_id: 4.2[A-POOL]
1111
+ - temp_id: 9.2->9.2[A-POOL]
1112
+ type: assessed_by
1113
+ start_temp_id: '9.2'
1114
+ end_temp_id: 9.2[A-POOL]
1115
+ - temp_id: 2.2->2.3
1116
+ type: prerequisite
1117
+ start_temp_id: '2.2'
1118
+ end_temp_id: '2.3'
1119
+ - temp_id: 1.2->1.3
1120
+ type: prerequisite
1121
+ start_temp_id: '1.2'
1122
+ end_temp_id: '1.3'
1123
+ - temp_id: 6.2[A-POOL]->19244
1124
+ type: contains
1125
+ start_temp_id: 6.2[A-POOL]
1126
+ end_temp_id: '19244'
1127
+ - temp_id: 8.2[T-POOL]->516
1128
+ type: contains
1129
+ start_temp_id: 8.2[T-POOL]
1130
+ end_temp_id: '516'
1131
+ - temp_id: 5.3[A-POOL]->18851
1132
+ type: contains
1133
+ start_temp_id: 5.3[A-POOL]
1134
+ end_temp_id: '18851'
1135
+ - temp_id: 4.3[A-POOL]->18872
1136
+ type: contains
1137
+ start_temp_id: 4.3[A-POOL]
1138
+ end_temp_id: '18872'
1139
+ - temp_id: 4.2[A-POOL]->18863
1140
+ type: contains
1141
+ start_temp_id: 4.2[A-POOL]
1142
+ end_temp_id: '18863'
1143
+ - temp_id: 2.1[A-POOL]->17302
1144
+ type: contains
1145
+ start_temp_id: 2.1[A-POOL]
1146
+ end_temp_id: '17302'
1147
+ - temp_id: 8.3->8.3[A-POOL]
1148
+ type: assessed_by
1149
+ start_temp_id: '8.3'
1150
+ end_temp_id: 8.3[A-POOL]
1151
+ - temp_id: 7.1->7.1[T-POOL]
1152
+ type: taught_by
1153
+ start_temp_id: '7.1'
1154
+ end_temp_id: 7.1[T-POOL]
1155
+ - temp_id: 8.2[A-POOL]->19040
1156
+ type: contains
1157
+ start_temp_id: 8.2[A-POOL]
1158
+ end_temp_id: '19040'
1159
+ - temp_id: 9.4->9.4[T-POOL]
1160
+ type: taught_by
1161
+ start_temp_id: '9.4'
1162
+ end_temp_id: 9.4[T-POOL]
1163
+ - temp_id: 4.2[T-POOL]->322
1164
+ type: contains
1165
+ start_temp_id: 4.2[T-POOL]
1166
+ end_temp_id: '322'
1167
+ - temp_id: 11.1[A-POOL]->17310
1168
+ type: contains
1169
+ start_temp_id: 11.1[A-POOL]
1170
+ end_temp_id: '17310'
1171
+ - temp_id: 7.1[T-POOL]->507
1172
+ type: contains
1173
+ start_temp_id: 7.1[T-POOL]
1174
+ end_temp_id: '507'
1175
+ - temp_id: 3.3->3.3[T-POOL]
1176
+ type: taught_by
1177
+ start_temp_id: '3.3'
1178
+ end_temp_id: 3.3[T-POOL]
1179
+ - temp_id: 17295->17805
1180
+ type: contains
1181
+ start_temp_id: '17295'
1182
+ end_temp_id: '17805'
1183
+ - temp_id: 1.2->1.2[A-POOL]
1184
+ type: assessed_by
1185
+ start_temp_id: '1.2'
1186
+ end_temp_id: 1.2[A-POOL]
1187
+ - temp_id: 2.2->2.2[T-POOL]
1188
+ type: taught_by
1189
+ start_temp_id: '2.2'
1190
+ end_temp_id: 2.2[T-POOL]
1191
+ - temp_id: 9.4[A-POOL]->19277
1192
+ type: contains
1193
+ start_temp_id: 9.4[A-POOL]
1194
+ end_temp_id: '19277'
1195
+ - temp_id: 9.3[A-POOL]->19230
1196
+ type: contains
1197
+ start_temp_id: 9.3[A-POOL]
1198
+ end_temp_id: '19230'
1199
+ - temp_id: 5.1[A-POOL]->18758
1200
+ type: contains
1201
+ start_temp_id: 5.1[A-POOL]
1202
+ end_temp_id: '18758'
1203
+ - temp_id: 17327->19157
1204
+ type: contains
1205
+ start_temp_id: '17327'
1206
+ end_temp_id: '19157'
1207
+ - temp_id: 9.2[A-POOL]->19099
1208
+ type: contains
1209
+ start_temp_id: 9.2[A-POOL]
1210
+ end_temp_id: '19099'
1211
+ - temp_id: 7.1->7.1[A-POOL]
1212
+ type: assessed_by
1213
+ start_temp_id: '7.1'
1214
+ end_temp_id: 7.1[A-POOL]
1215
+ - temp_id: 5.2[A-POOL]->18831
1216
+ type: contains
1217
+ start_temp_id: 5.2[A-POOL]
1218
+ end_temp_id: '18831'
1219
+ - temp_id: 10.2->10.3
1220
+ type: prerequisite
1221
+ start_temp_id: '10.2'
1222
+ end_temp_id: '10.3'
1223
+ - temp_id: 17473->18904
1224
+ type: contains
1225
+ start_temp_id: '17473'
1226
+ end_temp_id: '18904'
1227
+ - temp_id: 2.2[A-POOL]->17341
1228
+ type: contains
1229
+ start_temp_id: 2.2[A-POOL]
1230
+ end_temp_id: '17341'
1231
+ - temp_id: 5.1->5.2
1232
+ type: prerequisite
1233
+ start_temp_id: '5.1'
1234
+ end_temp_id: '5.2'
1235
+ - temp_id: 1.1->10.1
1236
+ type: prerequisite
1237
+ start_temp_id: '1.1'
1238
+ end_temp_id: '10.1'
1239
+ - temp_id: 3.3[A-POOL]->19191
1240
+ type: contains
1241
+ start_temp_id: 3.3[A-POOL]
1242
+ end_temp_id: '19191'
1243
+ - temp_id: 9.2->9.2[T-POOL]
1244
+ type: taught_by
1245
+ start_temp_id: '9.2'
1246
+ end_temp_id: 9.2[T-POOL]
1247
+ - temp_id: 12.3[A-POOL]->18784
1248
+ type: contains
1249
+ start_temp_id: 12.3[A-POOL]
1250
+ end_temp_id: '18784'
1251
+ - temp_id: 4.2->4.3
1252
+ type: prerequisite
1253
+ start_temp_id: '4.2'
1254
+ end_temp_id: '4.3'
1255
+ - temp_id: 8.1->8.1[A-POOL]
1256
+ type: assessed_by
1257
+ start_temp_id: '8.1'
1258
+ end_temp_id: 8.1[A-POOL]
1259
+ - temp_id: 17328->19185
1260
+ type: contains
1261
+ start_temp_id: '17328'
1262
+ end_temp_id: '19185'
1263
+ - temp_id: 1.2->9.1
1264
+ type: prerequisite
1265
+ start_temp_id: '1.2'
1266
+ end_temp_id: '9.1'
1267
+ - temp_id: 2.1->2.1[T-POOL]
1268
+ type: taught_by
1269
+ start_temp_id: '2.1'
1270
+ end_temp_id: 2.1[T-POOL]
1271
+ - temp_id: 9.1[T-POOL]->530
1272
+ type: contains
1273
+ start_temp_id: 9.1[T-POOL]
1274
+ end_temp_id: '530'
1275
+ - temp_id: 10.1[A-POOL]->17801
1276
+ type: contains
1277
+ start_temp_id: 10.1[A-POOL]
1278
+ end_temp_id: '17801'
1279
+ - temp_id: 5.3[A-POOL]->18844
1280
+ type: contains
1281
+ start_temp_id: 5.3[A-POOL]
1282
+ end_temp_id: '18844'
1283
+ - temp_id: 1.2->12.2
1284
+ type: prerequisite
1285
+ start_temp_id: '1.2'
1286
+ end_temp_id: '12.2'
1287
+ - temp_id: 10.3->11.2
1288
+ type: prerequisite
1289
+ start_temp_id: '10.3'
1290
+ end_temp_id: '11.2'
1291
+ - temp_id: 8.2[A-POOL]->19043
1292
+ type: contains
1293
+ start_temp_id: 8.2[A-POOL]
1294
+ end_temp_id: '19043'
1295
+ - temp_id: 11.1[T-POOL]->288
1296
+ type: contains
1297
+ start_temp_id: 11.1[T-POOL]
1298
+ end_temp_id: '288'
1299
+ - temp_id: 3.2->8.4
1300
+ type: prerequisite
1301
+ start_temp_id: '3.2'
1302
+ end_temp_id: '8.4'
1303
+ - temp_id: 17482->19041
1304
+ type: contains
1305
+ start_temp_id: '17482'
1306
+ end_temp_id: '19041'
1307
+ - temp_id: 11.1->11.1[A-POOL]
1308
+ type: assessed_by
1309
+ start_temp_id: '11.1'
1310
+ end_temp_id: 11.1[A-POOL]
1311
+ - temp_id: 6.1[A-POOL]->19220
1312
+ type: contains
1313
+ start_temp_id: 6.1[A-POOL]
1314
+ end_temp_id: '19220'
1315
+ - temp_id: 1.1->6.2
1316
+ type: prerequisite
1317
+ start_temp_id: '1.1'
1318
+ end_temp_id: '6.2'
1319
+ - temp_id: 9.4->9.4[A-POOL]
1320
+ type: assessed_by
1321
+ start_temp_id: '9.4'
1322
+ end_temp_id: 9.4[A-POOL]
1323
+ - temp_id: 1.2->8.1
1324
+ type: prerequisite
1325
+ start_temp_id: '1.2'
1326
+ end_temp_id: '8.1'
1327
+ - temp_id: 7.3[A-POOL]->18942
1328
+ type: contains
1329
+ start_temp_id: 7.3[A-POOL]
1330
+ end_temp_id: '18942'
1331
+ - temp_id: 22566->25637
1332
+ type: contains
1333
+ start_temp_id: '22566'
1334
+ end_temp_id: '25637'
1335
+ - temp_id: 4.2->4.2[T-POOL]
1336
+ type: taught_by
1337
+ start_temp_id: '4.2'
1338
+ end_temp_id: 4.2[T-POOL]
1339
+ - temp_id: 10.3->11.1
1340
+ type: prerequisite
1341
+ start_temp_id: '10.3'
1342
+ end_temp_id: '11.1'
1343
+ - temp_id: 12.1->12.1[A-POOL]
1344
+ type: assessed_by
1345
+ start_temp_id: '12.1'
1346
+ end_temp_id: 12.1[A-POOL]
1347
+ - temp_id: 3.2[A-POOL]->19157
1348
+ type: contains
1349
+ start_temp_id: 3.2[A-POOL]
1350
+ end_temp_id: '19157'
1351
+ - temp_id: 22566->25639
1352
+ type: contains
1353
+ start_temp_id: '22566'
1354
+ end_temp_id: '25639'
1355
+ - temp_id: 17491->19089
1356
+ type: contains
1357
+ start_temp_id: '17491'
1358
+ end_temp_id: '19089'
1359
+ - temp_id: 5.3[T-POOL]->340
1360
+ type: contains
1361
+ start_temp_id: 5.3[T-POOL]
1362
+ end_temp_id: '340'
1363
+ - temp_id: 11.3->11.3[A-POOL]
1364
+ type: assessed_by
1365
+ start_temp_id: '11.3'
1366
+ end_temp_id: 11.3[A-POOL]
1367
+ - temp_id: 17474->18919
1368
+ type: contains
1369
+ start_temp_id: '17474'
1370
+ end_temp_id: '18919'
1371
+ - temp_id: 8.1->8.2
1372
+ type: prerequisite
1373
+ start_temp_id: '8.1'
1374
+ end_temp_id: '8.2'
1375
+ - temp_id: 4.3[A-POOL]->18873
1376
+ type: contains
1377
+ start_temp_id: 4.3[A-POOL]
1378
+ end_temp_id: '18873'
1379
+ - temp_id: 17482->19040
1380
+ type: contains
1381
+ start_temp_id: '17482'
1382
+ end_temp_id: '19040'
1383
+ - temp_id: 11.2->11.4
1384
+ type: prerequisite
1385
+ start_temp_id: '11.2'
1386
+ end_temp_id: '11.4'
1387
+ - temp_id: 17335->18868
1388
+ type: contains
1389
+ start_temp_id: '17335'
1390
+ end_temp_id: '18868'
1391
+ - temp_id: 10.3[A-POOL]->17806
1392
+ type: contains
1393
+ start_temp_id: 10.3[A-POOL]
1394
+ end_temp_id: '17806'
1395
+ - temp_id: 17475->18939
1396
+ type: contains
1397
+ start_temp_id: '17475'
1398
+ end_temp_id: '18939'
1399
+ - temp_id: 2.3[T-POOL]->299
1400
+ type: contains
1401
+ start_temp_id: 2.3[T-POOL]
1402
+ end_temp_id: '299'
1403
+ - temp_id: 7.2[A-POOL]->18930
1404
+ type: contains
1405
+ start_temp_id: 7.2[A-POOL]
1406
+ end_temp_id: '18930'
1407
+ - temp_id: 17336->18872
1408
+ type: contains
1409
+ start_temp_id: '17336'
1410
+ end_temp_id: '18872'
1411
+ - temp_id: 10.1[A-POOL]->17799
1412
+ type: contains
1413
+ start_temp_id: 10.1[A-POOL]
1414
+ end_temp_id: '17799'
1415
+ - temp_id: 10.2[A-POOL]->17804
1416
+ type: contains
1417
+ start_temp_id: 10.2[A-POOL]
1418
+ end_temp_id: '17804'
1419
+ - temp_id: 2.1[T-POOL]->297
1420
+ type: contains
1421
+ start_temp_id: 2.1[T-POOL]
1422
+ end_temp_id: '297'
1423
+ - temp_id: 6.3[A-POOL]->19249
1424
+ type: contains
1425
+ start_temp_id: 6.3[A-POOL]
1426
+ end_temp_id: '19249'
1427
+ - temp_id: 17353q->18847
1428
+ type: contains
1429
+ start_temp_id: 17353q
1430
+ end_temp_id: '18847'
1431
+ - temp_id: 6.3[A-POOL]->19248
1432
+ type: contains
1433
+ start_temp_id: 6.3[A-POOL]
1434
+ end_temp_id: '19248'
1435
+ - temp_id: 8.1[A-POOL]->19027
1436
+ type: contains
1437
+ start_temp_id: 8.1[A-POOL]
1438
+ end_temp_id: '19027'
1439
+ - temp_id: 9.2->9.3
1440
+ type: prerequisite
1441
+ start_temp_id: '9.2'
1442
+ end_temp_id: '9.3'
1443
+ - temp_id: 11.3[A-POOL]->17366
1444
+ type: contains
1445
+ start_temp_id: 11.3[A-POOL]
1446
+ end_temp_id: '17366'
1447
+ - temp_id: 3.3[T-POOL]->315
1448
+ type: contains
1449
+ start_temp_id: 3.3[T-POOL]
1450
+ end_temp_id: '315'
1451
+ - temp_id: 17481->19026
1452
+ type: contains
1453
+ start_temp_id: '17481'
1454
+ end_temp_id: '19026'
1455
+ - temp_id: 4.3->4.3[A-POOL]
1456
+ type: assessed_by
1457
+ start_temp_id: '4.3'
1458
+ end_temp_id: 4.3[A-POOL]
1459
+ - temp_id: 12.2[T-POOL]->306
1460
+ type: contains
1461
+ start_temp_id: 12.2[T-POOL]
1462
+ end_temp_id: '306'
1463
+ - temp_id: 8.3->8.3[T-POOL]
1464
+ type: taught_by
1465
+ start_temp_id: '8.3'
1466
+ end_temp_id: 8.3[T-POOL]
1467
+ - temp_id: 9.1->9.2
1468
+ type: prerequisite
1469
+ start_temp_id: '9.1'
1470
+ end_temp_id: '9.2'
1471
+ - temp_id: 17303q->17372
1472
+ type: contains
1473
+ start_temp_id: 17303q
1474
+ end_temp_id: '17372'
1475
+ - temp_id: 9.4[A-POOL]->19270
1476
+ type: contains
1477
+ start_temp_id: 9.4[A-POOL]
1478
+ end_temp_id: '19270'
1479
+ - temp_id: 12.3->12.3[A-POOL]
1480
+ type: assessed_by
1481
+ start_temp_id: '12.3'
1482
+ end_temp_id: 12.3[A-POOL]
1483
+ - temp_id: 1.3->1.3[A-POOL]
1484
+ type: assessed_by
1485
+ start_temp_id: '1.3'
1486
+ end_temp_id: 1.3[A-POOL]
1487
+ - temp_id: 17352q->18833
1488
+ type: contains
1489
+ start_temp_id: 17352q
1490
+ end_temp_id: '18833'
1491
+ - temp_id: 17326->19123
1492
+ type: contains
1493
+ start_temp_id: '17326'
1494
+ end_temp_id: '19123'
1495
+ - temp_id: 1.3->7.3
1496
+ type: prerequisite
1497
+ start_temp_id: '1.3'
1498
+ end_temp_id: '7.3'
1499
+ - temp_id: 4.2->9.1
1500
+ type: prerequisite
1501
+ start_temp_id: '4.2'
1502
+ end_temp_id: '9.1'
1503
+ - temp_id: 4.1->4.1[A-POOL]
1504
+ type: assessed_by
1505
+ start_temp_id: '4.1'
1506
+ end_temp_id: 4.1[A-POOL]
1507
+ - temp_id: 12.1[A-POOL]->18763
1508
+ type: contains
1509
+ start_temp_id: 12.1[A-POOL]
1510
+ end_temp_id: '18763'
1511
+ - temp_id: 3.1[A-POOL]->19135
1512
+ type: contains
1513
+ start_temp_id: 3.1[A-POOL]
1514
+ end_temp_id: '19135'
1515
+ - temp_id: 17328->19191
1516
+ type: contains
1517
+ start_temp_id: '17328'
1518
+ end_temp_id: '19191'
1519
+ - temp_id: 10.3[A-POOL]->17805
1520
+ type: contains
1521
+ start_temp_id: 10.3[A-POOL]
1522
+ end_temp_id: '17805'
1523
+ - temp_id: 17493->19277
1524
+ type: contains
1525
+ start_temp_id: '17493'
1526
+ end_temp_id: '19277'
1527
+ - temp_id: 7.3[A-POOL]->18936
1528
+ type: contains
1529
+ start_temp_id: 7.3[A-POOL]
1530
+ end_temp_id: '18936'
1531
+ - temp_id: 17304->17448
1532
+ type: contains
1533
+ start_temp_id: '17304'
1534
+ end_temp_id: '17448'
1535
+ - temp_id: 6.1[A-POOL]->19224
1536
+ type: contains
1537
+ start_temp_id: 6.1[A-POOL]
1538
+ end_temp_id: '19224'
1539
+ - temp_id: 22564->25624
1540
+ type: contains
1541
+ start_temp_id: '22564'
1542
+ end_temp_id: '25624'
1543
+ - temp_id: 9.1->9.1[T-POOL]
1544
+ type: taught_by
1545
+ start_temp_id: '9.1'
1546
+ end_temp_id: 9.1[T-POOL]
1547
+ - temp_id: 17294->17802
1548
+ type: contains
1549
+ start_temp_id: '17294'
1550
+ end_temp_id: '17802'
1551
+ - temp_id: 1.2[T-POOL]->1929
1552
+ type: contains
1553
+ start_temp_id: 1.2[T-POOL]
1554
+ end_temp_id: '1929'
1555
+ - temp_id: 17493->19280
1556
+ type: contains
1557
+ start_temp_id: '17493'
1558
+ end_temp_id: '19280'
1559
+ - temp_id: 17318->18764
1560
+ type: contains
1561
+ start_temp_id: '17318'
1562
+ end_temp_id: '18764'
1563
+ - temp_id: 3.3[A-POOL]->19185
1564
+ type: contains
1565
+ start_temp_id: 3.3[A-POOL]
1566
+ end_temp_id: '19185'
1567
+ - temp_id: 17295->17807
1568
+ type: contains
1569
+ start_temp_id: '17295'
1570
+ end_temp_id: '17807'
1571
+ - temp_id: 3.1->3.1[T-POOL]
1572
+ type: taught_by
1573
+ start_temp_id: '3.1'
1574
+ end_temp_id: 3.1[T-POOL]
1575
+ - temp_id: 4.1->6.1
1576
+ type: prerequisite
1577
+ start_temp_id: '4.1'
1578
+ end_temp_id: '6.1'
1579
+ - temp_id: 11.4[A-POOL]->17446
1580
+ type: contains
1581
+ start_temp_id: 11.4[A-POOL]
1582
+ end_temp_id: '17446'
1583
+ - temp_id: 11.1->11.2
1584
+ type: prerequisite
1585
+ start_temp_id: '11.1'
1586
+ end_temp_id: '11.2'
1587
+ - temp_id: 8.2->8.3
1588
+ type: prerequisite
1589
+ start_temp_id: '8.2'
1590
+ end_temp_id: '8.3'
1591
+ - temp_id: 3.1->3.1[A-POOL]
1592
+ type: assessed_by
1593
+ start_temp_id: '3.1'
1594
+ end_temp_id: 3.1[A-POOL]
1595
+ - temp_id: 17490->19080
1596
+ type: contains
1597
+ start_temp_id: '17490'
1598
+ end_temp_id: '19080'
1599
+ - temp_id: 8.3[A-POOL]->19038
1600
+ type: contains
1601
+ start_temp_id: 8.3[A-POOL]
1602
+ end_temp_id: '19038'
1603
+ - temp_id: 1.2->11.2
1604
+ type: prerequisite
1605
+ start_temp_id: '1.2'
1606
+ end_temp_id: '11.2'
1607
+ - temp_id: 6.3->6.3[T-POOL]
1608
+ type: taught_by
1609
+ start_temp_id: '6.3'
1610
+ end_temp_id: 6.3[T-POOL]
1611
+ - temp_id: 4.1[A-POOL]->18846
1612
+ type: contains
1613
+ start_temp_id: 4.1[A-POOL]
1614
+ end_temp_id: '18846'
1615
+ - temp_id: 17359->19220
1616
+ type: contains
1617
+ start_temp_id: '17359'
1618
+ end_temp_id: '19220'
1619
+ - temp_id: 4.1[A-POOL]->18850
1620
+ type: contains
1621
+ start_temp_id: 4.1[A-POOL]
1622
+ end_temp_id: '18850'
1623
+ - temp_id: 17334->18850
1624
+ type: contains
1625
+ start_temp_id: '17334'
1626
+ end_temp_id: '18850'
1627
+ - temp_id: 5.1[A-POOL]->18757
1628
+ type: contains
1629
+ start_temp_id: 5.1[A-POOL]
1630
+ end_temp_id: '18757'
1631
+ - temp_id: 22564->25615
1632
+ type: contains
1633
+ start_temp_id: '22564'
1634
+ end_temp_id: '25615'
1635
+ name: Sandcastle Knewton Sample Graph (for Analytics)
1636
+ nodes:
1637
+ - name: Teaching Pool
1638
+ subtype: pool
1639
+ taxon_ids: []
1640
+ temp_id: 3.1[T-POOL]
1641
+ type: module
1642
+ - name: Percentages and Precision Quiz Question 2
1643
+ subtype: atom
1644
+ taxon_ids:
1645
+ - 12416
1646
+ - 12461
1647
+ - 12360
1648
+ - 12430
1649
+ temp_id: '17366'
1650
+ type: module
1651
+ - name: Incorporate the commutative and associative properties of addition with additive
1652
+ inverses.
1653
+ temp_id: '7.3'
1654
+ type: concept
1655
+ - name: Rules of A-Fraction Lesson
1656
+ subtype: atom
1657
+ taxon_ids:
1658
+ - 12413
1659
+ - 12462
1660
+ - 12396
1661
+ - 12449
1662
+ temp_id: '517'
1663
+ type: module
1664
+ - name: Assessment Pool
1665
+ subtype: pool
1666
+ taxon_ids: []
1667
+ temp_id: 9.1[A-POOL]
1668
+ type: module
1669
+ - name: Multiplying Decimals Quiz
1670
+ subtype: bndl
1671
+ taxon_ids:
1672
+ - 12405
1673
+ - 12463
1674
+ - 12386
1675
+ - 12457
1676
+ temp_id: '17335'
1677
+ type: module
1678
+ - name: Another Side of Addition Quiz Question 1
1679
+ subtype: atom
1680
+ taxon_ids:
1681
+ - 12411
1682
+ - 12461
1683
+ - 12363
1684
+ - 12446
1685
+ temp_id: '18914'
1686
+ type: module
1687
+ - name: Ratios in Action Quiz Question 1
1688
+ subtype: atom
1689
+ taxon_ids:
1690
+ - 12415
1691
+ - 12414
1692
+ - 12460
1693
+ - 12389
1694
+ - 12450
1695
+ temp_id: '17802'
1696
+ type: module
1697
+ - name: Double Trouble Lesson
1698
+ subtype: atom
1699
+ taxon_ids:
1700
+ - 12408
1701
+ - 12462
1702
+ - 12377
1703
+ - 12441
1704
+ temp_id: '315'
1705
+ type: module
1706
+ - name: (Fraction) Addition and Subtraction Quiz Question 2
1707
+ subtype: atom
1708
+ taxon_ids:
1709
+ - 12417
1710
+ - 12419
1711
+ - 12418
1712
+ - 12420
1713
+ - 12461
1714
+ - 12392
1715
+ - 12458
1716
+ temp_id: '25637'
1717
+ type: module
1718
+ - name: Assessment Pool
1719
+ subtype: pool
1720
+ taxon_ids: []
1721
+ temp_id: 1.1[A-POOL]
1722
+ type: module
1723
+ - name: Understand the addition and subtraction of fractions, including finding a
1724
+ common denominator.
1725
+ temp_id: '1.3'
1726
+ type: concept
1727
+ - name: Teaching Pool
1728
+ subtype: pool
1729
+ taxon_ids: []
1730
+ temp_id: 9.2[T-POOL]
1731
+ type: module
1732
+ - name: Assessment Pool
1733
+ subtype: pool
1734
+ taxon_ids: []
1735
+ temp_id: 12.2[A-POOL]
1736
+ type: module
1737
+ - name: Beyond Integers Quiz Question 3
1738
+ subtype: atom
1739
+ taxon_ids:
1740
+ - 12412
1741
+ - 12460
1742
+ - 12380
1743
+ - 12423
1744
+ temp_id: '19080'
1745
+ type: module
1746
+ - name: Visualizing Ratios Quiz Question 1
1747
+ subtype: atom
1748
+ taxon_ids:
1749
+ - 12416
1750
+ - 12460
1751
+ - 12361
1752
+ - 12436
1753
+ temp_id: '17310'
1754
+ type: module
1755
+ - name: Dividing Decimals Quiz Question 2
1756
+ subtype: atom
1757
+ taxon_ids:
1758
+ - 12405
1759
+ - 12460
1760
+ - 12385
1761
+ - 12455
1762
+ temp_id: '18872'
1763
+ type: module
1764
+ - name: Assessment Pool
1765
+ subtype: pool
1766
+ taxon_ids: []
1767
+ temp_id: 2.2[A-POOL]
1768
+ type: module
1769
+ - name: Solve more complex problems with percentages.
1770
+ temp_id: '12.3'
1771
+ type: concept
1772
+ - name: Going Down the Line Quiz Question 1
1773
+ subtype: atom
1774
+ taxon_ids:
1775
+ - 12404
1776
+ - 12461
1777
+ - 12371
1778
+ - 12421
1779
+ temp_id: '19220'
1780
+ type: module
1781
+ - name: Assessment Pool
1782
+ subtype: pool
1783
+ taxon_ids: []
1784
+ temp_id: 4.2[A-POOL]
1785
+ type: module
1786
+ - name: Going Down the Line Quiz
1787
+ subtype: bndl
1788
+ taxon_ids:
1789
+ - 12404
1790
+ - 12463
1791
+ - 12371
1792
+ - 12421
1793
+ temp_id: '17359'
1794
+ type: module
1795
+ - name: Divvy 'Em Up Lesson
1796
+ subtype: atom
1797
+ taxon_ids:
1798
+ - 12407
1799
+ - 12462
1800
+ - 12366
1801
+ - 12445
1802
+ temp_id: '299'
1803
+ type: module
1804
+ - name: Be able to divide fractions by other fractions.
1805
+ temp_id: '2.3'
1806
+ type: concept
1807
+ - name: Lesser of Two Evils Quiz Question 3
1808
+ subtype: atom
1809
+ taxon_ids:
1810
+ - 12404
1811
+ - 12461
1812
+ - 12373
1813
+ - 12454
1814
+ temp_id: '19246'
1815
+ type: module
1816
+ - name: Lesser of Two Evils Quiz
1817
+ subtype: bndl
1818
+ taxon_ids:
1819
+ - 12404
1820
+ - 12463
1821
+ - 12373
1822
+ - 12454
1823
+ temp_id: '17360'
1824
+ type: module
1825
+ - name: Teaching Pool
1826
+ subtype: pool
1827
+ taxon_ids: []
1828
+ temp_id: 3.3[T-POOL]
1829
+ type: module
1830
+ - name: Seats and Streets Quiz
1831
+ subtype: bndl
1832
+ taxon_ids:
1833
+ - 12406
1834
+ - 12409
1835
+ - 12463
1836
+ - 12374
1837
+ - 12444
1838
+ temp_id: 17353q
1839
+ type: module
1840
+ - name: Debt Doubling Quiz
1841
+ subtype: bndl
1842
+ taxon_ids:
1843
+ - 12413
1844
+ - 12463
1845
+ - 12393
1846
+ - 12442
1847
+ temp_id: '17481'
1848
+ type: module
1849
+ - name: Apply the concept of the x-y plane to solve problems with negative numbers.
1850
+ temp_id: '5.3'
1851
+ type: concept
1852
+ - name: Teaching Pool
1853
+ subtype: pool
1854
+ taxon_ids: []
1855
+ temp_id: 6.2[T-POOL]
1856
+ type: module
1857
+ - name: Divvy 'Em Up Quiz Question 2
1858
+ subtype: atom
1859
+ taxon_ids:
1860
+ - 12407
1861
+ - 12460
1862
+ - 12366
1863
+ - 12445
1864
+ temp_id: '17347'
1865
+ type: module
1866
+ - name: Debt Division Quiz Question 3
1867
+ subtype: atom
1868
+ taxon_ids:
1869
+ - 12413
1870
+ - 12461
1871
+ - 12395
1872
+ - 12422
1873
+ temp_id: '19043'
1874
+ type: module
1875
+ - name: Tools of Conversion Lesson
1876
+ subtype: atom
1877
+ taxon_ids:
1878
+ - 12416
1879
+ - 12462
1880
+ - 12358
1881
+ - 12432
1882
+ temp_id: '290'
1883
+ type: module
1884
+ - name: Fraction Metamorphosis Quiz Question 1
1885
+ subtype: atom
1886
+ taxon_ids:
1887
+ - 12413
1888
+ - 12460
1889
+ - 12394
1890
+ - 12428
1891
+ temp_id: '19034'
1892
+ type: module
1893
+ - name: Teaching Pool
1894
+ subtype: pool
1895
+ taxon_ids: []
1896
+ temp_id: 11.4[T-POOL]
1897
+ type: module
1898
+ - name: Choosing Tools Quiz Question 3
1899
+ subtype: atom
1900
+ taxon_ids:
1901
+ - 12412
1902
+ - 12461
1903
+ - 12381
1904
+ - 12456
1905
+ temp_id: '19264'
1906
+ type: module
1907
+ - name: Melting and Freezing Quiz Question 1
1908
+ subtype: atom
1909
+ taxon_ids:
1910
+ - 12397
1911
+ - 12461
1912
+ - 12370
1913
+ - 12435
1914
+ temp_id: '18763'
1915
+ type: module
1916
+ - name: Why Divide? Lesson
1917
+ subtype: atom
1918
+ taxon_ids:
1919
+ - 12407
1920
+ - 12462
1921
+ - 12367
1922
+ - 12429
1923
+ temp_id: '298'
1924
+ type: module
1925
+ - name: Tools of Conversion Quiz Question 3
1926
+ subtype: atom
1927
+ taxon_ids:
1928
+ - 12416
1929
+ - 12460
1930
+ - 12358
1931
+ - 12432
1932
+ temp_id: '17449'
1933
+ type: module
1934
+ - name: Compare absolute values.
1935
+ temp_id: '6.3'
1936
+ type: concept
1937
+ - name: Multiplying Decimals Quiz Question 3
1938
+ subtype: atom
1939
+ taxon_ids:
1940
+ - 12405
1941
+ - 12460
1942
+ - 12386
1943
+ - 12457
1944
+ temp_id: '18868'
1945
+ type: module
1946
+ - name: Part, Percent, and Whole Quiz
1947
+ subtype: bndl
1948
+ taxon_ids:
1949
+ - 12397
1950
+ - 12463
1951
+ - 12369
1952
+ - 12427
1953
+ temp_id: '17319'
1954
+ type: module
1955
+ - name: Going Down the Line Lesson
1956
+ subtype: atom
1957
+ taxon_ids:
1958
+ - 12404
1959
+ - 12462
1960
+ - 12371
1961
+ - 12421
1962
+ temp_id: '346'
1963
+ type: module
1964
+ - name: Assessment Pool
1965
+ subtype: pool
1966
+ taxon_ids: []
1967
+ temp_id: 10.3[A-POOL]
1968
+ type: module
1969
+ - name: Teaching Pool
1970
+ subtype: pool
1971
+ taxon_ids: []
1972
+ temp_id: 5.2[T-POOL]
1973
+ type: module
1974
+ - name: Down to the Unit Rate Quiz Question 3
1975
+ subtype: atom
1976
+ taxon_ids:
1977
+ - 12415
1978
+ - 12414
1979
+ - 12460
1980
+ - 12387
1981
+ - 12425
1982
+ temp_id: '17807'
1983
+ type: module
1984
+ - name: Fraction Multiplication Quiz Question 1
1985
+ subtype: atom
1986
+ taxon_ids:
1987
+ - 12417
1988
+ - 12419
1989
+ - 12418
1990
+ - 12420
1991
+ - 12460
1992
+ - 12391
1993
+ - 12424
1994
+ temp_id: '25629'
1995
+ type: module
1996
+ - name: Putting it all Together Quiz
1997
+ subtype: bndl
1998
+ taxon_ids:
1999
+ - 12397
2000
+ - 12463
2001
+ - 12368
2002
+ - 12440
2003
+ temp_id: '17320'
2004
+ type: module
2005
+ - name: Fraction Notation Quiz Question 1
2006
+ subtype: atom
2007
+ taxon_ids:
2008
+ - 12417
2009
+ - 12419
2010
+ - 12418
2011
+ - 12420
2012
+ - 12461
2013
+ - 12390
2014
+ - 12453
2015
+ temp_id: '25615'
2016
+ type: module
2017
+ - name: Beyond Integers Quiz
2018
+ subtype: bndl
2019
+ taxon_ids:
2020
+ - 12412
2021
+ - 12463
2022
+ - 12380
2023
+ - 12423
2024
+ temp_id: '17490'
2025
+ type: module
2026
+ - name: Teaching Pool
2027
+ subtype: pool
2028
+ taxon_ids: []
2029
+ temp_id: 4.2[T-POOL]
2030
+ type: module
2031
+ - name: Assessment Pool
2032
+ subtype: pool
2033
+ taxon_ids: []
2034
+ temp_id: 8.1[A-POOL]
2035
+ type: module
2036
+ - name: Fraction Multiplication Quiz
2037
+ subtype: bndl
2038
+ taxon_ids:
2039
+ - 12417
2040
+ - 12419
2041
+ - 12418
2042
+ - 12420
2043
+ - 12463
2044
+ - 12391
2045
+ - 12424
2046
+ temp_id: '22565'
2047
+ type: module
2048
+ - name: Why Divide? Quiz Question 2
2049
+ subtype: atom
2050
+ taxon_ids:
2051
+ - 12407
2052
+ - 12461
2053
+ - 12367
2054
+ - 12429
2055
+ temp_id: '17339'
2056
+ type: module
2057
+ - name: Assessment Pool
2058
+ subtype: pool
2059
+ taxon_ids: []
2060
+ temp_id: 10.1[A-POOL]
2061
+ type: module
2062
+ - name: Assessment Pool
2063
+ subtype: pool
2064
+ taxon_ids: []
2065
+ temp_id: 9.3[A-POOL]
2066
+ type: module
2067
+ - name: Double Trouble Quiz Question 3
2068
+ subtype: atom
2069
+ taxon_ids:
2070
+ - 12408
2071
+ - 12460
2072
+ - 12377
2073
+ - 12441
2074
+ temp_id: '19194'
2075
+ type: module
2076
+ - name: The Power of One Quiz
2077
+ subtype: bndl
2078
+ taxon_ids:
2079
+ - 12416
2080
+ - 12463
2081
+ - 12359
2082
+ - 12438
2083
+ temp_id: 17302q
2084
+ type: module
2085
+ - name: Opposites Reflect Lesson
2086
+ subtype: atom
2087
+ taxon_ids:
2088
+ - 12406
2089
+ - 12409
2090
+ - 12462
2091
+ - 12375
2092
+ - 12434
2093
+ temp_id: '339'
2094
+ type: module
2095
+ - name: Another Side of Addition Quiz Question 3
2096
+ subtype: atom
2097
+ taxon_ids:
2098
+ - 12411
2099
+ - 12460
2100
+ - 12363
2101
+ - 12446
2102
+ temp_id: '18930'
2103
+ type: module
2104
+ - name: Fraction Notation Quiz Question 3
2105
+ subtype: atom
2106
+ taxon_ids:
2107
+ - 12417
2108
+ - 12419
2109
+ - 12418
2110
+ - 12420
2111
+ - 12461
2112
+ - 12390
2113
+ - 12453
2114
+ temp_id: '25624'
2115
+ type: module
2116
+ - name: The Power of One Quiz Question 1
2117
+ subtype: atom
2118
+ taxon_ids:
2119
+ - 12416
2120
+ - 12460
2121
+ - 12359
2122
+ - 12438
2123
+ temp_id: '17352'
2124
+ type: module
2125
+ - name: Down to the Unit Rate Quiz
2126
+ subtype: bndl
2127
+ taxon_ids:
2128
+ - 12415
2129
+ - 12414
2130
+ - 12463
2131
+ - 12387
2132
+ - 12425
2133
+ temp_id: '17295'
2134
+ type: module
2135
+ - name: Teaching Pool
2136
+ subtype: pool
2137
+ taxon_ids: []
2138
+ temp_id: 12.2[T-POOL]
2139
+ type: module
2140
+ - name: Teaching Pool
2141
+ subtype: pool
2142
+ taxon_ids: []
2143
+ temp_id: 1.3[T-POOL]
2144
+ type: module
2145
+ - name: Use ratios and the unit rate to convert between units.
2146
+ temp_id: '11.4'
2147
+ type: concept
2148
+ - name: Going Below Zero Lesson
2149
+ subtype: atom
2150
+ taxon_ids:
2151
+ - 12406
2152
+ - 12409
2153
+ - 12462
2154
+ - 12376
2155
+ - 12433
2156
+ temp_id: '338'
2157
+ type: module
2158
+ - name: Opposites Reflect Quiz Question 3
2159
+ subtype: atom
2160
+ taxon_ids:
2161
+ - 12406
2162
+ - 12409
2163
+ - 12461
2164
+ - 12375
2165
+ - 12434
2166
+ temp_id: '18833'
2167
+ type: module
2168
+ - name: Teaching Pool
2169
+ subtype: pool
2170
+ taxon_ids: []
2171
+ temp_id: 7.1[T-POOL]
2172
+ type: module
2173
+ - name: Assessment Pool
2174
+ subtype: pool
2175
+ taxon_ids: []
2176
+ temp_id: 4.3[A-POOL]
2177
+ type: module
2178
+ - name: Fraction Reciprocity (Reciprocals) Quiz
2179
+ subtype: bndl
2180
+ taxon_ids:
2181
+ - 12407
2182
+ - 12463
2183
+ - 12365
2184
+ - 12439
2185
+ temp_id: 17310q
2186
+ type: module
2187
+ - name: Divvy 'Em Up Quiz Question 3
2188
+ subtype: atom
2189
+ taxon_ids:
2190
+ - 12407
2191
+ - 12461
2192
+ - 12366
2193
+ - 12445
2194
+ temp_id: '17354'
2195
+ type: module
2196
+ - name: Teaching Pool
2197
+ subtype: pool
2198
+ taxon_ids: []
2199
+ temp_id: 10.1[T-POOL]
2200
+ type: module
2201
+ - name: Assessment Pool
2202
+ subtype: pool
2203
+ taxon_ids: []
2204
+ temp_id: 1.3[A-POOL]
2205
+ type: module
2206
+ - name: Remain Calm Lesson
2207
+ subtype: atom
2208
+ taxon_ids:
2209
+ - 12408
2210
+ - 12462
2211
+ - 12379
2212
+ - 12437
2213
+ temp_id: '314'
2214
+ type: module
2215
+ - name: Remain Calm Quiz Question 1
2216
+ subtype: atom
2217
+ taxon_ids:
2218
+ - 12408
2219
+ - 12461
2220
+ - 12379
2221
+ - 12437
2222
+ temp_id: '19157'
2223
+ type: module
2224
+ - name: Teaching Pool
2225
+ subtype: pool
2226
+ taxon_ids: []
2227
+ temp_id: 11.2[T-POOL]
2228
+ type: module
2229
+ - name: Assessment Pool
2230
+ subtype: pool
2231
+ taxon_ids: []
2232
+ temp_id: 8.4[A-POOL]
2233
+ type: module
2234
+ - name: Understand negatives as opposites, including on the x-y plane.
2235
+ temp_id: '5.2'
2236
+ type: concept
2237
+ - name: Visualizing Ratios Quiz
2238
+ subtype: bndl
2239
+ taxon_ids:
2240
+ - 12416
2241
+ - 12463
2242
+ - 12361
2243
+ - 12436
2244
+ temp_id: '17301'
2245
+ type: module
2246
+ - name: Proper Use of Properties Lesson
2247
+ subtype: atom
2248
+ taxon_ids:
2249
+ - 12411
2250
+ - 12462
2251
+ - 12362
2252
+ - 12452
2253
+ temp_id: '509'
2254
+ type: module
2255
+ - name: Double Trouble Quiz
2256
+ subtype: bndl
2257
+ taxon_ids:
2258
+ - 12408
2259
+ - 12463
2260
+ - 12377
2261
+ - 12441
2262
+ temp_id: '17328'
2263
+ type: module
2264
+ - name: Adding and Subtracting Decimals Lesson
2265
+ subtype: atom
2266
+ taxon_ids:
2267
+ - 12405
2268
+ - 12462
2269
+ - 12384
2270
+ - 12451
2271
+ temp_id: '321'
2272
+ type: module
2273
+ - name: Adding and Subtracting Decimals Quiz Question 2
2274
+ subtype: atom
2275
+ taxon_ids:
2276
+ - 12405
2277
+ - 12461
2278
+ - 12384
2279
+ - 12451
2280
+ temp_id: '18850'
2281
+ type: module
2282
+ - name: Two-Way Problem Solving Quiz Question 3
2283
+ subtype: atom
2284
+ taxon_ids:
2285
+ - 12412
2286
+ - 12460
2287
+ - 12383
2288
+ - 12447
2289
+ temp_id: '19099'
2290
+ type: module
2291
+ - name: Use percentages, decimals, and fractions to solve problems.
2292
+ temp_id: '12.2'
2293
+ type: concept
2294
+ - name: Debt Division Quiz
2295
+ subtype: bndl
2296
+ taxon_ids:
2297
+ - 12413
2298
+ - 12463
2299
+ - 12395
2300
+ - 12422
2301
+ temp_id: '17482'
2302
+ type: module
2303
+ - name: Opposites Reflect Quiz
2304
+ subtype: bndl
2305
+ taxon_ids:
2306
+ - 12406
2307
+ - 12409
2308
+ - 12463
2309
+ - 12375
2310
+ - 12434
2311
+ temp_id: 17352q
2312
+ type: module
2313
+ - name: Melting and Freezing Quiz
2314
+ subtype: bndl
2315
+ taxon_ids:
2316
+ - 12397
2317
+ - 12463
2318
+ - 12370
2319
+ - 12435
2320
+ temp_id: '17318'
2321
+ type: module
2322
+ - name: Down to the Unit Rate Quiz Question 2
2323
+ subtype: atom
2324
+ taxon_ids:
2325
+ - 12415
2326
+ - 12414
2327
+ - 12461
2328
+ - 12387
2329
+ - 12425
2330
+ temp_id: '17806'
2331
+ type: module
2332
+ - name: Proper Use of Properties Quiz Question 3
2333
+ subtype: atom
2334
+ taxon_ids:
2335
+ - 12411
2336
+ - 12460
2337
+ - 12362
2338
+ - 12452
2339
+ temp_id: '18942'
2340
+ type: module
2341
+ - name: Adding and Subtracting Decimals Quiz
2342
+ subtype: bndl
2343
+ taxon_ids:
2344
+ - 12405
2345
+ - 12463
2346
+ - 12384
2347
+ - 12451
2348
+ temp_id: '17334'
2349
+ type: module
2350
+ - name: Assessment Pool
2351
+ subtype: pool
2352
+ taxon_ids: []
2353
+ temp_id: 3.3[A-POOL]
2354
+ type: module
2355
+ - name: Zero Sum Quiz Question 1
2356
+ subtype: atom
2357
+ taxon_ids:
2358
+ - 12411
2359
+ - 12460
2360
+ - 12364
2361
+ - 12459
2362
+ temp_id: '18904'
2363
+ type: module
2364
+ - name: Divide and Conquer Lesson
2365
+ subtype: atom
2366
+ taxon_ids:
2367
+ - 12408
2368
+ - 12462
2369
+ - 12378
2370
+ - 12426
2371
+ temp_id: '313'
2372
+ type: module
2373
+ - name: Assessment Pool
2374
+ subtype: pool
2375
+ taxon_ids: []
2376
+ temp_id: 12.1[A-POOL]
2377
+ type: module
2378
+ - name: Teaching Pool
2379
+ subtype: pool
2380
+ taxon_ids: []
2381
+ temp_id: 2.1[T-POOL]
2382
+ type: module
2383
+ - name: Assessment Pool
2384
+ subtype: pool
2385
+ taxon_ids: []
2386
+ temp_id: 11.1[A-POOL]
2387
+ type: module
2388
+ - name: Choosing Tools Quiz
2389
+ subtype: bndl
2390
+ taxon_ids:
2391
+ - 12412
2392
+ - 12463
2393
+ - 12381
2394
+ - 12456
2395
+ temp_id: '17492'
2396
+ type: module
2397
+ - name: Going Down the Line Quiz Question 2
2398
+ subtype: atom
2399
+ taxon_ids:
2400
+ - 12404
2401
+ - 12460
2402
+ - 12371
2403
+ - 12421
2404
+ temp_id: '19221'
2405
+ type: module
2406
+ - name: Assessment Pool
2407
+ subtype: pool
2408
+ taxon_ids: []
2409
+ temp_id: 7.1[A-POOL]
2410
+ type: module
2411
+ - name: Why Divide? Quiz
2412
+ subtype: bndl
2413
+ taxon_ids:
2414
+ - 12407
2415
+ - 12463
2416
+ - 12367
2417
+ - 12429
2418
+ temp_id: '17311'
2419
+ type: module
2420
+ - name: The Power of One Lesson
2421
+ subtype: atom
2422
+ taxon_ids:
2423
+ - 12416
2424
+ - 12462
2425
+ - 12359
2426
+ - 12438
2427
+ temp_id: '289'
2428
+ type: module
2429
+ - name: Seats and Streets Lesson
2430
+ subtype: atom
2431
+ taxon_ids:
2432
+ - 12406
2433
+ - 12409
2434
+ - 12462
2435
+ - 12374
2436
+ - 12444
2437
+ temp_id: '340'
2438
+ type: module
2439
+ - name: Assessment Pool
2440
+ subtype: pool
2441
+ taxon_ids: []
2442
+ temp_id: 6.3[A-POOL]
2443
+ type: module
2444
+ - name: Fraction Metamorphosis Quiz Question 3
2445
+ subtype: atom
2446
+ taxon_ids:
2447
+ - 12413
2448
+ - 12461
2449
+ - 12394
2450
+ - 12428
2451
+ temp_id: '19032'
2452
+ type: module
2453
+ - name: Part, Percent, and Whole Quiz Question 3
2454
+ subtype: atom
2455
+ taxon_ids:
2456
+ - 12397
2457
+ - 12461
2458
+ - 12369
2459
+ - 12427
2460
+ temp_id: '18777'
2461
+ type: module
2462
+ - name: Double Trouble Quiz Question 1
2463
+ subtype: atom
2464
+ taxon_ids:
2465
+ - 12408
2466
+ - 12461
2467
+ - 12377
2468
+ - 12441
2469
+ temp_id: '19185'
2470
+ type: module
2471
+ - name: Divide and Conquer Quiz Question
2472
+ subtype: atom
2473
+ taxon_ids:
2474
+ - 12408
2475
+ - 12461
2476
+ - 12378
2477
+ - 12426
2478
+ temp_id: '19123'
2479
+ type: module
2480
+ - name: Fraction Metamorphosis Lesson
2481
+ subtype: atom
2482
+ taxon_ids:
2483
+ - 12413
2484
+ - 12462
2485
+ - 12394
2486
+ - 12428
2487
+ temp_id: '518'
2488
+ type: module
2489
+ - name: Part, Percent, and Whole Quiz Question 1
2490
+ subtype: atom
2491
+ taxon_ids:
2492
+ - 12397
2493
+ - 12460
2494
+ - 12369
2495
+ - 12427
2496
+ temp_id: '18773'
2497
+ type: module
2498
+ - name: Assessment Pool
2499
+ subtype: pool
2500
+ taxon_ids: []
2501
+ temp_id: 8.2[A-POOL]
2502
+ type: module
2503
+ - name: Multiplying Decimals Lesson
2504
+ subtype: atom
2505
+ taxon_ids:
2506
+ - 12405
2507
+ - 12462
2508
+ - 12386
2509
+ - 12457
2510
+ temp_id: '322'
2511
+ type: module
2512
+ - name: Two-Way Problem Solving Lesson
2513
+ subtype: atom
2514
+ taxon_ids:
2515
+ - 12412
2516
+ - 12462
2517
+ - 12383
2518
+ - 12447
2519
+ temp_id: '532'
2520
+ type: module
2521
+ - name: Part, Percent, and Whole Quiz Question 2
2522
+ subtype: atom
2523
+ taxon_ids:
2524
+ - 12397
2525
+ - 12460
2526
+ - 12369
2527
+ - 12427
2528
+ temp_id: '18775'
2529
+ type: module
2530
+ - name: Be able to solve problems using all operations on decimals plus multiplying
2531
+ fractions.
2532
+ temp_id: '9.1'
2533
+ type: concept
2534
+ - name: Be able to multiply decimals
2535
+ temp_id: '4.2'
2536
+ type: concept
2537
+ - name: Two-Way Problem Solving Quiz Question 1
2538
+ subtype: atom
2539
+ taxon_ids:
2540
+ - 12412
2541
+ - 12461
2542
+ - 12383
2543
+ - 12447
2544
+ temp_id: '19083'
2545
+ type: module
2546
+ - name: Understand ratios and their relationship to fractions.
2547
+ temp_id: '10.1'
2548
+ type: concept
2549
+ - name: Absolutely Positive? Quiz Question 1
2550
+ subtype: atom
2551
+ taxon_ids:
2552
+ - 12404
2553
+ - 12460
2554
+ - 12372
2555
+ - 12431
2556
+ temp_id: '19247'
2557
+ type: module
2558
+ - name: Fraction Reciprocity (Reciprocals) Quiz Question 1
2559
+ subtype: atom
2560
+ taxon_ids:
2561
+ - 12407
2562
+ - 12460
2563
+ - 12365
2564
+ - 12439
2565
+ temp_id: '17302'
2566
+ type: module
2567
+ - name: Apply dividing fractions by multiplying by its reciprocal
2568
+ temp_id: '2.2'
2569
+ type: concept
2570
+ - name: Be able to multiply fractions.
2571
+ temp_id: '1.2'
2572
+ type: concept
2573
+ - name: Going Below Zero Quiz
2574
+ subtype: bndl
2575
+ taxon_ids:
2576
+ - 12406
2577
+ - 12409
2578
+ - 12463
2579
+ - 12376
2580
+ - 12433
2581
+ temp_id: '17351'
2582
+ type: module
2583
+ - name: Be able to divide using negative fractions.
2584
+ temp_id: '8.2'
2585
+ type: concept
2586
+ - name: Teaching Pool
2587
+ subtype: pool
2588
+ taxon_ids: []
2589
+ temp_id: 8.3[T-POOL]
2590
+ type: module
2591
+ - name: Fraction Notation Quiz
2592
+ subtype: bndl
2593
+ taxon_ids:
2594
+ - 12417
2595
+ - 12419
2596
+ - 12418
2597
+ - 12420
2598
+ - 12463
2599
+ - 12390
2600
+ - 12453
2601
+ temp_id: '22564'
2602
+ type: module
2603
+ - name: Understand fraction notation.
2604
+ temp_id: '1.1'
2605
+ type: concept
2606
+ - name: Perform long division using numbers that divide evenly.
2607
+ temp_id: '3.1'
2608
+ type: concept
2609
+ - name: Part, Percent, and Whole Lesson
2610
+ subtype: atom
2611
+ taxon_ids:
2612
+ - 12397
2613
+ - 12462
2614
+ - 12369
2615
+ - 12427
2616
+ temp_id: '306'
2617
+ type: module
2618
+ - name: Assessment Pool
2619
+ subtype: pool
2620
+ taxon_ids: []
2621
+ temp_id: 3.1[A-POOL]
2622
+ type: module
2623
+ - name: Assessment Pool
2624
+ subtype: pool
2625
+ taxon_ids: []
2626
+ temp_id: 2.3[A-POOL]
2627
+ type: module
2628
+ - name: Assessment Pool
2629
+ subtype: pool
2630
+ taxon_ids: []
2631
+ temp_id: 1.2[A-POOL]
2632
+ type: module
2633
+ - name: Teaching Pool
2634
+ subtype: pool
2635
+ taxon_ids: []
2636
+ temp_id: 8.4[T-POOL]
2637
+ type: module
2638
+ - name: Debt Doubling Quiz Question 1
2639
+ subtype: atom
2640
+ taxon_ids:
2641
+ - 12413
2642
+ - 12460
2643
+ - 12393
2644
+ - 12442
2645
+ temp_id: '19026'
2646
+ type: module
2647
+ - name: Ratios in Action Quiz Question 2
2648
+ subtype: atom
2649
+ taxon_ids:
2650
+ - 12415
2651
+ - 12414
2652
+ - 12460
2653
+ - 12389
2654
+ - 12450
2655
+ temp_id: '17803'
2656
+ type: module
2657
+ - name: Percentages and Precision Quiz Question 3
2658
+ subtype: atom
2659
+ taxon_ids:
2660
+ - 12416
2661
+ - 12461
2662
+ - 12360
2663
+ - 12430
2664
+ temp_id: '17372'
2665
+ type: module
2666
+ - name: Teaching Pool
2667
+ subtype: pool
2668
+ taxon_ids: []
2669
+ temp_id: 9.1[T-POOL]
2670
+ type: module
2671
+ - name: Assessment Pool
2672
+ subtype: pool
2673
+ taxon_ids: []
2674
+ temp_id: 3.2[A-POOL]
2675
+ type: module
2676
+ - name: Remain Calm Quiz
2677
+ subtype: bndl
2678
+ taxon_ids:
2679
+ - 12408
2680
+ - 12463
2681
+ - 12379
2682
+ - 12437
2683
+ temp_id: '17327'
2684
+ type: module
2685
+ - name: Double Trouble Quiz Question 2
2686
+ subtype: atom
2687
+ taxon_ids:
2688
+ - 12408
2689
+ - 12460
2690
+ - 12377
2691
+ - 12441
2692
+ temp_id: '19191'
2693
+ type: module
2694
+ - name: Absolutely Positive? Lesson
2695
+ subtype: atom
2696
+ taxon_ids:
2697
+ - 12404
2698
+ - 12462
2699
+ - 12372
2700
+ - 12431
2701
+ temp_id: '348'
2702
+ type: module
2703
+ - name: Two-Way Problem Solving Quiz
2704
+ subtype: bndl
2705
+ taxon_ids:
2706
+ - 12412
2707
+ - 12463
2708
+ - 12383
2709
+ - 12447
2710
+ temp_id: '17491'
2711
+ type: module
2712
+ - name: Opposites Reflect Quiz Question 1
2713
+ subtype: atom
2714
+ taxon_ids:
2715
+ - 12406
2716
+ - 12409
2717
+ - 12461
2718
+ - 12375
2719
+ - 12434
2720
+ temp_id: '18828'
2721
+ type: module
2722
+ - name: Teaching Pool
2723
+ subtype: pool
2724
+ taxon_ids: []
2725
+ temp_id: 6.1[T-POOL]
2726
+ type: module
2727
+ - name: Dividing Decimals Quiz
2728
+ subtype: bndl
2729
+ taxon_ids:
2730
+ - 12405
2731
+ - 12463
2732
+ - 12385
2733
+ - 12455
2734
+ temp_id: '17336'
2735
+ type: module
2736
+ - name: Multiplying Decimals Quiz Question 2
2737
+ subtype: atom
2738
+ taxon_ids:
2739
+ - 12405
2740
+ - 12461
2741
+ - 12386
2742
+ - 12457
2743
+ temp_id: '18864'
2744
+ type: module
2745
+ - name: Debt Doubling Quiz Question 3
2746
+ subtype: atom
2747
+ taxon_ids:
2748
+ - 12413
2749
+ - 12461
2750
+ - 12393
2751
+ - 12442
2752
+ temp_id: '19028'
2753
+ type: module
2754
+ - name: Why Divide? Quiz Question 1
2755
+ subtype: atom
2756
+ taxon_ids:
2757
+ - 12407
2758
+ - 12461
2759
+ - 12367
2760
+ - 12429
2761
+ temp_id: '17380'
2762
+ type: module
2763
+ - name: Dividing Decimals Quiz Question 1
2764
+ subtype: atom
2765
+ taxon_ids:
2766
+ - 12405
2767
+ - 12460
2768
+ - 12385
2769
+ - 12455
2770
+ temp_id: '18871'
2771
+ type: module
2772
+ - name: Recognize that opposites are additive inverses, and apply.
2773
+ temp_id: '7.1'
2774
+ type: concept
2775
+ - name: Divvy 'Em Up Quiz
2776
+ subtype: bndl
2777
+ taxon_ids:
2778
+ - 12407
2779
+ - 12463
2780
+ - 12366
2781
+ - 12445
2782
+ temp_id: '17312'
2783
+ type: module
2784
+ - name: Assessment Pool
2785
+ subtype: pool
2786
+ taxon_ids: []
2787
+ temp_id: 11.4[A-POOL]
2788
+ type: module
2789
+ - name: Teaching Pool
2790
+ subtype: pool
2791
+ taxon_ids: []
2792
+ temp_id: 2.2[T-POOL]
2793
+ type: module
2794
+ - name: Use ratios to solve problems.
2795
+ temp_id: '10.2'
2796
+ type: concept
2797
+ - name: Understand and use the unit rate as a ratio and fraction.
2798
+ temp_id: '10.3'
2799
+ type: concept
2800
+ - name: Proper Use of Properties Quiz Question 1
2801
+ subtype: atom
2802
+ taxon_ids:
2803
+ - 12411
2804
+ - 12460
2805
+ - 12362
2806
+ - 12452
2807
+ temp_id: '18936'
2808
+ type: module
2809
+ - name: Assessment Pool
2810
+ subtype: pool
2811
+ taxon_ids: []
2812
+ temp_id: 4.1[A-POOL]
2813
+ type: module
2814
+ - name: Solve complex problems with multiplying and dividing negative fractions.
2815
+ temp_id: '8.3'
2816
+ type: concept
2817
+ - name: Visualizing Ratios Quiz Question 3
2818
+ subtype: atom
2819
+ taxon_ids:
2820
+ - 12416
2821
+ - 12460
2822
+ - 12361
2823
+ - 12436
2824
+ temp_id: '17343'
2825
+ type: module
2826
+ - name: Fraction Multiplication Lesson
2827
+ subtype: atom
2828
+ taxon_ids:
2829
+ - 12417
2830
+ - 12419
2831
+ - 12418
2832
+ - 12420
2833
+ - 12462
2834
+ - 12391
2835
+ - 12424
2836
+ temp_id: '1929'
2837
+ type: module
2838
+ - name: Tuning Into Ratios Quiz
2839
+ subtype: bndl
2840
+ taxon_ids:
2841
+ - 12415
2842
+ - 12414
2843
+ - 12463
2844
+ - 12388
2845
+ - 12448
2846
+ temp_id: '17293'
2847
+ type: module
2848
+ - name: Going Below Zero Quiz Question 2
2849
+ subtype: atom
2850
+ taxon_ids:
2851
+ - 12406
2852
+ - 12409
2853
+ - 12461
2854
+ - 12376
2855
+ - 12433
2856
+ temp_id: '18757'
2857
+ type: module
2858
+ - name: Opposites Reflect Quiz Question 2
2859
+ subtype: atom
2860
+ taxon_ids:
2861
+ - 12406
2862
+ - 12409
2863
+ - 12460
2864
+ - 12375
2865
+ - 12434
2866
+ temp_id: '18831'
2867
+ type: module
2868
+ - name: Dividing Decimals Lesson
2869
+ subtype: atom
2870
+ taxon_ids:
2871
+ - 12405
2872
+ - 12462
2873
+ - 12385
2874
+ - 12455
2875
+ temp_id: '323'
2876
+ type: module
2877
+ - name: (Fraction) Addition and Subtraction Lesson
2878
+ subtype: atom
2879
+ taxon_ids:
2880
+ - 12417
2881
+ - 12419
2882
+ - 12418
2883
+ - 12420
2884
+ - 12462
2885
+ - 12392
2886
+ - 12458
2887
+ temp_id: '1930'
2888
+ type: module
2889
+ - name: Perform long division with decimal places in either the dividend or the quotient,
2890
+ or both.
2891
+ temp_id: '3.3'
2892
+ type: concept
2893
+ - name: Assessment Pool
2894
+ subtype: pool
2895
+ taxon_ids: []
2896
+ temp_id: 11.2[A-POOL]
2897
+ type: module
2898
+ - name: Assessment Pool
2899
+ subtype: pool
2900
+ taxon_ids: []
2901
+ temp_id: 8.3[A-POOL]
2902
+ type: module
2903
+ - name: Fraction Reciprocity (Reciprocals) Quiz Question 3
2904
+ subtype: atom
2905
+ taxon_ids:
2906
+ - 12407
2907
+ - 12460
2908
+ - 12365
2909
+ - 12439
2910
+ temp_id: '17315'
2911
+ type: module
2912
+ - name: Teaching Pool
2913
+ subtype: pool
2914
+ taxon_ids: []
2915
+ temp_id: 1.1[T-POOL]
2916
+ type: module
2917
+ - name: Ratios in Action Lesson
2918
+ subtype: atom
2919
+ taxon_ids:
2920
+ - 12415
2921
+ - 12414
2922
+ - 12462
2923
+ - 12389
2924
+ - 12450
2925
+ temp_id: '263'
2926
+ type: module
2927
+ - name: Assessment Pool
2928
+ subtype: pool
2929
+ taxon_ids: []
2930
+ temp_id: 11.3[A-POOL]
2931
+ type: module
2932
+ - name: Down to the Unit Rate Quiz Question 1
2933
+ subtype: atom
2934
+ taxon_ids:
2935
+ - 12415
2936
+ - 12414
2937
+ - 12461
2938
+ - 12387
2939
+ - 12425
2940
+ temp_id: '17805'
2941
+ type: module
2942
+ - name: Assessment Pool
2943
+ subtype: pool
2944
+ taxon_ids: []
2945
+ temp_id: 5.3[A-POOL]
2946
+ type: module
2947
+ - name: Checkpoints Quiz
2948
+ subtype: bndl
2949
+ taxon_ids:
2950
+ - 12412
2951
+ - 12463
2952
+ - 12382
2953
+ - 12443
2954
+ temp_id: '17493'
2955
+ type: module
2956
+ - name: Rules of A-Fraction Quiz Question 2
2957
+ subtype: atom
2958
+ taxon_ids:
2959
+ - 12413
2960
+ - 12461
2961
+ - 12396
2962
+ - 12449
2963
+ temp_id: '19037'
2964
+ type: module
2965
+ - name: Rules of A-Fraction Quiz Question 3
2966
+ subtype: atom
2967
+ taxon_ids:
2968
+ - 12413
2969
+ - 12460
2970
+ - 12396
2971
+ - 12449
2972
+ temp_id: '19036'
2973
+ type: module
2974
+ - name: Tools of Conversion Quiz Question 2
2975
+ subtype: atom
2976
+ taxon_ids:
2977
+ - 12416
2978
+ - 12460
2979
+ - 12358
2980
+ - 12432
2981
+ temp_id: '17448'
2982
+ type: module
2983
+ - name: Debt Doubling Quiz Question 2
2984
+ subtype: atom
2985
+ taxon_ids:
2986
+ - 12413
2987
+ - 12461
2988
+ - 12393
2989
+ - 12442
2990
+ temp_id: '19027'
2991
+ type: module
2992
+ - name: Be able to order positive and negative numbers in simple problems.
2993
+ temp_id: '6.1'
2994
+ type: concept
2995
+ - name: Choosing Tools Quiz Question 2
2996
+ subtype: atom
2997
+ taxon_ids:
2998
+ - 12412
2999
+ - 12461
3000
+ - 12381
3001
+ - 12456
3002
+ temp_id: '19258'
3003
+ type: module
3004
+ - name: Visualizing Ratios Lesson
3005
+ subtype: atom
3006
+ taxon_ids:
3007
+ - 12416
3008
+ - 12462
3009
+ - 12361
3010
+ - 12436
3011
+ temp_id: '288'
3012
+ type: module
3013
+ - name: Down to the Unit Rate Lesson
3014
+ subtype: atom
3015
+ taxon_ids:
3016
+ - 12415
3017
+ - 12414
3018
+ - 12462
3019
+ - 12387
3020
+ - 12425
3021
+ temp_id: '264'
3022
+ type: module
3023
+ - name: Fraction Reciprocity (Reciprocals) Quiz Question 2
3024
+ subtype: atom
3025
+ taxon_ids:
3026
+ - 12407
3027
+ - 12461
3028
+ - 12365
3029
+ - 12439
3030
+ temp_id: '17303'
3031
+ type: module
3032
+ - name: Fraction Metamorphosis Quiz Question 2
3033
+ subtype: atom
3034
+ taxon_ids:
3035
+ - 12413
3036
+ - 12461
3037
+ - 12394
3038
+ - 12428
3039
+ temp_id: '19031'
3040
+ type: module
3041
+ - name: Absolutely Positive? Quiz Question 2
3042
+ subtype: atom
3043
+ taxon_ids:
3044
+ - 12404
3045
+ - 12461
3046
+ - 12372
3047
+ - 12431
3048
+ temp_id: '19248'
3049
+ type: module
3050
+ - name: Solve problems by multiplying negative fractions
3051
+ temp_id: '8.1'
3052
+ type: concept
3053
+ - name: Dividing Decimals Quiz Question 3
3054
+ subtype: atom
3055
+ taxon_ids:
3056
+ - 12405
3057
+ - 12461
3058
+ - 12385
3059
+ - 12455
3060
+ temp_id: '18873'
3061
+ type: module
3062
+ - name: Seats and Streets Quiz Question 1
3063
+ subtype: atom
3064
+ taxon_ids:
3065
+ - 12406
3066
+ - 12409
3067
+ - 12460
3068
+ - 12374
3069
+ - 12444
3070
+ temp_id: '18844'
3071
+ type: module
3072
+ - name: Apply another use of additive inverses.
3073
+ temp_id: '7.2'
3074
+ type: concept
3075
+ - name: Teaching Pool
3076
+ subtype: pool
3077
+ taxon_ids: []
3078
+ temp_id: 5.3[T-POOL]
3079
+ type: module
3080
+ - name: (Fraction) Addition and Subtraction Quiz Question 3
3081
+ subtype: atom
3082
+ taxon_ids:
3083
+ - 12417
3084
+ - 12419
3085
+ - 12418
3086
+ - 12420
3087
+ - 12461
3088
+ - 12392
3089
+ - 12458
3090
+ temp_id: '25639'
3091
+ type: module
3092
+ - name: (Fraction) Addition and Subtraction Quiz Question 1
3093
+ subtype: atom
3094
+ taxon_ids:
3095
+ - 12417
3096
+ - 12419
3097
+ - 12418
3098
+ - 12420
3099
+ - 12461
3100
+ - 12392
3101
+ - 12458
3102
+ temp_id: '25635'
3103
+ type: module
3104
+ - name: Fraction Notation Quiz Question 2
3105
+ subtype: atom
3106
+ taxon_ids:
3107
+ - 12417
3108
+ - 12419
3109
+ - 12418
3110
+ - 12420
3111
+ - 12460
3112
+ - 12390
3113
+ - 12453
3114
+ temp_id: '25620'
3115
+ type: module
3116
+ - name: Teaching Pool
3117
+ subtype: pool
3118
+ taxon_ids: []
3119
+ temp_id: 7.3[T-POOL]
3120
+ type: module
3121
+ - name: Assessment Pool
3122
+ subtype: pool
3123
+ taxon_ids: []
3124
+ temp_id: 12.3[A-POOL]
3125
+ type: module
3126
+ - name: Zero Sum Quiz
3127
+ subtype: bndl
3128
+ taxon_ids:
3129
+ - 12411
3130
+ - 12463
3131
+ - 12364
3132
+ - 12459
3133
+ temp_id: '17473'
3134
+ type: module
3135
+ - name: Tuning Into Ratios Quiz Question 1
3136
+ subtype: atom
3137
+ taxon_ids:
3138
+ - 12415
3139
+ - 12414
3140
+ - 12461
3141
+ - 12388
3142
+ - 12448
3143
+ temp_id: '17792'
3144
+ type: module
3145
+ - name: Fraction Multiplication Quiz Question 2
3146
+ subtype: atom
3147
+ taxon_ids:
3148
+ - 12417
3149
+ - 12419
3150
+ - 12418
3151
+ - 12420
3152
+ - 12461
3153
+ - 12391
3154
+ - 12424
3155
+ temp_id: '25631'
3156
+ type: module
3157
+ - name: Perform long division using decimal places in the quotient.
3158
+ temp_id: '3.2'
3159
+ type: concept
3160
+ - name: Lesser of Two Evils Lesson
3161
+ subtype: atom
3162
+ taxon_ids:
3163
+ - 12404
3164
+ - 12462
3165
+ - 12373
3166
+ - 12454
3167
+ temp_id: '347'
3168
+ type: module
3169
+ - name: Another Side of Addition Lesson
3170
+ subtype: atom
3171
+ taxon_ids:
3172
+ - 12411
3173
+ - 12462
3174
+ - 12363
3175
+ - 12446
3176
+ temp_id: '508'
3177
+ type: module
3178
+ - name: Fraction Multiplication Quiz Question 3
3179
+ subtype: atom
3180
+ taxon_ids:
3181
+ - 12417
3182
+ - 12419
3183
+ - 12418
3184
+ - 12420
3185
+ - 12461
3186
+ - 12391
3187
+ - 12424
3188
+ temp_id: '25633'
3189
+ type: module
3190
+ - name: Teaching Pool
3191
+ subtype: pool
3192
+ taxon_ids: []
3193
+ temp_id: 10.2[T-POOL]
3194
+ type: module
3195
+ - name: Teaching Pool
3196
+ subtype: pool
3197
+ taxon_ids: []
3198
+ temp_id: 4.3[T-POOL]
3199
+ type: module
3200
+ - name: Understand negative numbers.
3201
+ temp_id: '5.1'
3202
+ type: concept
3203
+ - name: Percentages and Precision Quiz Question 1
3204
+ subtype: atom
3205
+ taxon_ids:
3206
+ - 12416
3207
+ - 12460
3208
+ - 12360
3209
+ - 12430
3210
+ temp_id: '17314'
3211
+ type: module
3212
+ - name: Tools of Conversion Quiz Question 1
3213
+ subtype: atom
3214
+ taxon_ids:
3215
+ - 12416
3216
+ - 12461
3217
+ - 12358
3218
+ - 12432
3219
+ temp_id: '17446'
3220
+ type: module
3221
+ - name: Assessment Pool
3222
+ subtype: pool
3223
+ taxon_ids: []
3224
+ temp_id: 5.2[A-POOL]
3225
+ type: module
3226
+ - name: Adding and Subtracting Decimals Quiz Question 1
3227
+ subtype: atom
3228
+ taxon_ids:
3229
+ - 12405
3230
+ - 12460
3231
+ - 12384
3232
+ - 12451
3233
+ temp_id: '18846'
3234
+ type: module
3235
+ - name: Tuning Into Ratios Quiz Question 2
3236
+ subtype: atom
3237
+ taxon_ids:
3238
+ - 12415
3239
+ - 12414
3240
+ - 12461
3241
+ - 12388
3242
+ - 12448
3243
+ temp_id: '17799'
3244
+ type: module
3245
+ - name: Why Divide? Quiz Question 3
3246
+ subtype: atom
3247
+ taxon_ids:
3248
+ - 12407
3249
+ - 12460
3250
+ - 12367
3251
+ - 12429
3252
+ temp_id: '17341'
3253
+ type: module
3254
+ - name: Choosing Tools Quiz Question 1
3255
+ subtype: atom
3256
+ taxon_ids:
3257
+ - 12412
3258
+ - 12460
3259
+ - 12381
3260
+ - 12456
3261
+ temp_id: '19230'
3262
+ type: module
3263
+ - name: Remain Calm Quiz Question 3
3264
+ subtype: atom
3265
+ taxon_ids:
3266
+ - 12408
3267
+ - 12461
3268
+ - 12379
3269
+ - 12437
3270
+ temp_id: '19175'
3271
+ type: module
3272
+ - name: Assessment Pool
3273
+ subtype: pool
3274
+ taxon_ids: []
3275
+ temp_id: 7.2[A-POOL]
3276
+ type: module
3277
+ - name: Fraction Reciprocity (Reciprocals) Lesson
3278
+ subtype: atom
3279
+ taxon_ids:
3280
+ - 12407
3281
+ - 12462
3282
+ - 12365
3283
+ - 12439
3284
+ temp_id: '297'
3285
+ type: module
3286
+ - name: Teaching Pool
3287
+ subtype: pool
3288
+ taxon_ids: []
3289
+ temp_id: 1.2[T-POOL]
3290
+ type: module
3291
+ - name: Beyond Integers Quiz Question 1
3292
+ subtype: atom
3293
+ taxon_ids:
3294
+ - 12412
3295
+ - 12461
3296
+ - 12380
3297
+ - 12423
3298
+ temp_id: '19068'
3299
+ type: module
3300
+ - name: Be able to visualize ratios using tables or graphs.
3301
+ temp_id: '11.1'
3302
+ type: concept
3303
+ - name: Divide and Conquer Quiz Question
3304
+ subtype: atom
3305
+ taxon_ids:
3306
+ - 12408
3307
+ - 12460
3308
+ - 12378
3309
+ - 12426
3310
+ temp_id: '19121'
3311
+ type: module
3312
+ - name: Percentages and Precision Quiz
3313
+ subtype: bndl
3314
+ taxon_ids:
3315
+ - 12416
3316
+ - 12463
3317
+ - 12360
3318
+ - 12430
3319
+ temp_id: 17303q
3320
+ type: module
3321
+ - name: Teaching Pool
3322
+ subtype: pool
3323
+ taxon_ids: []
3324
+ temp_id: 9.4[T-POOL]
3325
+ type: module
3326
+ - name: Teaching Pool
3327
+ subtype: pool
3328
+ taxon_ids: []
3329
+ temp_id: 7.2[T-POOL]
3330
+ type: module
3331
+ - name: Remain Calm Quiz Question 2
3332
+ subtype: atom
3333
+ taxon_ids:
3334
+ - 12408
3335
+ - 12460
3336
+ - 12379
3337
+ - 12437
3338
+ temp_id: '19164'
3339
+ type: module
3340
+ - name: Assessment Pool
3341
+ subtype: pool
3342
+ taxon_ids: []
3343
+ temp_id: 2.1[A-POOL]
3344
+ type: module
3345
+ - name: Divvy 'Em Up Quiz Question 1
3346
+ subtype: atom
3347
+ taxon_ids:
3348
+ - 12407
3349
+ - 12460
3350
+ - 12366
3351
+ - 12445
3352
+ temp_id: '17346'
3353
+ type: module
3354
+ - name: Apply all operations on decimals and fractions to word problems and situations.
3355
+ temp_id: '9.3'
3356
+ type: concept
3357
+ - name: Debt Division Lesson
3358
+ subtype: atom
3359
+ taxon_ids:
3360
+ - 12413
3361
+ - 12462
3362
+ - 12395
3363
+ - 12422
3364
+ temp_id: '516'
3365
+ type: module
3366
+ - name: Multiplying Decimals Quiz Question 1
3367
+ subtype: atom
3368
+ taxon_ids:
3369
+ - 12405
3370
+ - 12461
3371
+ - 12386
3372
+ - 12457
3373
+ temp_id: '18863'
3374
+ type: module
3375
+ - name: Tuning Into Ratios Lesson
3376
+ subtype: atom
3377
+ taxon_ids:
3378
+ - 12415
3379
+ - 12414
3380
+ - 12462
3381
+ - 12388
3382
+ - 12448
3383
+ temp_id: '262'
3384
+ type: module
3385
+ - name: Convert fractions to decimals using division.
3386
+ temp_id: '8.4'
3387
+ type: concept
3388
+ - name: Two-Way Problem Solving Quiz Question 2
3389
+ subtype: atom
3390
+ taxon_ids:
3391
+ - 12412
3392
+ - 12460
3393
+ - 12383
3394
+ - 12447
3395
+ temp_id: '19089'
3396
+ type: module
3397
+ - name: Visualize the unit rate in real-world situations and understand equivalent
3398
+ ratios.
3399
+ temp_id: '11.2'
3400
+ type: concept
3401
+ - name: Teaching Pool
3402
+ subtype: pool
3403
+ taxon_ids: []
3404
+ temp_id: 6.3[T-POOL]
3405
+ type: module
3406
+ - name: Convert percentages to decimals and fractions.
3407
+ temp_id: '12.1'
3408
+ type: concept
3409
+ - name: Dividing by a fraction is the same as multiplying by its reciprocal.
3410
+ temp_id: '2.1'
3411
+ type: concept
3412
+ - name: Teaching Pool
3413
+ subtype: pool
3414
+ taxon_ids: []
3415
+ temp_id: 12.3[T-POOL]
3416
+ type: module
3417
+ - name: Ratios in Action Quiz Question 3
3418
+ subtype: atom
3419
+ taxon_ids:
3420
+ - 12415
3421
+ - 12414
3422
+ - 12461
3423
+ - 12389
3424
+ - 12450
3425
+ temp_id: '17804'
3426
+ type: module
3427
+ - name: Going Below Zero Quiz Question 1
3428
+ subtype: atom
3429
+ taxon_ids:
3430
+ - 12406
3431
+ - 12409
3432
+ - 12460
3433
+ - 12376
3434
+ - 12433
3435
+ temp_id: '18741'
3436
+ type: module
3437
+ - name: Visualizing Ratios Quiz Question 2
3438
+ subtype: atom
3439
+ taxon_ids:
3440
+ - 12416
3441
+ - 12461
3442
+ - 12361
3443
+ - 12436
3444
+ temp_id: '17342'
3445
+ type: module
3446
+ - name: Teaching Pool
3447
+ subtype: pool
3448
+ taxon_ids: []
3449
+ temp_id: 3.2[T-POOL]
3450
+ type: module
3451
+ - name: Assessment Pool
3452
+ subtype: pool
3453
+ taxon_ids: []
3454
+ temp_id: 10.2[A-POOL]
3455
+ type: module
3456
+ - name: Rules of A-Fraction Quiz Question 1
3457
+ subtype: atom
3458
+ taxon_ids:
3459
+ - 12413
3460
+ - 12460
3461
+ - 12396
3462
+ - 12449
3463
+ temp_id: '19038'
3464
+ type: module
3465
+ - name: Zero Sum Lesson
3466
+ subtype: atom
3467
+ taxon_ids:
3468
+ - 12411
3469
+ - 12462
3470
+ - 12364
3471
+ - 12459
3472
+ temp_id: '507'
3473
+ type: module
3474
+ - name: Proper Use of Properties Quiz Question 2
3475
+ subtype: atom
3476
+ taxon_ids:
3477
+ - 12411
3478
+ - 12461
3479
+ - 12362
3480
+ - 12452
3481
+ temp_id: '18939'
3482
+ type: module
3483
+ - name: Melting and Freezing Lesson
3484
+ subtype: atom
3485
+ taxon_ids:
3486
+ - 12397
3487
+ - 12462
3488
+ - 12370
3489
+ - 12435
3490
+ temp_id: '305'
3491
+ type: module
3492
+ - name: Proper Use of Properties Quiz
3493
+ subtype: bndl
3494
+ taxon_ids:
3495
+ - 12411
3496
+ - 12463
3497
+ - 12362
3498
+ - 12452
3499
+ temp_id: '17475'
3500
+ type: module
3501
+ - name: Assessment Pool
3502
+ subtype: pool
3503
+ taxon_ids: []
3504
+ temp_id: 5.1[A-POOL]
3505
+ type: module
3506
+ - name: Be able to add and subtract decimals
3507
+ temp_id: '4.1'
3508
+ type: concept
3509
+ - name: Divide and Conquer Quiz Question
3510
+ subtype: atom
3511
+ taxon_ids:
3512
+ - 12408
3513
+ - 12461
3514
+ - 12378
3515
+ - 12426
3516
+ temp_id: '19135'
3517
+ type: module
3518
+ - name: Tools of Conversion Quiz
3519
+ subtype: bndl
3520
+ taxon_ids:
3521
+ - 12416
3522
+ - 12463
3523
+ - 12358
3524
+ - 12432
3525
+ temp_id: '17304'
3526
+ type: module
3527
+ - name: Tuning Into Ratios Quiz Question 3
3528
+ subtype: atom
3529
+ taxon_ids:
3530
+ - 12415
3531
+ - 12414
3532
+ - 12461
3533
+ - 12388
3534
+ - 12448
3535
+ temp_id: '17801'
3536
+ type: module
3537
+ - name: Debt Division Quiz Question 1
3538
+ subtype: atom
3539
+ taxon_ids:
3540
+ - 12413
3541
+ - 12461
3542
+ - 12395
3543
+ - 12422
3544
+ temp_id: '19041'
3545
+ type: module
3546
+ - name: Fraction Notation Lesson
3547
+ subtype: atom
3548
+ taxon_ids:
3549
+ - 12417
3550
+ - 12419
3551
+ - 12418
3552
+ - 12420
3553
+ - 12462
3554
+ - 12390
3555
+ - 12453
3556
+ temp_id: '1928'
3557
+ type: module
3558
+ - name: Solve more complicated word problems by using the proper techniques with all
3559
+ operations on decimals and fractions.
3560
+ temp_id: '9.4'
3561
+ type: concept
3562
+ - name: Another Side of Addition Quiz
3563
+ subtype: bndl
3564
+ taxon_ids:
3565
+ - 12411
3566
+ - 12463
3567
+ - 12363
3568
+ - 12446
3569
+ temp_id: '17474'
3570
+ type: module
3571
+ - name: Teaching Pool
3572
+ subtype: pool
3573
+ taxon_ids: []
3574
+ temp_id: 9.3[T-POOL]
3575
+ type: module
3576
+ - name: Lesser of Two Evils Quiz Question 2
3577
+ subtype: atom
3578
+ taxon_ids:
3579
+ - 12404
3580
+ - 12461
3581
+ - 12373
3582
+ - 12454
3583
+ temp_id: '19244'
3584
+ type: module
3585
+ - name: Putting it all Together Quiz Question 3
3586
+ subtype: atom
3587
+ taxon_ids:
3588
+ - 12397
3589
+ - 12461
3590
+ - 12368
3591
+ - 12440
3592
+ temp_id: '18784'
3593
+ type: module
3594
+ - name: Seats and Streets Quiz Question 2
3595
+ subtype: atom
3596
+ taxon_ids:
3597
+ - 12406
3598
+ - 12409
3599
+ - 12461
3600
+ - 12374
3601
+ - 12444
3602
+ temp_id: '18847'
3603
+ type: module
3604
+ - name: Beyond Integers Quiz Question 2
3605
+ subtype: atom
3606
+ taxon_ids:
3607
+ - 12412
3608
+ - 12460
3609
+ - 12380
3610
+ - 12423
3611
+ temp_id: '19072'
3612
+ type: module
3613
+ - name: Going Down the Line Quiz Question 3
3614
+ subtype: atom
3615
+ taxon_ids:
3616
+ - 12404
3617
+ - 12460
3618
+ - 12371
3619
+ - 12421
3620
+ temp_id: '19224'
3621
+ type: module
3622
+ - name: Choosing Tools Lesson
3623
+ subtype: atom
3624
+ taxon_ids:
3625
+ - 12412
3626
+ - 12462
3627
+ - 12381
3628
+ - 12456
3629
+ temp_id: '534'
3630
+ type: module
3631
+ - name: Teaching Pool
3632
+ subtype: pool
3633
+ taxon_ids: []
3634
+ temp_id: 12.1[T-POOL]
3635
+ type: module
3636
+ - name: Putting it all Together Quiz Question 2
3637
+ subtype: atom
3638
+ taxon_ids:
3639
+ - 12397
3640
+ - 12461
3641
+ - 12368
3642
+ - 12440
3643
+ temp_id: '18783'
3644
+ type: module
3645
+ - name: Zero Sum Quiz Question 3
3646
+ subtype: atom
3647
+ taxon_ids:
3648
+ - 12411
3649
+ - 12461
3650
+ - 12364
3651
+ - 12459
3652
+ temp_id: '18908'
3653
+ type: module
3654
+ - name: The Power of One Quiz Question 3
3655
+ subtype: atom
3656
+ taxon_ids:
3657
+ - 12416
3658
+ - 12461
3659
+ - 12359
3660
+ - 12438
3661
+ temp_id: '17356'
3662
+ type: module
3663
+ - name: Adding and Subtracting Decimals Quiz Question 3
3664
+ subtype: atom
3665
+ taxon_ids:
3666
+ - 12405
3667
+ - 12461
3668
+ - 12384
3669
+ - 12451
3670
+ temp_id: '18854'
3671
+ type: module
3672
+ - name: Assessment Pool
3673
+ subtype: pool
3674
+ taxon_ids: []
3675
+ temp_id: 9.2[A-POOL]
3676
+ type: module
3677
+ - name: Teaching Pool
3678
+ subtype: pool
3679
+ taxon_ids: []
3680
+ temp_id: 8.2[T-POOL]
3681
+ type: module
3682
+ - name: Teaching Pool
3683
+ subtype: pool
3684
+ taxon_ids: []
3685
+ temp_id: 8.1[T-POOL]
3686
+ type: module
3687
+ - name: Checkpoints Lesson
3688
+ subtype: atom
3689
+ taxon_ids:
3690
+ - 12412
3691
+ - 12462
3692
+ - 12382
3693
+ - 12443
3694
+ temp_id: '535'
3695
+ type: module
3696
+ - name: Teaching Pool
3697
+ subtype: pool
3698
+ taxon_ids: []
3699
+ temp_id: 11.3[T-POOL]
3700
+ type: module
3701
+ - name: Absolutely Positive? Quiz
3702
+ subtype: bndl
3703
+ taxon_ids:
3704
+ - 12404
3705
+ - 12463
3706
+ - 12372
3707
+ - 12431
3708
+ temp_id: '17361'
3709
+ type: module
3710
+ - name: Be able to order positive and negative numbers in more complex problems.
3711
+ temp_id: '6.2'
3712
+ type: concept
3713
+ - name: Be able to divide decimals
3714
+ temp_id: '4.3'
3715
+ type: concept
3716
+ - name: Beyond Integers Lesson
3717
+ subtype: atom
3718
+ taxon_ids:
3719
+ - 12412
3720
+ - 12462
3721
+ - 12380
3722
+ - 12423
3723
+ temp_id: '530'
3724
+ type: module
3725
+ - name: Rules of A-Fraction Quiz
3726
+ subtype: bndl
3727
+ taxon_ids:
3728
+ - 12413
3729
+ - 12463
3730
+ - 12396
3731
+ - 12449
3732
+ temp_id: '17483'
3733
+ type: module
3734
+ - name: Teaching Pool
3735
+ subtype: pool
3736
+ taxon_ids: []
3737
+ temp_id: 11.1[T-POOL]
3738
+ type: module
3739
+ - name: Solve problems with operations on decimals including division with negative
3740
+ fractions.
3741
+ temp_id: '9.2'
3742
+ type: concept
3743
+ - name: Assessment Pool
3744
+ subtype: pool
3745
+ taxon_ids: []
3746
+ temp_id: 9.4[A-POOL]
3747
+ type: module
3748
+ - name: Putting it all Together Quiz Question 1
3749
+ subtype: atom
3750
+ taxon_ids:
3751
+ - 12397
3752
+ - 12460
3753
+ - 12368
3754
+ - 12440
3755
+ temp_id: '18781'
3756
+ type: module
3757
+ - name: Another Side of Addition Quiz Question 2
3758
+ subtype: atom
3759
+ taxon_ids:
3760
+ - 12411
3761
+ - 12461
3762
+ - 12363
3763
+ - 12446
3764
+ temp_id: '18919'
3765
+ type: module
3766
+ - name: Putting it all Together Lesson
3767
+ subtype: atom
3768
+ taxon_ids:
3769
+ - 12397
3770
+ - 12462
3771
+ - 12368
3772
+ - 12440
3773
+ temp_id: '307'
3774
+ type: module
3775
+ - name: Debt Division Quiz Question 2
3776
+ subtype: atom
3777
+ taxon_ids:
3778
+ - 12413
3779
+ - 12460
3780
+ - 12395
3781
+ - 12422
3782
+ temp_id: '19040'
3783
+ type: module
3784
+ - name: Zero Sum Quiz Question 2
3785
+ subtype: atom
3786
+ taxon_ids:
3787
+ - 12411
3788
+ - 12460
3789
+ - 12364
3790
+ - 12459
3791
+ temp_id: '18906'
3792
+ type: module
3793
+ - name: Melting and Freezing Quiz Question 2
3794
+ subtype: atom
3795
+ taxon_ids:
3796
+ - 12397
3797
+ - 12461
3798
+ - 12370
3799
+ - 12435
3800
+ temp_id: '18764'
3801
+ type: module
3802
+ - name: Checkpoints Quiz Question 2
3803
+ subtype: atom
3804
+ taxon_ids:
3805
+ - 12412
3806
+ - 12461
3807
+ - 12382
3808
+ - 12443
3809
+ temp_id: '19277'
3810
+ type: module
3811
+ - name: Absolutely Positive? Quiz Question 3
3812
+ subtype: atom
3813
+ taxon_ids:
3814
+ - 12404
3815
+ - 12460
3816
+ - 12372
3817
+ - 12431
3818
+ temp_id: '19249'
3819
+ type: module
3820
+ - name: The Power of One Quiz Question 2
3821
+ subtype: atom
3822
+ taxon_ids:
3823
+ - 12416
3824
+ - 12460
3825
+ - 12359
3826
+ - 12438
3827
+ temp_id: '17353'
3828
+ type: module
3829
+ - name: Going Below Zero Quiz Question 3
3830
+ subtype: atom
3831
+ taxon_ids:
3832
+ - 12406
3833
+ - 12409
3834
+ - 12461
3835
+ - 12376
3836
+ - 12433
3837
+ temp_id: '18758'
3838
+ type: module
3839
+ - name: Melting and Freezing Quiz Question 3
3840
+ subtype: atom
3841
+ taxon_ids:
3842
+ - 12397
3843
+ - 12460
3844
+ - 12370
3845
+ - 12435
3846
+ temp_id: '18768'
3847
+ type: module
3848
+ - name: Seats and Streets Quiz Question 3
3849
+ subtype: atom
3850
+ taxon_ids:
3851
+ - 12406
3852
+ - 12409
3853
+ - 12461
3854
+ - 12374
3855
+ - 12444
3856
+ temp_id: '18851'
3857
+ type: module
3858
+ - name: Teaching Pool
3859
+ subtype: pool
3860
+ taxon_ids: []
3861
+ temp_id: 5.1[T-POOL]
3862
+ type: module
3863
+ - name: Checkpoints Quiz Question 1
3864
+ subtype: atom
3865
+ taxon_ids:
3866
+ - 12412
3867
+ - 12460
3868
+ - 12382
3869
+ - 12443
3870
+ temp_id: '19270'
3871
+ type: module
3872
+ - name: Fraction Metamorphosis Quiz
3873
+ subtype: bndl
3874
+ taxon_ids:
3875
+ - 12413
3876
+ - 12463
3877
+ - 12394
3878
+ - 12428
3879
+ temp_id: '17484'
3880
+ type: module
3881
+ - name: Checkpoints Quiz Question 3
3882
+ subtype: atom
3883
+ taxon_ids:
3884
+ - 12412
3885
+ - 12460
3886
+ - 12382
3887
+ - 12443
3888
+ temp_id: '19280'
3889
+ type: module
3890
+ - name: Teaching Pool
3891
+ subtype: pool
3892
+ taxon_ids: []
3893
+ temp_id: 2.3[T-POOL]
3894
+ type: module
3895
+ - name: Divide and Conquer Quiz
3896
+ subtype: bndl
3897
+ taxon_ids:
3898
+ - 12408
3899
+ - 12463
3900
+ - 12378
3901
+ - 12426
3902
+ temp_id: '17326'
3903
+ type: module
3904
+ - name: Lesser of Two Evils Quiz Question 1
3905
+ subtype: atom
3906
+ taxon_ids:
3907
+ - 12404
3908
+ - 12461
3909
+ - 12373
3910
+ - 12454
3911
+ temp_id: '19242'
3912
+ type: module
3913
+ - name: Understand percentages and ratios/the unit rate.
3914
+ temp_id: '11.3'
3915
+ type: concept
3916
+ - name: Debt Doubling Lesson
3917
+ subtype: atom
3918
+ taxon_ids:
3919
+ - 12413
3920
+ - 12462
3921
+ - 12393
3922
+ - 12442
3923
+ temp_id: '515'
3924
+ type: module
3925
+ - name: Teaching Pool
3926
+ subtype: pool
3927
+ taxon_ids: []
3928
+ temp_id: 4.1[T-POOL]
3929
+ type: module
3930
+ - name: (Fraction) Addition and Subtraction Quiz
3931
+ subtype: bndl
3932
+ taxon_ids:
3933
+ - 12417
3934
+ - 12419
3935
+ - 12418
3936
+ - 12420
3937
+ - 12463
3938
+ - 12392
3939
+ - 12458
3940
+ temp_id: '22566'
3941
+ type: module
3942
+ - name: Percentages and Precision Lesson
3943
+ subtype: atom
3944
+ taxon_ids:
3945
+ - 12416
3946
+ - 12462
3947
+ - 12360
3948
+ - 12430
3949
+ temp_id: '291'
3950
+ type: module
3951
+ - name: Teaching Pool
3952
+ subtype: pool
3953
+ taxon_ids: []
3954
+ temp_id: 10.3[T-POOL]
3955
+ type: module
3956
+ - name: Assessment Pool
3957
+ subtype: pool
3958
+ taxon_ids: []
3959
+ temp_id: 6.2[A-POOL]
3960
+ type: module
3961
+ - name: Assessment Pool
3962
+ subtype: pool
3963
+ taxon_ids: []
3964
+ temp_id: 6.1[A-POOL]
3965
+ type: module
3966
+ - name: Ratios in Action Quiz
3967
+ subtype: bndl
3968
+ taxon_ids:
3969
+ - 12415
3970
+ - 12414
3971
+ - 12463
3972
+ - 12389
3973
+ - 12450
3974
+ temp_id: '17294'
3975
+ type: module
3976
+ - name: Assessment Pool
3977
+ subtype: pool
3978
+ taxon_ids: []
3979
+ temp_id: 7.3[A-POOL]
3980
+ type: module
3981
+ - name: NonTaxonRecommendable Module 001
3982
+ subtype: atom
3983
+ taxon_ids:
3984
+ - 99999
3985
+ temp_id: 999.1[NTR-ATOM]
3986
+ type: module
3987
+ is_taxon_recommendable: false
3988
+ - name: NonTaxonRecommendable Module 002
3989
+ subtype: atom
3990
+ taxon_ids:
3991
+ - 99999
3992
+ temp_id: 999.2[NTR-ATOM]
3993
+ type: module
3994
+ is_taxon_recommendable: false