-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinitial-model.json
59 lines (59 loc) · 1.36 KB
/
initial-model.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
57
58
59
{
"someGeneratedID123": {
"talks": {
"0": {
"questions": {
"0": {
"active": false,
"text": "Did you like talk?",
"positive": 10,
"neutral": 1,
"negative": 0,
"comments": {
"0": "Meh, blah foo",
"1": "Superb!",
"2": "We could barley hear the speaker :("
}
},
"1": {
"active": true,
"text": "Did you like the speaker?",
"positive": 99,
"neutral": 1,
"negative": 5
}
},
"title": "How to redeploy you head?"
}
}
},
"someGeneratedID456": {
"talks": {
"0": {
"questions": {
"0": {
"active": false,
"comments": {
"0": "WTF?",
"1": "Could not wait until it ends!",
"2": "No comment"
},
"text": "Did you like talk?",
"positive": 1,
"neutral": 3,
"negative": 11
},
"1": {
"active": true,
"comments": {},
"text": "Did you like the speaker?",
"positive": 1,
"neutral": 12,
"negative": 2
}
},
"title": "Build your first SPA in jQuery"
}
}
}
}