jspsych / datapipe

Send data from your behavioral experiments to the OSF. Born-open data as a service.
https://pipe.jspsych.org
MIT License
26 stars 1 forks source link

Example with uploading sound data #57

Closed jirilukavsky closed 1 year ago

jirilukavsky commented 1 year ago

This is just a small thing - the code uses subject_id defined in the first example, but it is omitted in the second example.

Because some basic things like loading the plugin are mentioned, people may expect the code is a complete working example. In other words, the example should include:

const subject_id = jsPsych.randomization.randomID(10);
jodeleeuw commented 1 year ago

thanks this is a great point!