Replies: 1 comment 4 replies
-
You could probably do this, but you would need to do all of your data processing and calculate your means (etc.) in jsPsych (javascript) before exporting the single-row data file. This feels like a sub-optimal way of doing things because you would never get to see the raw data in all its glory. If you want to do this, you woudl just need to create your data file (in whatever format you prefer) in an on_finish part of one of the final timeline nodes in your script. Hope this helps, Cai |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi all, I am just wondering if I could do something on jsPsych code so that I could save all the data from an individual participant in one row. by doing this, it will make much easier to import the .csv file to other data analysis packages like SPSS.
Thank you so much
Beta Was this translation helpful? Give feedback.
All reactions