-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
40 lines (40 loc) · 1.82 KB
/
config.json
File metadata and controls
40 lines (40 loc) · 1.82 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
[
{
"name": "Dietary Decision Task",
"template":"jspsych",
"run": [
"static/js/math.min.js",
"static/js/jspsych/jspsych.js",
"static/js/jspsych/plugins/jspsych-text.js",
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js",
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js",
"static/js/jspsych/poldrack_plugins/jspsych-attention-check.js",
"static/js/jspsych/plugins/jspsych-call-function.js",
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
"static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js",
"static/js/jspsych/plugins/jspsych-survey-text.js",
"static/js/utils/poldrack_utils.js",
"experiment.js",
"static/css/jspsych.css",
"static/css/default_style.css",
"style.css"
],
"exp_id": "dietary_decision",
"cognitive_atlas_task_id": "trm_56674d6aa9faf",
"contributors": [
"Ian Eisenberg",
"Zeynep Enkavi",
"Patrick Bissett",
"Vanessa Sochat",
"Russell Poldrack"
],
"time": 14,
"reference": "http://www.rnl.caltech.edu/publications/pdf/hare2009.pdf",
"publish":"True",
"deployment_variables":{"jspsych_init":
{"fullscreen": true,
"display_element": "getDisplayElement",
"on_trial_finish": "addID('dietary_decision')"}
}
}
]