-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
56 lines (53 loc) · 1.22 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"Exhibits":[
{
"id": "EX01"
}
],
"Modules": [
{
"id": "TM01",
"Name": "Text Mod 1",
"Questions":[
{
"QText": "What day is it?",
"QAnsType": "SLFT",
"QAns": ""
},
{
"QText": "What time is it?",
"QAnsType": "SLTV",
"QAns": ""
},
{
"QText": "How are you?",
"QAnsType": "SLFT",
"QAns": ""
}
]
},
{
"id": "TM02",
"Name": "Text Mod 2",
"Questions":[
{
"QText": "What is life?",
"QAnsType": "MLFT",
"QAns": ""
}
]
},
{
"id": "SM01",
"Name": "Scale Mod 1",
"Scale":[
]
},
{
"id": "XM02",
"Name": "Extra Mod 2",
"Extra":[
]
}
]
}