Working with Data During the Experiment
- jsPsych.data.get() function, and briefly mention similar functions (getLastTimelineData, getLastTrialData)
- Functions for working with data collections, with basic examples
- Accessing responses from the trial data: need to know the format of the data for that trial, since the trial data properties and structure differ depending on the plugin - see plugin docs
- Basic example of accessing responses
- Using the trial’s data parameter to add flags for easier filtering
- Basic example of adding flags and filtering on those flags