Skip to content
Discussion options

You must be logged in to vote

Hi @jwylie21, I think the problem is that you're using v6.1.0 for the core jspsych.js file:

<script type="text/javascript" src="lib/vendors/jspsych-6.1.0/jspsych.js"></script>

But it looks like the plugin files that you're using come from the jsPsych v6.3.0 release. There were a number of changes between these releases - see here for release notes. One of the changes was that the jsPsych data switched from internally storing complex data (objects and array) as JSON strings to storing these as native JavaScript objects/arrays, and then converting these JavaScript variables to strings in the last step of data saving (i.e. jsPsych.data.get().csv()). What this means in your case is that the p…

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@jwylie21
Comment options

@becky-gilbert
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

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

@becky-gilbert
Comment options

@jwylie21
Comment options

@jwylie21
Comment options

Answer selected by becky-gilbert
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