-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcollection.json
41 lines (41 loc) · 1.34 KB
/
collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"tag": "Collection",
"nodeChildren": [
{
"tag": "Group",
"nodeChildren": [
{
"tag": "Group",
"nodeChildren": [
{
"tag": "ContentGroup",
"groupItems": [
{
"answers": [
"y"
],
"displayText": "x"
},
{
"answers": [
"b"
],
"displayText": "a"
},
{
"answers": [
"meg ez is"
],
"displayText": "lofasz"
}
],
"groupId": "Saying your name"
}
],
"groupId": "Introduction"
}
],
"groupId": "English"
}
]
}