Using JATOS with Cint
Hi everyone,
I have an experiment which I want to run it through Cint (https://www.cint.com/).
My question is: can I do this?
It seems that it requires specific tag for ID as part of the URL:
My JATOS experiment link(General Multiple) ends like this: publix/59/start?batchId=63&generalMultiple
I saw another discussion about Sona here: https://forum.cogsci.nl/discussion/6106/integration-with-sona
Can I do something similar to be able to use Cint?
Thanks in advance for the help,
Kian
Comments
Hi Kian,
I don't know Cint, but in principle the answer is yes, you can simply add another query parameter, so your link will look like this:
publix/59/start?batchId=63&generalMultiple&id=[ID]
It looks like Cint replaces the ID automatically.
This query parameter will be available from JATOS, so you could use it if you needed to identify your participants in some way. But it won't be visible automatically on your results table. You'll have to modify your script if you'd like to store this information somehow.
So, in short:
Hope this helps, let me know if it doesn't work
Elisa
Hi @elisa ,
Thanks for the reply.
It works just fine :)