Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

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:

    • just modify the link to run your study (as it stands) on Cint. This won't change anything from JATOS' point of view.
    • Also modify your study script if you need to see Cint's ID on your result data

    Hope this helps, let me know if it doesn't work

    Elisa

  • Hi @elisa ,

    Thanks for the reply.

    It works just fine :)

Sign In or Register to comment.