···143143// Gets the last set of behavioural (key press) data stored in jsPsych
144144export const getBehaviouralData = () => {
145145 const rawData = jsPsych.data.get().values();
146146- console.log(rawData);
147146148147 // Mutate rawData array to customize behavioural results output
149148 for (let index = 0; index < rawData.length; index++) {