Skip to content

Commit e1f6ff1

Browse files
author
Jamie Li
committed
added id to every experiment in expfactory-experiments
1 parent 8b251c8 commit e1f6ff1

File tree

92 files changed

+93
-1
lines changed

Some content is hidden

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

92 files changed

+93
-1
lines changed

Diff for: adaptive_n_back/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ var attention_node = {
202202
var post_task_block = {
203203
type: 'survey-text',
204204
data: {
205+
exp_id: "adaptive_n_back",
205206
trial_id: "post task questions"
206207
},
207208
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: angling_risk_task/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ var attention_node = {
414414
var post_task_block = {
415415
type: 'survey-text',
416416
data: {
417+
exp_id: "angling_risk_task",
417418
trial_id: "post task questions"
418419
},
419420
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: angling_risk_task_always_sunny/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ var attention_node = {
408408
var post_task_block = {
409409
type: 'survey-text',
410410
data: {
411+
exp_id: "angling_risk_task_always_sunny",
411412
trial_id: "post task questions"
412413
},
413414
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: antisaccade/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ var attention_node = {
119119
var post_task_block = {
120120
type: 'survey-text',
121121
data: {
122+
exp_id: "antisaccade",
122123
trial_id: "post task questions"
123124
},
124125
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: attention_network_task/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ var attention_node = {
213213
var post_task_block = {
214214
type: 'survey-text',
215215
data: {
216+
exp_id: "attention_network_task",
216217
trial_id: "post task questions"
217218
},
218219
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: bickel_titrator/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ var attention_node = {
193193
var post_task_block = {
194194
type: 'survey-text',
195195
data: {
196+
exp_id: "bickel_titrator",
196197
trial_id: "post task questions"
197198
},
198199
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: choice_reaction_time/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ var attention_node = {
175175
var post_task_block = {
176176
type: 'survey-text',
177177
data: {
178+
exp_id: "choice_reaction_time",
178179
trial_id: "post task questions"
179180
},
180181
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: columbia_card_task_cold/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ var gameSetup =
352352
var post_task_block = {
353353
type: 'survey-text',
354354
data: {
355+
exp_id: "columbia_card_task_cold",
355356
trial_id: "post task questions"
356357
},
357358
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: columbia_card_task_hot/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ var practiceSetup2 =
498498
var post_task_block = {
499499
type: 'survey-text',
500500
data: {
501+
exp_id: "columbia_card_task_hot",
501502
trial_id: "post task questions"
502503
},
503504
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: cue_control_food/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ var stims = createAllStims(numStimsPerCategory,numIterations,3,mainNullType) //
368368
var end_block = {
369369
type: 'poldrack-text',
370370
data: {
371+
exp_id: "cue_control_food",
371372
trial_id: "end"
372373
},
373374
timing_response: -1,

Diff for: cue_control_food_practice/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ var stims = createAllStims(numStimsPerCategory,numIterations,3,mainNullType) //
348348
var end_block = {
349349
type: 'poldrack-text',
350350
data: {
351+
exp_id: "cue_control_food_practice",
351352
trial_id: "end"
352353
},
353354
timing_response: -1,

Diff for: cue_control_food_pre_rating/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ var stims = createStims(numStimsPerCategory,numIterations,3) // last input is fo
214214
var end_block = {
215215
type: 'poldrack-text',
216216
data: {
217+
exp_id: "cue_control_food_pre_rating",
217218
trial_id: "end"
218219
},
219220
timing_response: -1,

Diff for: cue_control_smoking/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ var stims = createAllStims(numStimsPerCategory,numIterations,3,mainNullType) //
364364
var end_block = {
365365
type: 'poldrack-text',
366366
data: {
367+
exp_id: "cue_control_smoking",
367368
trial_id: "end"
368369
},
369370
timing_response: -1,

Diff for: cue_control_smoking_practice/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ var stims = createAllStims(numStimsPerCategory,numIterations,3,mainNullType) //
347347
var end_block = {
348348
type: 'poldrack-text',
349349
data: {
350+
exp_id: "cue_control_smoking_practice",
350351
trial_id: "end"
351352
},
352353
timing_response: -1,

Diff for: cue_control_smoking_pre_rating/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ var stims = createStims(numStimsPerCategory,numIterations,3) // last input is fo
214214
var end_block = {
215215
type: 'poldrack-text',
216216
data: {
217+
exp_id: "cue_control_smoking_pre_rating",
217218
trial_id: "end"
218219
},
219220
timing_response: -1,

Diff for: dietary_decision/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ var attention_node = {
215215
var post_task_block = {
216216
type: 'survey-text',
217217
data: {
218+
exp_id: "dietary_decision",
218219
trial_id: "post task questions"
219220
},
220221
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: digit_span/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ var attention_node = {
145145
var post_task_block = {
146146
type: 'survey-text',
147147
data: {
148+
exp_id: "digit_span",
148149
trial_id: "post task questions"
149150
},
150151
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: dimensional_set_shifting/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ var attention_node = {
148148
var post_task_block = {
149149
type: 'survey-text',
150150
data: {
151+
exp_id: "dimensional_set_shifting",
151152
trial_id: "post task questions"
152153
},
153154
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: directed_forgetting/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ var attention_node = {
399399
var post_task_block = {
400400
type: 'survey-text',
401401
data: {
402+
exp_id: "directed_forgetting",
402403
trial_id: "post task questions"
403404
},
404405
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: directed_forgetting_single_task_network/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ var attention_node = {
358358
var post_task_block = {
359359
type: 'survey-text',
360360
data: {
361+
exp_id: "directed_forgetting_single_task_network",
361362
trial_id: "post task questions"
362363
},
363364
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: directed_forgetting_with_flanker/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ var attention_node = {
419419
var post_task_block = {
420420
type: 'survey-text',
421421
data: {
422+
exp_id: "directed_forgetting_with_flanker",
422423
trial_id: "post task questions"
423424
},
424425
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: directed_forgetting_with_shape_matching/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ var attention_node = {
400400
var post_task_block = {
401401
type: 'survey-text',
402402
data: {
403+
exp_id: "directed_forgetting_with_shape_matching",
403404
trial_id: "post task questions"
404405
},
405406
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: discount_titrate/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ var attention_node = {
204204
var post_task_block = {
205205
type: 'survey-text',
206206
data: {
207+
exp_id: "discount_titrate",
207208
trial_id: "post task questions"
208209
},
209210
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: dot_pattern_expectancy/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ var attention_node = {
173173
var post_task_block = {
174174
type: 'survey-text',
175175
data: {
176+
exp_id: "dot_pattern_expectancy",
176177
trial_id: "post task questions"
177178
},
178179
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: emotion_regulation/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ var attention_node = {
205205
var post_task_block = {
206206
type: 'survey-text',
207207
data: {
208+
exp_id: "emotion_regulation",
208209
trial_id: "post task questions"
209210
},
210211
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: flanker/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ var attention_node = {
129129
var post_task_block = {
130130
type: 'survey-text',
131131
data: {
132+
exp_id: "flanker",
132133
trial_id: "post task questions"
133134
},
134135
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: flanker_single_task_network/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ var attention_node = {
206206
var post_task_block = {
207207
type: 'survey-text',
208208
data: {
209+
exp_id: "flanker_single_task_network",
209210
trial_id: "post task questions"
210211
},
211212
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: flanker_with_predictable_task_switching/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ var attention_node = {
367367
var post_task_block = {
368368
type: 'survey-text',
369369
data: {
370+
exp_id: "flanker_with_predictable_task_switching",
370371
trial_id: "post task questions"
371372
},
372373
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: flanker_with_shape_matching/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ var attention_node = {
331331
var post_task_block = {
332332
type: 'survey-text',
333333
data: {
334+
exp_id: "flanker_with_shape_matching",
334335
trial_id: "post task questions"
335336
},
336337
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: flanker_with_two_by_two/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ var attention_node = {
363363
var post_task_block = {
364364
type: 'survey-text',
365365
data: {
366+
exp_id: "flanker_with_two_by_two",
366367
trial_id: "post task questions"
367368
},
368369
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: go_nogo/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ var attention_node = {
174174
var post_task_block = {
175175
type: 'survey-text',
176176
data: {
177+
exp_id: "go_nogo",
177178
trial_id: "post task questions"
178179
},
179180
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: go_nogo_single_task_network/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ var attention_node = {
243243
var post_task_block = {
244244
type: 'survey-text',
245245
data: {
246+
exp_id: "go_nogo_single_task_network",
246247
trial_id: "post task questions"
247248
},
248249
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: go_nogo_with_directed_forgetting/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ var attention_node = {
458458
var post_task_block = {
459459
type: 'survey-text',
460460
data: {
461+
exp_id: "go_nogo_with_directed_forgetting",
461462
trial_id: "post task questions"
462463
},
463464
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: go_nogo_with_flanker/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ var attention_node = {
307307
var post_task_block = {
308308
type: 'survey-text',
309309
data: {
310+
exp_id: "go_nogo_with_flanker",
310311
trial_id: "post_task_questions"
311312
},
312313
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: go_nogo_with_n_back/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ var end_block = {
426426
var post_task_block = {
427427
type: 'survey-text',
428428
data: {
429+
exp_id: "go_nogo_with_n_back",
429430
trial_id: "post_task_questions"
430431
},
431432
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: go_nogo_with_predictable_task_switching/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ var attention_node = {
424424
var post_task_block = {
425425
type: 'survey-text',
426426
data: {
427+
exp_id: "go_nogo_with_predictable_task_switching",
427428
trial_id: "post_task_questions"
428429
},
429430
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: go_nogo_with_shape_matching/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ var attention_node = {
369369
var post_task_block = {
370370
type: 'survey-text',
371371
data: {
372+
exp_id: "go_nogo_with_shape_matching",
372373
trial_id: "post_task_questions"
373374
},
374375
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: go_nogo_with_two_by_two/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ var attention_node = {
431431
var post_task_block = {
432432
type: 'survey-text',
433433
data: {
434+
exp_id: "go_nogo_with_two_by_two",
434435
trial_id: "post task questions"
435436
},
436437
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: hierarchical_rule/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ var attention_node = {
239239
var post_task_block = {
240240
type: 'survey-text',
241241
data: {
242+
exp_id: "hierarchical_rule",
242243
trial_id: "post task questions"
243244
},
244245
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: image_monitoring/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ var attention_node = {
164164
var post_task_block = {
165165
type: 'survey-text',
166166
data: {
167+
exp_id: "image_monitoring",
167168
trial_id: "post task questions"
168169
},
169170
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: information_sampling_task/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ instructionsSetup = getBoard(colors, 'instruction')
296296
var post_task_block = {
297297
type: 'survey-text',
298298
data: {
299+
exp_id: "information_sampling_task",
299300
trial_id: "post task questions"
300301
},
301302
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: keep_track/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ var attention_node = {
118118
var post_task_block = {
119119
type: 'survey-text',
120120
data: {
121+
exp_id: "keep_track",
121122
trial_id: "post task questions"
122123
},
123124
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: kirby/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ var attention_node = {
147147
var post_task_block = {
148148
type: 'survey-text',
149149
data: {
150+
exp_id: "kirby",
150151
trial_id: "post task questions"
151152
},
152153
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: letter_memory/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ var attention_node = {
111111
var post_task_block = {
112112
type: 'survey-text',
113113
data: {
114+
exp_id: "letter_memory",
114115
trial_id: "post task questions"
115116
},
116117
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: local_global_letter/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ var attention_node = {
203203
var post_task_block = {
204204
type: 'survey-text',
205205
data: {
206+
exp_id: "local_global_letter",
206207
trial_id: "post task questions"
207208
},
208209
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: local_global_shape/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ var attention_node = {
154154
var post_task_block = {
155155
type: 'survey-text',
156156
data: {
157+
exp_id: "local_global_shape",
157158
trial_id: "post task questions"
158159
},
159160
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: motor_selective_stop_signal/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ var attention_node = {
337337
var post_task_block = {
338338
type: 'survey-text',
339339
data: {
340+
exp_id: "motor_selective_stop_signal",
340341
trial_id: "post task questions"
341342
},
342343
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

Diff for: multisource/experiment.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,8 @@ var attention_node = {
521521
var post_task_block = {
522522
type: 'survey-text',
523523
data: {
524-
trial_id: "post task questions"
524+
exp_id: "multisource",
525+
trial_id: "post_task_questions"
525526
},
526527
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',
527528
'<p class = center-block-text style = "font-size: 20px">Do you have any comments about this task?</p>'],

Diff for: n_back_single_task_network/experiment.js

+1
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ var end_block = {
331331
var post_task_block = {
332332
type: 'survey-text',
333333
data: {
334+
exp_id: "n_back_single_task_network",
334335
trial_id: "post task questions"
335336
},
336337
questions: ['<p class = center-block-text style = "font-size: 20px">Please summarize what you were asked to do in this task.</p>',

0 commit comments

Comments
 (0)