An easy-to-use platform for EEG experimentation in the classroom
1export const overview = {
2 title: `Visual Search Experiment`,
3 overview: `Imagine yourself looking for your keys in a messy room.
4 Visual search corresponds to looking for a specific object (e.g. keys)
5 surrounded by other objects (e.g. clothing and books). In the Visual
6 Search Task, you will explore how irrelevant objects affect how well you
7 can find the object you are looking for, and what this may tell us about
8 how your brain can find and focus on relevant information from all the
9 task-irrelevant information around us.`,
10 links: [],
11};