-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path68830_EU_06_02.html
257 lines (245 loc) · 12.5 KB
/
68830_EU_06_02.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Template for Multiple Choice Question Brix" name="description">
<!-- widgets.css contains styling for the interactive brix -->
<link href="css/widgets.css" rel="stylesheet">
</head>
<body>
<div id="bfb86bc5f0171485792ccf98432f8b6d5"></div>
<script src="js/d3.v3.min.js"></script>
<script src="js/brixlib-compiled.js"></script>
<script type="text/javascript">
// Create an object that will contain the objects needed for the activities
// on this page.
pearson.brix.activity = {};
var a = pearson.brix.activity;
// The activity config that defines the brix and mortar for this page
a.config =
{
"description": "How an automobile internal combustion engine works",
"containerConfig":
[
{
"description": "container for the graph and labels",
"containerId": "bfb86bc5f0171485792ccf98432f8b6d5",
"brixConfig":
[
{
"bricId": "imageGraph",
"bricType": "Image",
"config":
{
"id": "image1",
"caption": "How an automobile internal combustion engine works",
"actualSize": {"height": 330, "width": 477}
},
"configFixup":
[
{
"type": "set-property",
"name": "URI",
"value":
{
"type": "join",
"parts":
[
{ "type": "ref", "domain": "info", "refId": "imgBaseUrl" },
{ "type": "constant", "value": "img/68830_EU_06_02.png" }
]
}
}
]
},
{
"bricId": "labelGroup1",
"bricType": "LabelGroup",
"config":
{
"id": "dataLabels",
"type": "numbered",
"labels": [
{"content": "1", "xyPos": [0.018, 0.87], "width": 0},
{"content": "2", "xyPos": [0.35, 0.70], "width": 0},
{"content": "3", "xyPos": [0.85, 0.58], "width": 0},
]
}
},
{
"bricId": "cntr1",
"bricType": "SvgContainer",
"config":
{
"maxSize": {"height": 330, "width": 457},
},
"configFixup":
[
{
"type": "set-property",
"name": "node",
"value":
{
"type": "d3select",
"selector": "#bfb86bc5f0171485792ccf98432f8b6d5"
}
}
]
}
],
"hookupActions":
[
{
"description": "Append the image to the svg container",
"type": "method-call",
"instance": {"type": "ref", "domain": "brix", "refId": "cntr1"},
"methodName": "append",
"args":
[
{ "type": "ref", "domain": "brix", "refId": "imageGraph" }
]
},
{
"description": "Append the labels to the svg container",
"type": "method-call",
"instance": {"type": "ref", "domain": "brix", "refId": "cntr1"},
"methodName": "append",
"args":
[
{ "type": "ref", "domain": "brix", "refId": "labelGroup1" }
]
},
{
"description": "Initial condition: select 1st label",
"type": "method-call",
"instance": {"type": "ref", "domain": "brix", "refId": "labelGroup1"},
"methodName": "lite",
"args":
[
{ "type": "constant", "value": "0" }
]
}
]
},
{
"description": "The container contains the liteable callouts",
"containerId": "bfb86bc5f0171485792ccf98432f8b6d5",
"brixConfig":
[
{
"bricId": "lbltbl1",
"bricType": "Callouts",
"config":
{
"id": "callme",
"show": "all",
"type": "numbered",
"textBits":
[
{"cols": ["Fuel and air are fed into cylinders in the engine and burned. Combustion turns liquid fuel into gas, increasing the pressure in the cylinders."]},
{"cols": ["The cylinders drive pistons, which turn a crankshaft. The transmission transfers this force to the car wheels."]},
{"cols": ["As emissions flow out of the engine, contaminants such as hydrocarbons, carbon monoxide, nitrogen oxides, and particulates are transformed or partially removed by emission control equipment. Carbon dioxide, water vapor, and residual pollutants are vented from the car."]}
]
}
}
],
"mortarConfig":
[
{
"mortarId": "hilite1",
"mortarType": "Hilite",
"config":
{
"eventDetailsProperty": "selectKey"
},
"configFixup":
[
{
"type": "set-property",
"name": "topic",
"value":
{
"type": "brix-topic",
"bricType": "LabelGroup",
"instanceId": "dataLabels",
"eventName": "selected"
}
},
{
"type": "set-property",
"name": "targetBric",
"value": { "type": "ref", "domain": "brix", "refId": "lbltbl1" }
}
]
},
{
"mortarId": "hilite2",
"mortarType": "Hilite",
"config":
{
"eventDetailsProperty": "selectKey"
},
"configFixup":
[
{
"type": "set-property",
"name": "topic",
"value":
{
"type": "brix-topic",
"bricType": "Callouts",
"instanceId": "callme",
"eventName": "selected"
}
},
{
"type": "set-property",
"name": "targetBric",
"value": { "type": "ref", "domain": "brix", "refId": "labelGroup1" }
}
]
}
],
"hookupActions":
[
{
"description": "draw the label table",
"type": "method-call",
"instance": {"type": "ref", "domain": "brix", "refId": "lbltbl1"},
"methodName": "draw",
"args":
[
{ "type": "d3select", "selector": "#bfb86bc5f0171485792ccf98432f8b6d5" }
]
},
{
"description": "Initial condition: select 1st table row",
"type": "method-call",
"instance": {"type": "ref", "domain": "brix", "refId": "lbltbl1"},
"methodName": "lite",
"args":
[
{ "type": "constant", "value": "0" }
]
}
]
}
]
};
// create the eventmanager to be used by the created brix, and the
// bricLayer which will create them, and then tell the bricLayer to build.
a.eventManager = new pearson.utils.EventManager();
a.answerMan = new pearson.brix.utils.LocalAnswerMan();
a.submitManager = new pearson.brix.utils.SubmitManager(a.eventManager, a.answerMan);
a.bricLayer = new pearson.brix.BricLayer(null, a.eventManager, a.submitManager);
pearson.utils.logToConsole(true, "FINER");
a.building = a.bricLayer.build(a.config);
/*
a.answerMan.setMaxAttempts(a.config.maxAttempts);
a.answerMan.registerAnswerKey(a.config.sequenceNodeKey,
a.config.containerConfig[0].brixConfig[0].answerKey);
*/
</script>
</body>
</html>