-
Hello everyone, Thank you in advance, Michele M |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Michele, You might have more luck asking the JATOS folks about this. It sounds like the issues are with JATOS functionality and not jsPsych. Let us know if it turns out that the problems are caused by jsPsych so we can address it! |
Beta Was this translation helpful? Give feedback.
-
But the exporting multiple participants data in JSON format does seem to be a JATOS problem. I've asked about it here. In the meantime, I've cooked up a python script to convert the invalid JATOS combined output to valid JSON that can be imported e.g. using the https://github.com/amunn/fixjatos Comments welcome. (It seems that Michele found a different solution here) |
Beta Was this translation helpful? Give feedback.
jatos.js
provides a number of ID variables you can find here which you can add usingjsPsych.data.addProperties
in theon_finish
function ofinitJsPsych
. (Unless I've misunderstood the second part of your question).But the exporting multiple participants data in JSON format does seem to be a JATOS problem. I've asked about it here. In the meantime, I've cooked up a python script to convert the invalid JATOS combined output to valid JSON that can be imported e.g. using the
jsonlite
package in R.https://github.com/amunn/fixjatos
Comments welcome.
(It seems that Michele found a different solution here)