Skip to content

Commit 7bea87b

Browse files
authored
Merge pull request #432 from VisLab/main
Corrected tag error
2 parents e05d178 + 95d18c9 commit 7bea87b

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ Desktop.ini
122122
schema_cache_test/
123123
hed_cache/
124124
**/remodel/summaries/*
125+
status/
125126

126127
# GitHub Copilot instructions (developer-specific)
127128
.github/copilot-instructions.md

datasets/eeg_ds004117s_hed_sternberg/task-WorkingMemory_events.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"sound_buzz": "Play a buzz sound"
1111
},
1212
"HED": {
13-
"left_click": "Agent-action, Participant-response, (Press, (Push-button, (Left-side-of)))",
14-
"right_click": "Agent-action, Participant-response, (Press, (Push-button, (Right-side-of)))",
15-
"show_cross": "Sensory-event, Visual-presentation, (Cross, (Center-of, Computer-screen))",
16-
"show_dash": "Sensory-event, Visual-presentation, (Dash, (Center-of, Computer-screen))",
17-
"show_letter": "Sensory-event, Visual-presentation, (Character, (Center-of, Computer-screen))",
18-
"sound_beep": "Sensory-event, Auditory-presentation, Beep",
19-
"sound_buzz": "Sensory-event, Auditory-presentation, Buzz"
13+
"left_click": "Agent-action, {task_role}, (Experiment-participant, (Press, (Push-button, Left)))",
14+
"right_click": "Agent-action, {task_role}, (Experiment-participant, (Press, (Push-button, Right)))",
15+
"show_cross": "Sensory-event, {task_role}, Visual-presentation, (Cross, (Center-of, Computer-screen))",
16+
"show_dash": "Sensory-event, {task_role}, Visual-presentation, (Dash, (Center-of, Computer-screen))",
17+
"show_letter": "Sensory-event, {task_role}, Visual-presentation, ({letter}, (Center-of, Computer-screen))",
18+
"sound_beep": "Sensory-event, {task_role}, Auditory-presentation, Beep",
19+
"sound_buzz": "Sensory-event, {task_role}, Auditory-presentation, Buzz"
2020
}
2121
},
2222
"task_role": {
@@ -40,14 +40,14 @@
4040
"bad_trial": "(Invalid, Experimental-trial)",
4141
"feedback_correct": "(Feedback, Correct-action)",
4242
"feedback_incorrect": "(Feedback, Incorrect-action)",
43-
"fixate": "(Task, Fixate)",
44-
"ignored_correct": "((Recall, Non-target), Correct-action)",
45-
"ignored_incorrect": "((Recall, Non-target), Incorrect-action)",
43+
"fixate": "(Instructional, Fixate)",
44+
"ignored_correct": "(Non-target, Correct-action)",
45+
"ignored_incorrect": "(Non-target, Incorrect-action)",
4646
"indicate_ready": "(Appropriate-action, Label/Indicate-ready)",
4747
"probe_not_shown": "(Cue, Non-target)",
4848
"probe_target": "(Cue, Target)",
49-
"remembered_correct": "((Recall, Target), Correct-action)",
50-
"remembered_incorrect": "((Recall, Target), Incorrect-action)",
49+
"remembered_correct": "(Target, Correct-action)",
50+
"remembered_incorrect": "(Target, Incorrect-action)",
5151
"to_ignore": "Non-target",
5252
"to_remember": "Target",
5353
"work_memory": "(Cue, Recall)"

0 commit comments

Comments
 (0)