Skip to content

Commit 84348ec

Browse files
authored
Merge pull request #611 from Rios-Jaime/master
add spatial TS dual tasks
2 parents e3d7b8a + f56b8fe commit 84348ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+3844
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[
2+
{
3+
"name": "Go No-Go with Spatial Task Switching",
4+
"template": "jspsych",
5+
"run": [
6+
"static/js/math.min.js",
7+
"static/js/jspsych/jspsych.js",
8+
"static/js/jspsych/plugins/jspsych-text.js",
9+
"static/js/jspsych/plugins/jspsych-call-function.js",
10+
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js",
11+
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js",
12+
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
13+
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js",
14+
"static/js/jspsych/plugins/jspsych-survey-text.js",
15+
"static/js/jspsych/poldrack_plugins/jspsych-attention-check.js",
16+
"static/js/utils/poldrack_utils.js",
17+
"experiment.js",
18+
"static/css/jspsych.css",
19+
"static/css/default_style.css",
20+
"style.css"
21+
],
22+
"exp_id": "go_nogo_with_spatial_task_switching",
23+
"cognitive_atlas_task_id": "",
24+
"contributors": [
25+
"Patrick Bissett",
26+
"Jamie Li",
27+
"McKenzie Hagen",
28+
"Russell Poldrack",
29+
"Jaime Rios"
30+
],
31+
"time": 20,
32+
"reference": "http://psycnet.apa.org/psycarticles/2013-29647-001",
33+
"publish": "True",
34+
"experiment_variables": [
35+
{
36+
"name": "credit_var",
37+
"type": "credit",
38+
"datatype": "boolean",
39+
"description": "True if avg_rt > 200"
40+
}
41+
],
42+
"deployment_variables": {
43+
"jspsych_init": {
44+
"fullscreen": true,
45+
"display_element": "getDisplayElement",
46+
"on_trial_finish": "addID('go_nogo_with_spatial_task_switching')"
47+
}
48+
}
49+
}
50+
]

0 commit comments

Comments
 (0)