Skip to content

Commit 8d884c6

Browse files
committed
updated config files
1 parent 1113f6a commit 8d884c6

File tree

33 files changed

+69
-35
lines changed

33 files changed

+69
-35
lines changed

Diff for: bickel_titrator/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1212
"static/js/jspsych/plugins/jspsych-call-function.js",
1313
"static/js/jspsych/plugins/jspsych-survey-text.js",
14+
"static/js/utils/poldrack_utils.js",
1415
"experiment.js",
1516
"static/css/jspsych.css",
1617
"static/css/default_style.css",
@@ -38,7 +39,7 @@
3839
"deployment_variables":{"jspsych_init":
3940
{"fullscreen": true,
4041
"display_element": "getDisplayElement",
41-
"on_trial_finish": "addID()"}
42+
"on_trial_finish": "addID('bickel_titrator')"}
4243
}
4344
}
4445
]

Diff for: choice_reaction_time/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1313
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js",
1414
"static/js/jspsych/plugins/jspsych-survey-text.js",
15+
"static/js/utils/poldrack_utils.js",
1516
"experiment.js",
1617
"static/css/jspsych.css",
1718
"static/css/default_style.css",
@@ -38,7 +39,7 @@
3839
"deployment_variables":{"jspsych_init":
3940
{"fullscreen": true,
4041
"display_element": "getDisplayElement",
41-
"on_trial_finish": "addID()"}
42+
"on_trial_finish": "addID('choice_reaction_time')"}
4243
}
4344

4445
}

Diff for: columbia_card_task_cold/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js",
1111
"static/js/jspsych/plugins/jspsych-call-function.js",
1212
"static/js/jspsych/plugins/jspsych-survey-text.js",
13+
"static/js/utils/poldrack_utils.js",
1314
"experiment.js",
1415
"static/css/jspsych.css",
1516
"static/css/default_style.css",
@@ -46,7 +47,7 @@
4647
"deployment_variables":{"jspsych_init":
4748
{"fullscreen": true,
4849
"display_element": "getDisplayElement"},
49-
"on_trial_finish": "addID()"
50+
"on_trial_finish": "addID('columbia_card_task_cold')"
5051
}
5152
}
5253
]

Diff for: columbia_card_task_hot/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js",
1111
"static/js/jspsych/plugins/jspsych-survey-text.js",
1212
"static/js/jspsych/plugins/jspsych-call-function.js",
13+
"static/js/utils/poldrack_utils.js",
1314
"experiment.js",
1415
"static/css/jspsych.css",
1516
"static/css/default_style.css",
@@ -46,7 +47,7 @@
4647
"deployment_variables":{"jspsych_init":
4748
{"fullscreen": true,
4849
"display_element": "getDisplayElement"},
49-
"on_trial_finish": "addID()"
50+
"on_trial_finish": "addID('columbia_card_task_hot')"
5051
}
5152
}
5253
]

Diff for: dietary_decision/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1313
"static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js",
1414
"static/js/jspsych/plugins/jspsych-survey-text.js",
15+
"static/js/utils/poldrack_utils.js",
1516
"experiment.js",
1617
"static/css/jspsych.css",
1718
"static/css/default_style.css",
@@ -32,7 +33,7 @@
3233
"deployment_variables":{"jspsych_init":
3334
{"fullscreen": true,
3435
"display_element": "getDisplayElement",
35-
"on_trial_finish": "addID()"}
36+
"on_trial_finish": "addID('dietary_decision')"}
3637
}
3738
}
3839
]

Diff for: digit_span/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-multi-stim-multi-response.js",
1313
"static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js",
1414
"static/js/jspsych/plugins/jspsych-survey-text.js",
15+
"static/js/utils/poldrack_utils.js",
1516
"experiment.js",
1617
"static/css/jspsych.css",
1718
"static/css/default_style.css",
@@ -32,7 +33,7 @@
3233
"deployment_variables":{"jspsych_init":
3334
{"fullscreen": true,
3435
"display_element": "getDisplayElement",
35-
"on_trial_finish": "addID()"}
36+
"on_trial_finish": "addID('digit_span')"}
3637
}
3738
}
3839
]

Diff for: dimensional_set_shifting/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js",
1313
"static/js/jspsych/plugins/jspsych-call-function.js",
1414
"static/js/jspsych/plugins/jspsych-survey-text.js",
15+
"static/js/utils/poldrack_utils.js",
1516
"experiment.js",
1617
"static/css/jspsych.css",
1718
"static/css/default_style.css",
@@ -33,7 +34,7 @@
3334
"deployment_variables":{"jspsych_init":
3435
{"fullscreen": true,
3536
"display_element": "getDisplayElement",
36-
"on_trial_finish": "addID()"}
37+
"on_trial_finish": "addID('dimensional_set_shifting')"}
3738
}
3839
}
3940
]

Diff for: directed_forgetting/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"static/js/jspsych/poldrack_plugins/jspsych-attention-check.js",
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1313
"static/js/jspsych/plugins/jspsych-survey-text.js",
14+
"static/js/utils/poldrack_utils.js",
1415
"experiment.js",
1516
"static/css/jspsych.css",
1617
"static/css/default_style.css",
@@ -38,7 +39,7 @@
3839
"deployment_variables":{"jspsych_init":
3940
{"fullscreen": true,
4041
"display_element": "getDisplayElement",
41-
"on_trial_finish": "addID()"}
42+
"on_trial_finish": "addID('directed_forgetting')"}
4243
}
4344

4445
}

Diff for: discount_titrate/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"static/js/jspsych/poldrack_plugins/jspsych-attention-check.js",
1111
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1212
"static/js/jspsych/plugins/jspsych-survey-text.js",
13+
"static/js/utils/poldrack_utils.js",
1314
"experiment.js",
1415
"static/css/jspsych.css",
1516
"static/css/default_style.css",
@@ -36,7 +37,7 @@
3637
"deployment_variables":{"jspsych_init":
3738
{"fullscreen": true,
3839
"display_element": "getDisplayElement",
39-
"on_trial_finish": "addID()"}
40+
"on_trial_finish": "addID('discount_titrate')"}
4041
}
4142
}
4243
]

Diff for: dot_pattern_expectancy/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js",
1313
"static/js/jspsych/plugins/jspsych-survey-text.js",
14+
"static/js/utils/poldrack_utils.js",
1415
"experiment.js",
1516
"static/css/jspsych.css",
1617
"static/css/default_style.css",
@@ -38,7 +39,7 @@
3839
"deployment_variables":{"jspsych_init":
3940
{"fullscreen": true,
4041
"display_element": "getDisplayElement",
41-
"on_trial_finish": "addID()"}
42+
"on_trial_finish": "addID('dot_pattern_expectancy')"}
4243
}
4344
}
4445
]

Diff for: emotion_regulation/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"static/js/jspsych/plugins/jspsych-call-function.js",
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1313
"static/js/jspsych/plugins/jspsych-survey-text.js",
14+
"static/js/utils/poldrack_utils.js",
1415
"experiment.js",
1516
"static/css/jspsych.css",
1617
"static/css/default_style.css",
@@ -31,7 +32,7 @@
3132
"deployment_variables":{"jspsych_init":
3233
{"fullscreen": true,
3334
"display_element": "getDisplayElement",
34-
"on_trial_finish": "addID()"}
35+
"on_trial_finish": "addID('emotion_regulation')"}
3536
}
3637
}
3738
]

Diff for: flanker/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js",
1313
"static/js/jspsych/plugins/jspsych-survey-text.js",
14+
"static/js/utils/poldrack_utils.js",
1415
"experiment.js",
1516
"static/css/jspsych.css",
1617
"static/css/default_style.css",
@@ -31,7 +32,7 @@
3132
"deployment_variables":{"jspsych_init":
3233
{"fullscreen": true,
3334
"display_element": "getDisplayElement",
34-
"on_trial_finish": "addID()"}
35+
"on_trial_finish": "addID('flanker')"}
3536
}
3637
}
3738
]

Diff for: go_nogo/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js",
1313
"static/js/jspsych/plugins/jspsych-call-function.js",
1414
"static/js/jspsych/plugins/jspsych-survey-text.js",
15+
"static/js/utils/poldrack_utils.js",
1516
"experiment.js",
1617
"static/css/jspsych.css",
1718
"static/css/default_style.css",
@@ -38,7 +39,7 @@
3839
"deployment_variables":{"jspsych_init":
3940
{"fullscreen": true,
4041
"display_element": "getDisplayElement",
41-
"on_trial_finish": "addID()"}
42+
"on_trial_finish": "addID('go_nogo')"}
4243
}
4344

4445
}

Diff for: hierarchical_rule/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"static/js/jspsych/poldrack_plugins/jspsych-attention-check.js",
1111
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1212
"static/js/jspsych/plugins/jspsych-survey-text.js",
13+
"static/js/utils/poldrack_utils.js",
1314
"experiment.js",
1415
"static/css/jspsych.css",
1516
"static/css/default_style.css",
@@ -42,7 +43,7 @@
4243
"deployment_variables":{"jspsych_init":
4344
{"fullscreen": true,
4445
"display_element": "getDisplayElement",
45-
"on_trial_finish": "addID()"}
46+
"on_trial_finish": "addID('hierarchical_rule')"}
4647
}
4748
}
4849
]

Diff for: image_monitoring/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js",
1313
"static/js/jspsych/plugins/jspsych-call-function.js",
1414
"static/js/jspsych/plugins/jspsych-survey-text.js",
15+
"static/js/utils/poldrack_utils.js",
1516
"experiment.js",
1617
"static/css/jspsych.css",
1718
"static/css/default_style.css",
@@ -33,7 +34,7 @@
3334
"deployment_variables":{"jspsych_init":
3435
{"fullscreen": true,
3536
"display_element": "getDisplayElement",
36-
"on_trial_finish": "addID()"}
37+
"on_trial_finish": "addID('image_monitoring')"}
3738
}
3839
}
3940
]

Diff for: information_sampling_task/config.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js",
1010
"static/js/jspsych/plugins/jspsych-call-function.js",
1111
"static/js/jspsych/plugins/jspsych-survey-text.js",
12-
"experiment.js",
13-
"static/css/jspsych.css",
12+
"static/js/utils/poldrack_utils.js",
13+
"experiment.js",
14+
"static/css/jspsych.css",
1415
"static/css/default_style.css",
1516
"style.css"
1617
],
@@ -32,7 +33,8 @@
3233
"publish":"True",
3334
"deployment_variables":{"jspsych_init":
3435
{"fullscreen": true,
35-
"display_element": "getDisplayElement"}
36+
"display_element": "getDisplayElement",
37+
"on_trial_finish": "addID('information_sampling_task')"}
3638
}
3739

3840
}

Diff for: keep_track/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"static/js/jspsych/poldrack_plugins/jspsych-attention-check.js",
1111
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1212
"static/js/jspsych/plugins/jspsych-survey-text.js",
13+
"static/js/utils/poldrack_utils.js",
1314
"experiment.js",
1415
"static/css/jspsych.css",
1516
"static/css/default_style.css",
@@ -31,7 +32,7 @@
3132
"deployment_variables":{"jspsych_init":
3233
{"fullscreen": true,
3334
"display_element": "getDisplayElement",
34-
"on_trial_finish": "addID()"}
35+
"on_trial_finish": "addID('keep_track')"}
3536
}
3637
}
3738
]

Diff for: kirby/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"static/js/jspsych/poldrack_plugins/jspsych-attention-check.js",
1111
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1212
"static/js/jspsych/plugins/jspsych-survey-text.js",
13+
"static/js/utils/poldrack_utils.js",
1314
"experiment.js",
1415
"static/css/jspsych.css",
1516
"static/css/default_style.css",
@@ -30,7 +31,7 @@
3031
"deployment_variables":{"jspsych_init":
3132
{"fullscreen": true,
3233
"display_element": "getDisplayElement",
33-
"on_trial_finish": "addID()"}
34+
"on_trial_finish": "addID('kirby')"}
3435
}
3536
}
3637
]

Diff for: letter_memory/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"static/js/jspsych/poldrack_plugins/jspsych-attention-check.js",
1111
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1212
"static/js/jspsych/plugins/jspsych-survey-text.js",
13+
"static/js/utils/poldrack_utils.js",
1314
"experiment.js",
1415
"static/css/jspsych.css",
1516
"static/css/default_style.css"
@@ -30,7 +31,7 @@
3031
"deployment_variables":{"jspsych_init":
3132
{"fullscreen": true,
3233
"display_element": "getDisplayElement",
33-
"on_trial_finish": "addID()"}
34+
"on_trial_finish": "addID('letter_memory')"}
3435
}
3536
}
3637
]

Diff for: local_global_letter/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js",
1313
"static/js/jspsych/plugins/jspsych-survey-text.js",
14+
"static/js/utils/poldrack_utils.js",
1415
"experiment.js",
1516
"static/css/jspsych.css",
1617
"static/css/default_style.css",
@@ -37,7 +38,7 @@
3738
"deployment_variables":{"jspsych_init":
3839
{"fullscreen": true,
3940
"display_element": "getDisplayElement",
40-
"on_trial_finish": "addID()"}
41+
"on_trial_finish": "addID('local_global_letter')"}
4142
}
4243
}
4344
]

Diff for: local_global_shape/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js",
1313
"static/js/jspsych/plugins/jspsych-survey-text.js",
14+
"static/js/utils/poldrack_utils.js",
1415
"experiment.js",
1516
"static/css/jspsych.css",
1617
"static/css/default_style.css",
@@ -31,7 +32,7 @@
3132
"deployment_variables":{"jspsych_init":
3233
{"fullscreen": true,
3334
"display_element": "getDisplayElement",
34-
"on_trial_finish": "addID()"}
35+
"on_trial_finish": "addID('local_global_shape')"}
3536
}
3637
}
3738
]

Diff for: motor_selective_stop_signal/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"static/js/jspsych/poldrack_plugins/jspsych-attention-check.js",
1212
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
1313
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js",
14+
"static/js/utils/poldrack_utils.js",
1415
"experiment.js",
1516
"static/js/jspsych/poldrack_plugins/jspsych-stop-signal.js",
1617
"static/js/jspsych/plugins/jspsych-survey-text.js",
@@ -41,7 +42,7 @@
4142
"deployment_variables":{"jspsych_init":
4243
{"fullscreen": true,
4344
"display_element": "getDisplayElement",
44-
"on_trial_finish": "addID()"}
45+
"on_trial_finish": "addID('motor_selective_stop_signal')"}
4546
}
4647

4748
}

Diff for: multiplication/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js",
1010
"static/js/jspsych/poldrack_plugins/jspsych-attention-check.js",
1111
"static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js",
12+
"static/js/utils/poldrack_utils.js",
1213
"experiment.js",
1314
"static/css/jspsych.css",
1415
"static/css/default_style.css"
@@ -28,7 +29,7 @@
2829
"deployment_variables":{"jspsych_init":
2930
{"fullscreen": true,
3031
"display_element": "getDisplayElement",
31-
"on_trial_finish": "addID()"}
32+
"on_trial_finish": "addID('multiplication')"}
3233
}
3334
}
3435
]

0 commit comments

Comments
 (0)