An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updated root package.json to 0.7.2 and corrected default face house stimuli types

jdpigeon f1891a1c 52798b4a

+3 -3
+2 -2
app/utils/jspsych/timelines/n170.js
··· 22 22 stimulus1: { 23 23 dir: facesDir, 24 24 title: 'Face', 25 - type: EVENTS.FACE, 25 + type: EVENTS.STIMULUS_1, 26 26 response: '1' 27 27 }, 28 28 stimulus2: { 29 29 dir: housesDir, 30 30 title: 'House', 31 - type: EVENTS.HOUSE, 31 + type: EVENTS.STIMULUS_2, 32 32 response: '9' 33 33 } 34 34 },
+1 -1
package.json
··· 1 1 { 2 2 "name": "BrainWaves", 3 3 "productName": "BrainWaves", 4 - "version": "0.7.1", 4 + "version": "0.7.2", 5 5 "description": "EEG Experiment Desktop Application", 6 6 "scripts": { 7 7 "build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",