-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.json
42 lines (42 loc) · 1.24 KB
/
sample.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
{
"left": {
"ID": "Identifiant du unique du choix",
"choiceText": "Le texte qui sera affiche en choix",
"sayText": "Le texte dit par le coach si on fait ce choix",
"pointsMin": 0.0,
"pointsMax": 10.0,
"expMin": 0.0,
"expMax": 10.0,
"time": 0.0
},
"up": {
"ID": "",
"choiceText": "",
"sayText": "",
"pointsMin": 0.0,
"pointsMax": 0.0,
"expMin": 0.0,
"expMax": 0.0,
"time": 0.0
},
"right": {
"ID": "",
"choiceText": "",
"sayText": "",
"pointsMin": 0.0,
"pointsMax": 0.0,
"expMin": 0.0,
"expMax": 0.0,
"time": 0.0
},
"down": {
"ID": "",
"choiceText": "",
"sayText": "",
"pointsMin": 0.0,
"pointsMax": 0.0,
"expMin": 0.0,
"expMax": 0.0,
"time": 0.0
}
},