-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask-gstroop_acq-seq_events.json
executable file
·45 lines (44 loc) · 1.26 KB
/
task-gstroop_acq-seq_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
{
"trial_type": {
"LongName": "Condition of trial",
"Description": "Whether the trial was congruent or incongruent",
"Levels": {
"congruent": "face image and word were congruent (e.g., male face with the word 'man')",
"incongruent": "face image and word were incongruent (e.g., male face with the word 'woman')"
}
},
"response_accuracy": {
"LongName": "Accuracy of response",
"Description": "Whether the response was correct, incorrect, or a miss",
"Levels": {
"correct": "response was correct",
"incorrect": "response was incorrect",
"miss": "response was missed (i.e., too late)"
}
},
"response_hand": {
"LongName": "Hand of response",
"Description": "Which hand was used to respond",
"Levels": {
"left": "left hand",
"right": "right hand",
"n/a": "no response (missed trial)"
}
},
"img_gender": {
"LongName": "Gender of face image",
"Description": "Which gender did the presented face have?",
"Levels": {
"male": "male",
"female": "female"
}
},
"word_gender": {
"LongName": "Gender of the presented word",
"Description": "Which gender did the presented word have?",
"Levels": {
"male": "male",
"female": "female"
}
}
}