-
Notifications
You must be signed in to change notification settings - Fork 2
/
task-SORPF_events.json
executable file
·33 lines (33 loc) · 1.49 KB
/
task-SORPF_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
{
"prompt": {
"Description": "Trial prompt. Spaces are replaced with underscores. The first word is the target (presented as an image in the task).",
"LongName": "Trial prompt"
},
"response": {
"Description": "The button pressed by the participant. Meaning of the button press changes between self/other/malleable trials and Flanker trials.",
"Levels": {
"1": "Yes/Left",
"2": "No/Right"
},
"LongName": "Participant response"
},
"stimulus": {
"Description": "The stimulus presented to the participant. This was used instead of 'stim_file' because the stimuli are not shareable within the dataset.",
"LongName": "Stimulus file"
},
"trial_number": {
"Description": "Trial number.",
"LongName": "Trial number"
},
"trial_type": {
"Description": "Trial type, which may fall under either the SORP or Flanker portions of the task.",
"Levels": {
"Self": "Evaluate whether the prompt describes the participant.",
"Other": "Evaluate whether the prompt describes the character presented.",
"Malleable": "Evaluate whether or not the extent to which the prompt applies to any general person can change over time.",
"Flanker-Congruent": "A congruent trial of the Flanker portion of the task.",
"Flanker-Incongruent": "An incongruent trial of the Flanker portion of the task."
},
"LongName": "Trial type"
}
}