-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
executable file
·45 lines (45 loc) · 1.26 KB
/
config.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
{
"dev": true,
"dir":{
"images": "static/images",
"database": "./database.db"
},
"page":{
"wait": "wait",
"dashboard": "dashboard",
"submit-mods": "submit_mods",
"submit-obs": "submit_obs",
"work": "work",
"done": "done",
"narrative": "narrative",
"consent": "consent",
"experiment-complete": "experiment_complete",
"new-trial": "new_trial",
"poll-work-ready": "poll_work_ready",
"mark-work-ready": "mark_work_ready",
"political-affiliation": "political_affiliation",
"url-param":{
"turk-id": "worker_id",
"assignment-id": "assignment_id",
"consent": "consent",
"job-var": "j",
"condition": "c",
"was_observer": "was_observer",
"is-last": "is_last",
"was-waiting": "was_waiting"
}
},
"colors":{
"red":"#ff0000",
"blue":"#0000ff",
"gray":"#888888"
},
"settings":{
"num-images": 10,
"unalligned-img-percentage": 0.1,
"timeout": 120,
"work-activity-timer": 8,
"wait-activity-timer": 8,
"show-affiliation": true
}
}