forked from OpenNeuroDatasets/ds002278
-
Notifications
You must be signed in to change notification settings - Fork 0
/
task-arithmetic_events.json
executable file
·124 lines (124 loc) · 4.54 KB
/
task-arithmetic_events.json
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
{
"accuracy": {
"Description": "Accuracy of trial",
"Levels": {
"correct": "Correct response",
"incorrect": "Incorrect response",
"no_response": "No response"
},
"LongName": "accuracy"
},
"comparison": {
"Description": "Number against which to compare equation solution",
"LongName": "comparison value"
},
"comparison_duration": {
"Description": "Duration of the comparison value presentation",
"LongName": "comparison duration",
"Units": "[s] second"
},
"comparison_onset": {
"Description": "Onset of the comparison value presentation",
"LongName": "comparison onset",
"Units": "[s] second"
},
"comparison_representation": {
"Description": "Whether the comparison value is presented in \"word\" or \"numeric\" form.",
"Levels": {
"numeric": "Stimuli presented as numerals",
"word": "Stimuli presented in word form"
},
"LongName": "Comparison value representation"
},
"duration": {
"Description": "Duration of the equation presentation",
"LongName": "equation duration",
"Units": "[s] second"
},
"equation_representation": {
"Description": "Whether the equation is presented in \"word\" or \"numeric\" form.",
"Levels": {
"numeric": "Stimuli presented as numerals",
"word": "Stimuli presented in word form"
},
"LongName": "Equation representation"
},
"feedback_duration": {
"Description": "Duration of the feedback presentation",
"LongName": "feedback duration",
"Units": "[s] second"
},
"feedback_onset": {
"Description": "Onset of the feedback presentation",
"LongName": "feedback onset",
"Units": "[s] second"
},
"feedback_type": {
"Description": "Whether trial feedback will be informative or not.",
"Levels": {
"informative": "Feedback will indicate whether or not response was correct.",
"uninformative": "Feedback will not indicate whether or not response was correct."
},
"LongName": "feedback type"
},
"first_term": {
"Description": "The first term in the equation. For baseline trials, this is the only term.",
"LongName": "first term"
},
"onset": {
"Description": "Onset of the equation presentation",
"LongName": "equation onset",
"Units": "[s] second"
},
"operation": {
"Description": "Equation operation. For baseline trials, this is empty.",
"Levels": {
"add": "The first term is added to the second term.",
"divide": "The first term is divided by the second term",
"multiply": "The first term is multiplied by the second term",
"subtract": "The second term is subtracted from the first term."
},
"LongName": "operation"
},
"rounded_difference": {
"Description": "Difference between the solution and the comparison value, rounded to the nearest integer.",
"LongName": "rounded difference"
},
"second_term": {
"Description": "The second term in the equation. For baseline trials, this is empty.",
"LongName": "second term"
},
"solution": {
"Description": "Solution to the equation. For baseline trials this is the same as \"equation\".",
"LongName": "solution value"
},
"stim_file_comparison": {
"Description": "File for the comparison value.",
"LongName": "Comparison stimulus file"
},
"stim_file_feedback": {
"Description": "File for the trial feedback.",
"LongName": "Feedback stimulus file"
},
"stim_file_first_term": {
"Description": "File for the first term in the equation. For baseline trials, this is the only value.",
"LongName": "First-term stimulus file"
},
"stim_file_operator": {
"Description": "File for the operator in the equation. This value is empty for baseline trials.",
"LongName": "Operator stimulus file"
},
"stim_file_second_term": {
"Description": "File for the second term in the equation. This value is empty for baseline trials.",
"LongName": "Second-term stimulus file"
},
"response": {
"Description": "The button pressed by the participant.",
"Levels": {
"1": "Less Than",
"2": "Equal to",
"3": "Greater Than"
},
"LongName": "Participant response"
}
}