forked from gbishop/TarHeelGameplay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadingForm.json
More file actions
51 lines (51 loc) · 1.14 KB
/
readingForm.json
File metadata and controls
51 lines (51 loc) · 1.14 KB
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
{
"method": "get",
"controls": [
{
"label": "_(Randomize choices)",
"name": "randomize",
"select": true,
"options": [
{ "label": "_(On)", "value": "1" },
{ "label": "_(Off)", "value": "0" }
]
},
{
"label": "_(Move prompts)",
"name": "moveprompts",
"select": true,
"options": [
{ "label": "_(On)", "value": "1" },
{ "label": "_(Off)", "value": "0" }
]
},
{
"label": "_(Speech)",
"name": "speech",
"select": true,
"options": [
{ "label": "_(On)", "value": "1" },
{ "label": "_(Off)", "value": "0" }
]
},
{
"label": "",
"name": "voiceTest",
"input": true,
"type": "button",
"value": "_(Hear this voice)"
},
{
"label": "_(Hover)",
"name": "hover",
"select": true,
"options": [
{ "label": "Off", "value": "0" },
{ "label": "Fast", "value": "1" },
{ "label": "Medium", "value": "2" },
{ "label": "Slow", "value": "4" }
]
},
{ "input": true, "type": "submit", "value": "_(Done|button label)" }
]
}