forked from a-newman/mturk-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 912 Bytes
/
config.json
File metadata and controls
34 lines (34 loc) · 912 Bytes
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
{
"meta": {
"title": "Experiment Title",
"description": "desc",
"disclaimer": "This is a disclaimer. You are participating in this experiment voluntarily."
},
"instructions": {
"simple": "These are simple instructions.",
"steps": [
"instruction1",
"instruction2",
"instruction3"
],
"images": []
},
"hitCreation": {
"title": "HIT Title",
"description": "HIT description",
"numTasks": 5,
"numAssignments": 100,
"rewardAmount": "0.00",
"keywords": "these, are, your, HIT, tags",
"duration": 1200,
"lifetime": 86400,
"taskUrl": "",
"variants": []
},
"advanced": {
"includeDemographicSurvey": false,
"hideIfNotAccepted": false,
"externalSubmit": false,
"externalSubmitUrl": ""
}
}