An easy-to-use platform for EEG experimentation in the classroom
at main 16 lines 750 B view raw
1export const protocol = { 2 title: `What participants are shown`, 3 protocol: `Participants are shown either a square or diamonds with dots 4 inside. The location of the object on the screen indicates which rule 5 the participant needs to follow.`, 6 condition_first_img: `multiConditionShape`, 7 condition_first_title: `Rule 1`, 8 condition_first: `If the object is shown on top, participants need to 9 respond to the shape (pressing ‘n’ for square and ‘b’ for diamond).`, 10 condition_second_img: `multiConditionDots`, 11 condition_second_title: `Rule 2`, 12 condition_second: `If the object is shown on the bottom, they need to 13 respond to the number of dots inside (pressing ‘n’ for 3 dots and ‘b’ 14 for 2 dots). `, 15 links: [], 16};