-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
35 lines (33 loc) · 1010 Bytes
/
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
[
{ "id": 1556,
"childs": [{
"type":"wentwell",
"list": [
{"text": "The presentation was clear.", "vote": 5},
{"text": "Good audience engagement.", "vote": 4},
{"text": "Concise and to the point.", "vote": 5}
]},
{
"type":"didntwentwell",
"list": [
{"text": "Some technical glitches.", "vote": 2},
{"text": "Lack of visual aids.", "vote": 3},
{"text": "Difficulty understanding the speaker.", "vote": 2}
]},
{
"type":"improve",
"list": [
{"text": "Include more visuals.", "vote": 4},
{"text": "Explain technical terms better.", "vote": 3},
{"text": "Improve audio quality.", "vote": 3}
]},
{
"type":"stop",
"list": [
{"text": "Stop using jargon.", "vote": 4},
{"text": "Stop going off-topic.", "vote": 2},
{"text": "Stop rushing through the content.", "vote": 3}
]
}]
}
]