makebrainwaves / BrainWaves

An easy-to-use platform for EEG experimentation in the classroom
MIT License
60 stars 26 forks source link

eeg markers #106

Closed Yury-Shevchenko closed 4 years ago

Yury-Shevchenko commented 4 years ago

Faces & Houses task in lab.js sends markers on display of a face (value: 1) and a house (value: 2) in main trials. The markers are recorded inside the EEG stream.

Yury-Shevchenko commented 4 years ago

I've added markers on presentation of stimuli in all of the tasks.

teonbrooks commented 4 years ago

are we still using jspsych within the app or have we deprecated it? i just noticed that some of the files being called are in its folder. if we're not using it for the presentation, maybe we should moved those files out of the directory.

Yury-Shevchenko commented 4 years ago

we are not using jspsych now. I kept it there for testing, will remove it then.

Yury-Shevchenko commented 4 years ago

Made following updates: 1) "Enable EEG" checkbox next to the preview. 2) The display of the experiment in the preview (without and with EEG) is adjusted. 3) Error when opening a new custom experiment without data is fixed 4) old jsPsych calls removed 5) The error (no feedback if the length of a new experiment name is 1) is fixed. 6) EEG markers are recorded in the visual search task: presentation of trials with a target stimulus vs. presentation of trials without target stimulus. 7) Landing page is "My experiments. 8) If "My experiments" is empty, the user has a link to "Experiment bank". 9) Small changes (change to the "Edit" button, removed the folder icon inside the app).

teonbrooks commented 4 years ago

thanks @Yury-Shevchenko!