An easy-to-use platform for EEG experimentation in the classroom
1export const protocol = {
2 title: `What participants are shown`,
3 protocol: `This is custom experiment, so it's up to you`,
4 condition_first_img: `conditionFace`,
5 condition_first_title: `Faces`,
6 condition_first: `When participants see a face, they should press the key “1”.`,
7 condition_second_img: `conditionHouse`,
8 condition_second_title: `Houses`,
9 condition_second: `If participants see a house, they should press “9”.`,
10 links: [],
11};