-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask-ctask_events.json
More file actions
219 lines (219 loc) · 16.5 KB
/
task-ctask_events.json
File metadata and controls
219 lines (219 loc) · 16.5 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
{
"onset": {
"Description": "Onset (in seconds) of the event, measured from the beginning of the acquisition of the first data point stored in the corresponding task data file",
"Units": "s"
},
"duration": {
"Description": "Duration (in seconds) of the event",
"Units": "s"
},
"task": {
"Description": "Name of the task block being performed during the event",
"Levels": {
"attention": "A sustained attention task block",
"math": "A mental arithmetic task block",
"memory": "A working memory 2-back task block",
"rest": "A resting-state block with no task"
}
},
"block": {
"Description": "Repetition of task across the entire run.",
"Levels": {
"A": "Repteition 1",
"B": "Repetition 2"
}
},
"trial": {
"Description": "Trial number within the task block"
},
"target": {
"Description": "Indicates which side of the screen the correct response was on",
"Levels": {
"0": "The presented stimulus did not have a correct response",
"L": "The correct response was on the left side of the screen",
"R": "The correct response was on the right side of the screen"
}
},
"response": {
"Description": "The participant's response to the presented stimulus",
"Levels": {
"0": "The stimulus response was a non-keypress",
"L": "The stimulus response was a left keypress",
"R": "The stimulus response was a right keypress"
}
},
"correct": {
"Description": "Indicates whether the participant's response was correct or incorrect",
"Levels": {
"0": "Incorrect response",
"1": "Correct response"
}
},
"response_time": {
"Description": "Time (in seconds) between the presentation of the stimulus and the participant's response",
"Units": "s"
},
"stimulus": {
"Description": "The stimulus presented to the participant during the event",
"Levels": {
"rest instructions": "Instructions for resting-state scan portion",
"memory task instructions": "Instructions for working memory 2-back task portion",
"math task instructions": "Instructions for mental arithmetic task portion",
"attention task instructions": "Instructions for sustained attention task portion",
"fixation": "rest: A fixation cross presented on the screen",
"pentagon": "memory: A pentagon shape presented on the screen",
"triangle": "memory: A triangle shape presented on the screen",
"circle": "memory: A circle shape presented on the screen",
"square": "memory: A square shape presented on the screen",
"rhomboid": "memory: A rhomboid shape presented on the screen",
"../multimedia/FishTank_3min_1.1X.mov": "attention: A movie block of a fish tank with fish swimming around (all movie files were identical, but were sometimes named differently)",
"../multimedia/FishTank_3min_1.1XNEW.mov": "attention: A movie block of a fish tank with fish swimming around (all movie files were identical, but were sometimes named differently)",
"../multimedia/FishTank_3min_1.2X.mov": "attention: A movie block of a fish tank with fish swimming around (all movie files were identical, but were sometimes named differently)",
"crosshair on fish": "attention: A crosshair superimposed on a fish in a fish tank movie",
"(1 + 2) + 7 = | 5,10": "math: A mental arithmetic problem. See README note.",
"(1 + 3) - 8 = | -13,-4": "math: A mental arithmetic problem. See README note.",
"(1 + 5) - 10 = | 5,-4": "math: A mental arithmetic problem. See README note.",
"(1 + 7) - 10 = | -2,2": "math: A mental arithmetic problem. See README note.",
"(1 + 7) - 10 = | -10,-2": "math: A mental arithmetic problem. See README note.",
"(1 + 8) - 1 = | 9,8": "math: A mental arithmetic problem. See README note.",
"(1 + 10) - 7 = | 4,2": "math: A mental arithmetic problem. See README note.",
"(1 - 1) - 2 = | -2,5": "math: A mental arithmetic problem. See README note.",
"(1 - 7) + 3 = | -1,-3": "math: A mental arithmetic problem. See README note.",
"(1 - 8) + 7 = | 2,0": "math: A mental arithmetic problem. See README note.",
"(1 - 9) - 7 = | -5,-15": "math: A mental arithmetic problem. See README note.",
"(1 - 10) - 1 = | -12,-10": "math: A mental arithmetic problem. See README note.",
"(2 + 2) + 6 = | 17,10": "math: A mental arithmetic problem. See README note.",
"(2 + 3) + 9 = | 22,14": "math: A mental arithmetic problem. See README note.",
"(2 + 4) - 6 = | 0,-4": "math: A mental arithmetic problem. See README note.",
"(2 + 4) - 7 = | 0,-1": "math: A mental arithmetic problem. See README note.",
"(2 + 7) + 10 = | 19,27": "math: A mental arithmetic problem. See README note.",
"(2 + 9) - 8 = | 3,2": "math: A mental arithmetic problem. See README note.",
"(2 + 10) - 1 = | 11,10": "math: A mental arithmetic problem. See README note.",
"(2 - 1) - 2 = | -5,-1": "math: A mental arithmetic problem. See README note.",
"(2 - 2) - 10 = | -9,-10": "math: A mental arithmetic problem. See README note.",
"(2 - 3) + 10 = | 0,9": "math: A mental arithmetic problem. See README note.",
"(2 - 6) + 2 = | -2,-9": "math: A mental arithmetic problem. See README note.",
"(2 - 7) - 3 = | -14,-8": "math: A mental arithmetic problem. See README note.",
"(2 - 7) - 6 = | -21,-11": "math: A mental arithmetic problem. See README note.",
"(2 - 9) + 5 = | -2,-11": "math: A mental arithmetic problem. See README note.",
"(2 - 9) - 1 = | -12,-8": "math: A mental arithmetic problem. See README note.",
"(2 - 9) - 4 = | -11,-12": "math: A mental arithmetic problem. See README note.",
"(2 - 9) - 7 = | -22,-14": "math: A mental arithmetic problem. See README note.",
"(2 - 10) + 9 = | 5,1": "math: A mental arithmetic problem. See README note.",
"(3 + 4) + 1 = | 8,3": "math: A mental arithmetic problem. See README note.",
"(3 + 5) - 5 = | 3,1": "math: A mental arithmetic problem. See README note.",
"(3 + 5) - 7 = | 1,-2": "math: A mental arithmetic problem. See README note.",
"(3 + 6) - 5 = | 11,4": "math: A mental arithmetic problem. See README note.",
"(3 + 9) - 5 = | 8,7": "math: A mental arithmetic problem. See README note.",
"(3 + 10) - 4 = | 13,9": "math: A mental arithmetic problem. See README note.",
"(3 - 1) - 1 = | 1,-1": "math: A mental arithmetic problem. See README note.",
"(3 - 2) - 5 = | -3,-4": "math: A mental arithmetic problem. See README note.",
"(3 - 8) + 7 = | -1,2": "math: A mental arithmetic problem. See README note.",
"(4 + 5) + 6 = | 5,15": "math: A mental arithmetic problem. See README note.",
"(4 + 5) + 10 = | 26,19": "math: A mental arithmetic problem. See README note.",
"(4 + 6) + 4 = | 12,14": "math: A mental arithmetic problem. See README note.",
"(4 + 7) + 5 = | 20,16": "math: A mental arithmetic problem. See README note.",
"(4 + 7) - 9 = | 9,2": "math: A mental arithmetic problem. See README note.",
"(4 + 8) + 1 = | 13,22": "math: A mental arithmetic problem. See README note.",
"(4 - 1) + 8 = | 11,2": "math: A mental arithmetic problem. See README note.",
"(4 - 1) + 9 = | 10,12": "math: A mental arithmetic problem. See README note.",
"(4 - 1) - 5 = | 6,-2": "math: A mental arithmetic problem. See README note.",
"(4 - 5) + 4 = | -6,3": "math: A mental arithmetic problem. See README note.",
"(4 - 6) - 2 = | -4,-14": "math: A mental arithmetic problem. See README note.",
"(4 - 6) - 8 = | -10,-18": "math: A mental arithmetic problem. See README note.",
"(4 - 7) + 1 = | -7,-2": "math: A mental arithmetic problem. See README note.",
"(4 - 9) - 10 = | -15,-22": "math: A mental arithmetic problem. See README note.",
"(4 - 10) + 6 = | -4,0": "math: A mental arithmetic problem. See README note.",
"(4 - 10) - 8 = | -24,-14": "math: A mental arithmetic problem. See README note.",
"(5 + 1) + 5 = | 11,12": "math: A mental arithmetic problem. See README note.",
"(5 + 1) - 5 = | 1,6": "math: A mental arithmetic problem. See README note.",
"(5 + 2) + 4 = | 1,11": "math: A mental arithmetic problem. See README note.",
"(5 + 2) - 1 = | 6,1": "math: A mental arithmetic problem. See README note.",
"(5 + 3) + 8 = | 16,22": "math: A mental arithmetic problem. See README note.",
"(5 + 4) + 7 = | 19,16": "math: A mental arithmetic problem. See README note.",
"(5 + 6) + 5 = | 6,16": "math: A mental arithmetic problem. See README note.",
"(5 + 7) + 3 = | 20,15": "math: A mental arithmetic problem. See README note.",
"(5 + 8) + 4 = | 15,17": "math: A mental arithmetic problem. See README note.",
"(5 + 9) + 9 = | 33,23": "math: A mental arithmetic problem. See README note.",
"(5 + 10) + 1 = | 25,16": "math: A mental arithmetic problem. See README note.",
"(5 + 10) - 9 = | 6,2": "math: A mental arithmetic problem. See README note.",
"(5 - 1) - 1 = | 3,8": "math: A mental arithmetic problem. See README note.",
"(5 - 2) + 8 = | 9,11": "math: A mental arithmetic problem. See README note.",
"(5 - 2) + 10 = | 15,13": "math: A mental arithmetic problem. See README note.",
"(5 - 3) - 3 = | -1,9": "math: A mental arithmetic problem. See README note.",
"(5 - 3) - 10 = | -8,-6": "math: A mental arithmetic problem. See README note.",
"(5 - 4) + 10 = | 11,6": "math: A mental arithmetic problem. See README note.",
"(5 - 5) + 9 = | 16,9": "math: A mental arithmetic problem. See README note.",
"(5 - 7) - 4 = | -15,-6": "math: A mental arithmetic problem. See README note.",
"(5 - 8) - 2 = | -5,-15": "math: A mental arithmetic problem. See README note.",
"(5 - 8) - 8 = | -11,-9": "math: A mental arithmetic problem. See README note.",
"(5 - 10) + 2 = | -12,-3": "math: A mental arithmetic problem. See README note.",
"(5 - 10) + 6 = | 11,1": "math: A mental arithmetic problem. See README note.",
"(5 - 10) - 9 = | -11,-14": "math: A mental arithmetic problem. See README note.",
"(6 + 1) + 1 = | 4,8": "math: A mental arithmetic problem. See README note.",
"(6 + 1) + 4 = | 16,11": "math: A mental arithmetic problem. See README note.",
"(6 + 1) - 8 = | -1,4": "math: A mental arithmetic problem. See README note.",
"(6 + 4) - 6 = | 14,4": "math: A mental arithmetic problem. See README note.",
"(6 + 5) - 6 = | 4,5": "math: A mental arithmetic problem. See README note.",
"(6 + 6) + 3 = | 7,15": "math: A mental arithmetic problem. See README note.",
"(6 + 7) - 6 = | 7,4": "math: A mental arithmetic problem. See README note.",
"(6 + 7) - 8 = | 10,5": "math: A mental arithmetic problem. See README note.",
"(6 - 1) + 7 = | 2,12": "math: A mental arithmetic problem. See README note.",
"(6 - 3) - 5 = | -2,-8": "math: A mental arithmetic problem. See README note.",
"(6 - 5) + 4 = | 5,7": "math: A mental arithmetic problem. See README note.",
"(6 - 5) - 1 = | 0,3": "math: A mental arithmetic problem. See README note.",
"(6 - 5) - 5 = | 1,-4": "math: A mental arithmetic problem. See README note.",
"(6 - 8) + 1 = | -7,-1": "math: A mental arithmetic problem. See README note.",
"(7 + 3) - 10 = | 0,7": "math: A mental arithmetic problem. See README note.",
"(7 + 4) + 1 = | 6,12": "math: A mental arithmetic problem. See README note.",
"(7 + 4) - 9 = | 2,1": "math: A mental arithmetic problem. See README note.",
"(7 + 5) - 4 = | 8,13": "math: A mental arithmetic problem. See README note.",
"(7 + 6) - 7 = | 6,16": "math: A mental arithmetic problem. See README note.",
"(7 + 8) - 6 = | 11,9": "math: A mental arithmetic problem. See README note.",
"(7 + 8) - 10 = | 5,0": "math: A mental arithmetic problem. See README note.",
"(7 + 10) + 2 = | 22,19": "math: A mental arithmetic problem. See README note.",
"(7 + 10) - 8 = | 14,9": "math: A mental arithmetic problem. See README note.",
"(7 - 1) + 8 = | 23,14": "math: A mental arithmetic problem. See README note.",
"(7 - 3) + 8 = | 12,8": "math: A mental arithmetic problem. See README note.",
"(7 - 5) + 3 = | 5,12": "math: A mental arithmetic problem. See README note.",
"(7 - 5) - 4 = | -2,-7": "math: A mental arithmetic problem. See README note.",
"(7 - 5) - 7 = | -9,-5": "math: A mental arithmetic problem. See README note.",
"(7 - 6) - 1 = | 0,-6": "math: A mental arithmetic problem. See README note.",
"(8 + 2) - 8 = | 2,-3": "math: A mental arithmetic problem. See README note.",
"(8 + 6) + 2 = | 19,16": "math: A mental arithmetic problem. See README note.",
"(8 + 6) + 6 = | 20,27": "math: A mental arithmetic problem. See README note.",
"(8 + 7) - 8 = | -2,7": "math: A mental arithmetic problem. See README note.",
"(8 + 8) + 5 = | 21,11": "math: A mental arithmetic problem. See README note.",
"(8 + 8) + 5 = | 21,25": "math: A mental arithmetic problem. See README note.",
"(8 + 8) - 2 = | 18,14": "math: A mental arithmetic problem. See README note.",
"(8 + 8) - 5 = | 11,3": "math: A mental arithmetic problem. See README note.",
"(8 + 10) + 4 = | 17,22": "math: A mental arithmetic problem. See README note.",
"(8 - 3) - 4 = | 1,-8": "math: A mental arithmetic problem. See README note.",
"(8 - 6) + 4 = | 16,6": "math: A mental arithmetic problem. See README note.",
"(8 - 6) - 1 = | 1,-7": "math: A mental arithmetic problem. See README note.",
"(9 + 2) - 1 = | 10,12": "math: A mental arithmetic problem. See README note.",
"(9 + 2) - 2 = | 9,16": "math: A mental arithmetic problem. See README note.",
"(9 + 5) + 5 = | 19,29": "math: A mental arithmetic problem. See README note.",
"(9 + 7) + 5 = | 27,21": "math: A mental arithmetic problem. See README note.",
"(9 + 10) - 9 = | 10,3": "math: A mental arithmetic problem. See README note.",
"(9 - 3) - 2 = | 12,4": "math: A mental arithmetic problem. See README note.",
"(9 - 6) + 2 = | 5,13": "math: A mental arithmetic problem. See README note.",
"(9 - 7) + 10 = | 12,22": "math: A mental arithmetic problem. See README note.",
"(9 - 8) + 4 = | 5,15": "math: A mental arithmetic problem. See README note.",
"(9 - 9) - 10 = | -16,-10": "math: A mental arithmetic problem. See README note.",
"(10 + 3) - 2 = | 11,13": "math: A mental arithmetic problem. See README note.",
"(10 + 3) - 9 = | -3,4": "math: A mental arithmetic problem. See README note.",
"(10 + 8) - 6 = | 12,22": "math: A mental arithmetic problem. See README note.",
"(10 + 9) + 6 = | 28,25": "math: A mental arithmetic problem. See README note.",
"(10 + 10) + 3 = | 23,31": "math: A mental arithmetic problem. See README note.",
"(10 + 10) - 5 = | 15,8": "math: A mental arithmetic problem. See README note.",
"(10 - 1) + 7 = | 19,16": "math: A mental arithmetic problem. See README note.",
"(10 - 3) + 2 = | 9,3": "math: A mental arithmetic problem. See README note.",
"(10 - 3) - 3 = | 4,6": "math: A mental arithmetic problem. See README note.",
"(10 - 8) + 1 = | 0,3": "math: A mental arithmetic problem. See README note.",
"(10 - 8) + 10 = | 12,3": "math: A mental arithmetic problem. See README note.",
"(10 - 9) + 4 = | 5,10": "math: A mental arithmetic problem. See README note.",
"(10 - 9) - 5 = | -4,-1": "math: A mental arithmetic problem. See README note."
}
}
}