-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.js
348 lines (348 loc) · 24.1 KB
/
params.js
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
var PARAMS = {
preload : {
audio: [
"sounds/bikuti-resampled.wav",
"sounds/budopa-resampled.wav",
"sounds/daropi-resampled.wav",
"sounds/golatu-resampled.wav",
"sounds/kudabi-resampled.wav",
"sounds/pabiku-resampled.wav",
"sounds/pigola-resampled.wav",
"sounds/tibudo-resampled.wav",
"sounds/tigobu-resampled.wav",
"sounds/tudaro-resampled.wav",
"sounds/block-1-stim.mp3",
"sounds/block-2-stim.mp3",
"sounds/block-3-stim.mp3",
"sounds/silence.wav"
],
videos: [
"video/Pingu_Block1.mp4",
"video/Pingu_Block2.mp4",
"video/Pingu_Block3.mp4"
],
images: [
"images/pingu-wait.png",
"images/pingu-listens.png",
"images/pingu-option-blue.png",
"images/pingu-option-both.png",
"images/pingu-option-purple.png",
"images/block-1-comp-c.png",
"images/block-1-comp-f.png",
"images/block-2-comp-c.png",
"images/block-2-comp-f.png",
"images/block-3-comp-c.png",
"images/block-3-comp-f.png"
]
},
conditions : {
AFC : {
name: "AFC",
instructions: {
exposure: "Today we are going to watch some fun videos and play a game. In the videos, you are going to see Pingu, the little penguin, talking to her family and friends in the penguin language. Watch as Pingu goes about her day and listen carefully to the penguin language. Between videos, you will be asked comprehension questions about what Pingu was doing, so make sure that you are paying attention. Click continue start watching the video.",
test: "Great job! Now you and Pingu are going to play a game. In this game, Pingu will say two things, one after the other. Your job is to decide which one of them is a word in the penguin language. Listen carefully to both words, and then choose the one you think is a real word in the penguin language. Are you ready to play? Click continue to start.",
},
test: {
list1: [
{ sound1: "bikuti", category1: "word", sound2: "daropi", category2: "part-word" },
{ sound1: "budopa", category1: "word", sound2: "golatu", category2: "part-word" },
{ sound1: "pabiku", category1: "part-word", sound2: "tudaro", category2: "word" },
{ sound1: "daropi", category1: "part-word", sound2: "budopa", category2: "word" },
{ sound1: "golatu", category1: "part-word", sound2: "tudaro", category2: "word" },
{ sound1: "pigola", category1: "word", sound2: "pabiku", category2: "part-word" },
{ sound1: "budopa", category1: "word", sound2: "tibudo", category2: "part-word" },
{ sound1: "bikuti", category1: "word", sound2: "pabiku", category2: "part-word" },
{ sound1: "tudaro", category1: "word", sound2: "daropi", category2: "part-word" },
{ sound1: "tibudo", category1: "part-word", sound2: "pigola", category2: "word" },
{ sound1: "golatu", category1: "part-word", sound2: "bikuti", category2: "word" },
{ sound1: "pabiku", category1: "part-word", sound2: "budopa", category2: "word" },
{ sound1: "tudaro", category1: "word", sound2: "tibudo", category2: "part-word" },
{ sound1: "daropi", category1: "part-word", sound2: "pigola", category2: "word" },
{ sound1: "tibudo", category1: "part-word", sound2: "bikuti", category2: "word" },
{ sound1: "pigola", category1: "word", sound2: "golatu", category2: "part-word" },
{ sound1: "budopa", category1: "word", sound2: "pabiku", category2: "part-word" },
{ sound1: "tudaro", category1: "word", sound2: "golatu", category2: "part-word" },
{ sound1: "pabiku", category1: "part-word", sound2: "bikuti", category2: "word" },
{ sound1: "budopa", category1: "word", sound2: "daropi", category2: "part-word" },
{ sound1: "tibudo", category1: "part-word", sound2: "tudaro", category2: "word" },
{ sound1: "daropi", category1: "part-word", sound2: "pigola", category2: "word" },
{ sound1: "bikuti", category1: "word", sound2: "tibudo", category2: "part-word" },
{ sound1: "golatu", category1: "part-word", sound2: "pigola", category2: "word" },
{ sound1: "tibudo", category1: "part-word", sound2: "budopa", category2: "word" },
{ sound1: "tudaro", category1: "word", sound2: "daropi", category2: "part-word" },
{ sound1: "pigola", category1: "word", sound2: "pabiku", category2: "part-word" },
{ sound1: "daropi", category1: "part-word", sound2: "bikuti", category2: "word" },
{ sound1: "golatu", category1: "part-word", sound2: "budopa", category2: "word" },
{ sound1: "pabiku", category1: "part-word", sound2: "tudaro", category2: "word" },
{ sound1: "pigola", category1: "word", sound2: "tibudo", category2: "part-word" },
{ sound1: "bikuti", category1: "word", sound2: "golatu", category2: "part-word" }
],
list2: [
{ sound1: "daropi", category1: "part-word", sound2: "pigola", category2: "word" },
{ sound1: "budopa", category1: "word", sound2: "pabiku", category2: "part-word" },
{ sound1: "daropi", category1: "part-word", sound2: "bikuti", category2: "word" },
{ sound1: "tibudo", category1: "part-word", sound2: "tudaro", category2: "word" },
{ sound1: "bikuti", category1: "word", sound2: "tibudo", category2: "part-word" },
{ sound1: "golatu", category1: "part-word", sound2: "budopa", category2: "word" },
{ sound1: "pigola", category1: "word", sound2: "pabiku", category2: "part-word" },
{ sound1: "tudaro", category1: "word", sound2: "golatu", category2: "part-word" },
{ sound1: "tibudo", category1: "part-word", sound2: "budopa", category2: "word" },
{ sound1: "bikuti", category1: "word", sound2: "golatu", category2: "part-word" },
{ sound1: "pigola", category1: "word", sound2: "tibudo", category2: "part-word" },
{ sound1: "tudaro", category1: "word", sound2: "daropi", category2: "part-word" },
{ sound1: "pabiku", category1: "part-word", sound2: "tudaro", category2: "word" },
{ sound1: "golatu", category1: "part-word", sound2: "pigola", category2: "word" },
{ sound1: "budopa", category1: "word", sound2: "daropi", category2: "part-word" },
{ sound1: "pabiku", category1: "part-word", sound2: "bikuti", category2: "word" },
{ sound1: "daropi", category1: "part-word", sound2: "pigola", category2: "word" },
{ sound1: "golatu", category1: "part-word", sound2: "bikuti", category2: "word" },
{ sound1: "budopa", category1: "word", sound2: "tibudo", category2: "part-word" },
{ sound1: "pabiku", category1: "part-word", sound2: "tudaro", category2: "word" },
{ sound1: "pigola", category1: "word", sound2: "golatu", category2: "part-word" },
{ sound1: "tudaro", category1: "word", sound2: "daropi", category2: "part-word" },
{ sound1: "bikuti", category1: "word", sound2: "pabiku", category2: "part-word" },
{ sound1: "tibudo", category1: "part-word", sound2: "pigola", category2: "word" },
{ sound1: "pabiku", category1: "part-word", sound2: "budopa", category2: "word" },
{ sound1: "bikuti", category1: "word", sound2: "daropi", category2: "part-word" },
{ sound1: "golatu", category1: "part-word", sound2: "tudaro", category2: "word" },
{ sound1: "tibudo", category1: "part-word", sound2: "bikuti", category2: "word" },
{ sound1: "pigola", category1: "word", sound2: "pabiku", category2: "part-word" },
{ sound1: "budopa", category1: "word", sound2: "golatu", category2: "part-word" },
{ sound1: "daropi", category1: "part-word", sound2: "budopa", category2: "word" },
{ sound1: "tudaro", category1: "word", sound2: "tibudo", category2: "part-word" }
]
}
},
RATING: {
name: "RATING",
instructions: {
exposure: "Today we are going to watch some fun videos and play a game. In the videos, you are going to see Pingu, the little penguin, talking to her family and friends in the penguin language. Watch as Pingu goes about her day and listen carefully to the penguin language. Between videos, you will be asked comprehension questions about what Pingu was doing, so make sure that you are paying attention. Click continue to start watching the video.",
test: "Great job! Now you and Pingu are going to play a game. In this game, Pingu will say something, and your job is to rate how much it sounds like a word in the penguin language. Listen carefully to what Pingu says, and then use the sliding scale on the screen to rate it. The scale goes from ‘not at all like a penguin word’ to ‘definitely a penguin word'. Are you ready to play? Click continue to start.",
},
test: {
list1: [
{ sound1: "bikuti", category1: "word" },
{ sound1: "daropi", category1: "part-word" },
{ sound1: "budopa", category1: "word" },
{ sound1: "golatu", category1: "part-word" },
{ sound1: "pigola", category1: "word" },
{ sound1: "pabiku", category1: "part-word" },
{ sound1: "tudaro", category1: "word" },
{ sound1: "tibudo", category1: "part-word" },
{ sound1: "daropi", category1: "part-word" },
{ sound1: "budopa", category1: "word" },
{ sound1: "golatu", category1: "part-word" },
{ sound1: "tudaro", category1: "word" },
{ sound1: "bikuti", category1: "word" },
{ sound1: "pabiku", category1: "part-word" },
{ sound1: "pigola", category1: "word" },
{ sound1: "tibudo", category1: "part-word" },
{ sound1: "bikuti", category1: "word" },
{ sound1: "daropi", category1: "part-word" },
{ sound1: "budopa", category1: "word" },
{ sound1: "pabiku", category1: "part-word" },
{ sound1: "tibudo", category1: "part-word" },
{ sound1: "pigola", category1: "word" },
{ sound1: "golatu", category1: "part-word" },
{ sound1: "tudaro", category1: "word" },
{ sound1: "budopa", category1: "word" },
{ sound1: "golatu", category1: "part-word" },
{ sound1: "bikuti", category1: "word" },
{ sound1: "tibudo", category1: "part-word" },
{ sound1: "pigola", category1: "word" },
{ sound1: "daropi", category1: "part-word" },
{ sound1: "pabiku", category1: "part-word" },
{ sound1: "tudaro", category1: "word" }
],
list2: [
{ sound1: "tudaro", category1: "word" },
{ sound1: "budopa", category1: "word" },
{ sound1: "pabiku", category1: "part-word" },
{ sound1: "pigola", category1: "word" },
{ sound1: "daropi", category1: "part-word" },
{ sound1: "bikuti", category1: "word" },
{ sound1: "golatu", category1: "part-word" },
{ sound1: "tudaro", category1: "word" },
{ sound1: "pigola", category1: "word" },
{ sound1: "tibudo", category1: "part-word" },
{ sound1: "daropi", category1: "part-word" },
{ sound1: "bikuti", category1: "word" },
{ sound1: "golatu", category1: "part-word" },
{ sound1: "budopa", category1: "word" },
{ sound1: "pabiku", category1: "part-word" },
{ sound1: "tibudo", category1: "part-word" },
{ sound1: "pigola", category1: "word" },
{ sound1: "golatu", category1: "part-word" },
{ sound1: "tibudo", category1: "part-word" },
{ sound1: "bikuti", category1: "word" },
{ sound1: "daropi", category1: "part-word" },
{ sound1: "tudaro", category1: "word" },
{ sound1: "pabiku", category1: "part-word" },
{ sound1: "budopa", category1: "word" },
{ sound1: "bikuti", category1: "word" },
{ sound1: "golatu", category1: "part-word" },
{ sound1: "tudaro", category1: "word" },
{ sound1: "daropi", category1: "part-word" },
{ sound1: "pigola", category1: "word" },
{ sound1: "pabiku", category1: "part-word" },
{ sound1: "tibudo", category1: "part-word" },
{ sound1: "budopa", category1: "word" }
]
}
},
SICR: {
name: "SICR",
instructions: {
exposure: "Today we are going to watch some fun videos and play a game. In the videos, you are going to see Pingu, the little penguin, talking to her family and friends in the penguin language. Watch as Pingu goes about her day and listen carefully to the penguin language. Between videos, you will be asked comprehension questions about what Pingu was doing, so make sure that you are paying attention. Click continue to start watching the video.",
test: "Great job! Now you and Pingu are going to play a game. In this game, Pingu is going to say some words. After she finishes speaking, your job is to say exactly what Pingu said out loud. To play this game, listen to Pingu very carefully. After Pingu is done talking, say exactly what she said when you see that she is ready to listen. Are you ready to play? Click continue to start.",
},
test: {
list1: [
{ sound1: "pigola", sound2: "tudaro", sound3: "budopa", category: "word" },
{ sound1: "golatu", sound2: "tibudo", sound3: "daropi", category: "part-word" },
{ sound1: "tudaro", sound2: "bikuti", sound3: "pigola", category: "word" },
{ sound1: "daropi", sound2: "pabiku", sound3: "golatu", category: "part-word" },
{ sound1: "bikuti", sound2: "budopa", sound3: "tudaro", category: "word" },
{ sound1: "tibudo", sound2: "daropi", sound3: "pabiku", category: "part-word" },
{ sound1: "budopa", sound2: "bikuti", sound3: "pigola", category: "word" },
{ sound1: "tibudo", sound2: "golatu", sound3: "pabiku", category: "part-word" },
{ sound1: "tudaro", sound2: "pigola", sound3: "bikuti", category: "word" },
{ sound1: "golatu", sound2: "pabiku", sound3: "daropi", category: "part-word" },
{ sound1: "budopa", sound2: "bikuti", sound3: "pigola", category: "word" },
{ sound1: "pabiku", sound2: "golatu", sound3: "tibudo", category: "part-word" },
{ sound1: "pigola", sound2: "budopa", sound3: "tudaro", category: "word" },
{ sound1: "daropi", sound2: "tibudo", sound3: "golatu", category: "part-word" },
{ sound1: "bikuti", sound2: "pigola", sound3: "budopa", category: "word" },
{ sound1: "tibudo", sound2: "daropi", sound3: "pabiku", category: "part-word" },
{ sound1: "pigola", sound2: "budopa", sound3: "tudaro", category: "word" },
{ sound1: "golatu", sound2: "tibudo", sound3: "daropi", category: "part-word" },
{ sound1: "tudaro", sound2: "budopa", sound3: "bikuti", category: "word" },
{ sound1: "pabiku", sound2: "golatu", sound3: "tibudo", category: "part-word" },
{ sound1: "bikuti", sound2: "tudaro", sound3: "pigola", category: "word" },
{ sound1: "daropi", sound2: "pabiku", sound3: "golatu", category: "part-word" },
{ sound1: "budopa", sound2: "pigola", sound3: "bikuti", category: "word" },
{ sound1: "tibudo", sound2: "golatu", sound3: "pabiku", category: "part-word" },
{ sound1: "pigola", sound2: "tudaro", sound3: "bikuti", category: "word" },
{ sound1: "golatu", sound2: "pabiku", sound3: "daropi", category: "part-word" },
{ sound1: "budopa", sound2: "bikuti", sound3: "tudaro", category: "word" },
{ sound1: "pabiku", sound2: "daropi", sound3: "tibudo", category: "part-word" },
{ sound1: "daropi", sound2: "tibudo", sound3: "golatu", category: "part-word" },
{ sound1: "pabiku", sound2: "daropi", sound3: "tibudo", category: "part-word" },
{ sound1: "bikuti", sound2: "tudaro", sound3: "budopa", category: "word" },
{ sound1: "tudaro", sound2: "pigola", sound3: "budopa", category: "word" }
],
list2: [
{ sound1: "budopa", sound2: "pigola", sound3: "bikuti", category: "word" },
{ sound1: "tudaro", sound2: "bikuti", sound3: "pigola", category: "word" },
{ sound1: "golatu", sound2: "pabiku", sound3: "daropi", category: "part-word" },
{ sound1: "budopa", sound2: "bikuti", sound3: "pigola", category: "word" },
{ sound1: "daropi", sound2: "pabiku", sound3: "golatu", category: "part-word" },
{ sound1: "tibudo", sound2: "daropi", sound3: "pabiku", category: "part-word" },
{ sound1: "tudaro", sound2: "pigola", sound3: "bikuti", category: "word" },
{ sound1: "pigola", sound2: "tudaro", sound3: "budopa", category: "word" },
{ sound1: "daropi", sound2: "tibudo", sound3: "golatu", category: "part-word" },
{ sound1: "bikuti", sound2: "pigola", sound3: "budopa", category: "word" },
{ sound1: "daropi", sound2: "pabiku", sound3: "golatu", category: "part-word" },
{ sound1: "pigola", sound2: "tudaro", sound3: "bikuti", category: "word" },
{ sound1: "pabiku", sound2: "golatu", sound3: "tibudo", category: "part-word" },
{ sound1: "bikuti", sound2: "budopa", sound3: "tudaro", category: "word" },
{ sound1: "tibudo", sound2: "daropi", sound3: "pabiku", category: "part-word" },
{ sound1: "golatu", sound2: "pabiku", sound3: "daropi", category: "part-word" },
{ sound1: "tudaro", sound2: "pigola", sound3: "budopa", category: "word" },
{ sound1: "pigola", sound2: "budopa", sound3: "tudaro", category: "word" },
{ sound1: "golatu", sound2: "tibudo", sound3: "daropi", category: "part-word" },
{ sound1: "tudaro", sound2: "budopa", sound3: "bikuti", category: "word" },
{ sound1: "pabiku", sound2: "daropi", sound3: "tibudo", category: "part-word" },
{ sound1: "daropi", sound2: "tibudo", sound3: "golatu", category: "part-word" },
{ sound1: "tibudo", sound2: "golatu", sound3: "pabiku", category: "part-word" },
{ sound1: "budopa", sound2: "bikuti", sound3: "pigola", category: "word" },
{ sound1: "pabiku", sound2: "daropi", sound3: "tibudo", category: "part-word" },
{ sound1: "bikuti", sound2: "tudaro", sound3: "pigola", category: "word" },
{ sound1: "tibudo", sound2: "golatu", sound3: "pabiku", category: "part-word" },
{ sound1: "pigola", sound2: "budopa", sound3: "tudaro", category: "word" },
{ sound1: "pabiku", sound2: "golatu", sound3: "tibudo", category: "part-word" },
{ sound1: "budopa", sound2: "bikuti", sound3: "tudaro", category: "word" },
{ sound1: "bikuti", sound2: "tudaro", sound3: "budopa", category: "word" },
{ sound1: "golatu", sound2: "tibudo", sound3: "daropi", category: "part-word" }
]
}
},
SICR2: {
name: "SICR2",
instructions: {
exposure: "Today we are going to watch some fun videos and play a game. In the videos, you are going to see Pingu, the little penguin, talking to her family and friends in the penguin language. Watch as Pingu goes about her day and listen carefully to the penguin language. Between videos, you will be asked comprehension questions about what Pingu was doing, so make sure that you are paying attention. Click continue to start watching the video.",
test: "Great job! Now you and Pingu are going to play a game. In this game, Pingu is going to say some words. After she finishes speaking, your job is to say exactly what Pingu said out loud. To play this game, listen to Pingu very carefully. After Pingu is done talking, say exactly what she said when you see that she is ready to listen. Are you ready to play? Click continue to start.",
},
test: {
list1: [
{ sound1: "daropi", sound2: "pabiku", category: "part-word" },
{ sound1: "budopa", sound2: "pigola", category: "word" },
{ sound1: "daropi", sound2: "tibudo", category: "part-word" },
{ sound1: "pigola", sound2: "tudaro", category: "word" },
{ sound1: "daropi", sound2: "tibudo", category: "part-word" },
{ sound1: "golatu", sound2: "tibudo", category: "part-word" },
{ sound1: "pigola", sound2: "bikuti", category: "word" },
{ sound1: "tudaro", sound2: "budopa", category: "word" },
{ sound1: "tibudo", sound2: "golatu", category: "part-word" },
{ sound1: "bikuti", sound2: "budopa", category: "word" },
{ sound1: "pabiku", sound2: "golatu", category: "part-word" },
{ sound1: "tudaro", sound2: "pigola", category: "word" },
{ sound1: "bikuti", sound2: "tudaro", category: "word" },
{ sound1: "golatu", sound2: "daropi", category: "part-word" },
{ sound1: "budopa", sound2: "bikuti", category: "word" },
{ sound1: "pabiku", sound2: "daropi", category: "part-word" },
{ sound1: "budopa", sound2: "pigola", category: "word" },
{ sound1: "golatu", sound2: "daropi", category: "part-word" },
{ sound1: "tibudo", sound2: "pabiku", category: "part-word" },
{ sound1: "bikuti", sound2: "tudaro", category: "word" },
{ sound1: "pigola", sound2: "bikuti", category: "word" },
{ sound1: "daropi", sound2: "tibudo", category: "part-word" },
{ sound1: "pabiku", sound2: "golatu", category: "part-word" },
{ sound1: "bikuti", sound2: "budopa", category: "word" },
{ sound1: "golatu", sound2: "pabiku", category: "part-word" },
{ sound1: "tibudo", sound2: "golatu", category: "part-word" },
{ sound1: "pigola", sound2: "tudaro", category: "word" },
{ sound1: "budopa", sound2: "bikuti", category: "word" },
{ sound1: "pabiku", sound2: "daropi", category: "part-word" },
{ sound1: "tudaro", sound2: "budopa", category: "word" },
{ sound1: "tibudo", sound2: "pabiku", category: "part-word" },
{ sound1: "tudaro", sound2: "pigola", category: "word" }
],
list2: [
{ sound1: "budopa", sound2: "pigola", category: "word" },
{ sound1: "bikuti", sound2: "tudaro", category: "word" },
{ sound1: "golatu", sound2: "daropi", category: "part-word" },
{ sound1: "daropi", sound2: "pabiku", category: "part-word" },
{ sound1: "pigola", sound2: "tudaro", category: "word" },
{ sound1: "pigola", sound2: "bikuti", category: "word" },
{ sound1: "golatu", sound2: "tibudo", category: "part-word" },
{ sound1: "pigola", sound2: "tudaro", category: "word" },
{ sound1: "tibudo", sound2: "pabiku", category: "part-word" },
{ sound1: "tudaro", sound2: "pigola", category: "word" },
{ sound1: "daropi", sound2: "tibudo", category: "part-word" },
{ sound1: "tudaro", sound2: "budopa", category: "word" },
{ sound1: "pabiku", sound2: "golatu", category: "part-word" },
{ sound1: "tudaro", sound2: "budopa", category: "word" },
{ sound1: "golatu", sound2: "pabiku", category: "part-word" },
{ sound1: "pabiku", sound2: "golatu", category: "part-word" },
{ sound1: "bikuti", sound2: "tudaro", category: "word" },
{ sound1: "bikuti", sound2: "budopa", category: "word" },
{ sound1: "tibudo", sound2: "golatu", category: "part-word" },
{ sound1: "golatu", sound2: "daropi", category: "part-word" },
{ sound1: "bikuti", sound2: "budopa", category: "word" },
{ sound1: "tibudo", sound2: "golatu", category: "part-word" },
{ sound1: "daropi", sound2: "tibudo", category: "part-word" },
{ sound1: "pigola", sound2: "bikuti", category: "word" },
{ sound1: "pabiku", sound2: "daropi", category: "part-word" },
{ sound1: "tibudo", sound2: "pabiku", category: "part-word" },
{ sound1: "tudaro", sound2: "pigola", category: "word" },
{ sound1: "pabiku", sound2: "daropi", category: "part-word" },
{ sound1: "budopa", sound2: "bikuti", category: "word" },
{ sound1: "daropi", sound2: "tibudo", category: "part-word" },
{ sound1: "budopa", sound2: "pigola", category: "word" },
{ sound1: "budopa", sound2: "bikuti", category: "word" }
]
}
}
}
}