|
10 | 10 | "sound_buzz": "Play a buzz sound" |
11 | 11 | }, |
12 | 12 | "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" |
20 | 20 | } |
21 | 21 | }, |
22 | 22 | "task_role": { |
|
40 | 40 | "bad_trial": "(Invalid, Experimental-trial)", |
41 | 41 | "feedback_correct": "(Feedback, Correct-action)", |
42 | 42 | "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)", |
46 | 46 | "indicate_ready": "(Appropriate-action, Label/Indicate-ready)", |
47 | 47 | "probe_not_shown": "(Cue, Non-target)", |
48 | 48 | "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)", |
51 | 51 | "to_ignore": "Non-target", |
52 | 52 | "to_remember": "Target", |
53 | 53 | "work_memory": "(Cue, Recall)" |
|
0 commit comments