Replies: 2 comments 2 replies
-
Hi Jacquie, Cheers! EDIT: var resultsTrial = {
type: 'call-function',
func: function() { return data; }
};
jsPsych.init({
timeline: [resultsTrial, (pavlovia plugins go here) ]
}) |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply! Can I check what you mean by 'flat list' as I think mine is probably not flat, but I think I can potentially make it so. My data is like this: I have a structure called ‘data’ that throughout the experiment, I store data in. Below are just some examples what is stored in the structure. Then the data is usually ‘stringified’ and then send to JATOS. I’m wondering whether it might be possible to leave everything about the experiment the same and (after initialising PsychoJS of course), submit the data via PsychoJS?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear jsPsych team,
I was wondering whether you could tell me whether it is feasible to do the following (it may sound like a strange request, I explain below why I need to do this):
I have an experiment that is compatible with JATOS without running jsPsych. In JATOS, to submit data, I give it my javascript structure in a single line. Is there anyway to (I'd of course initialise jsPsych etc.) pass a complete data structure to jsPsych at the end of an experiment in a similar way?
The reason I'm asking is that I have an experiment that runs on JATOS. Now we're applying for a new ethics and they are not happy with JATOS, but want us to use Pavlovia. However, I have not been able to find a simple way to submit data to Pavlovia, but I'm seeing on their website that there are jsPsych plugins to send the data to Pavlovia. So I was wondering whether I could maybe use jsPsych to get my data to Pavlovia, without having to recode the whole experiment to be in the format of jsPsych (or PsychoJS)?
I'd be very grateful for any pointers
Jacquie
Beta Was this translation helpful? Give feedback.
All reactions