Skip to content
Discussion options

You must be logged in to vote

Hi @kernel52,

One-line-per-trial is pretty built in to the core of how jsPsych manages the data structure. If you only want to save a few values per participant then you could write a custom function to run at the end of the experiment that created a single array or object of data and send this off to some server.

If you are working in cognition.run then you won't have enough control over the backend to do this. You could, in theory, use the call-function plugin to perform the data summarization and return the object containing the data. Then all of the data for each participant would be stored in the trial associated with the call-function plugin running. You could then filter the CSV fi…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@kernel52
Comment options

@jodeleeuw
Comment options

@kernel52
Comment options

@kernel52
Comment options

Answer selected by kernel52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants