Howdy, Stranger!

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

Supported by

Integration with Psytoolkit or any other experiment via an external link

Hi all!

I am new in OpenSesame and trying to run an online study that includes several tasks. Hence, I wanted to ask you if it is possible to somehow integrate an experiment/task that is pre-built in Psytoolkit (for which there can be a link) in addition to other tasks I need to code and that therefre I could build in OpenSesame. Is this possible? If not, would I have to do this integration in JATOS for example? I would appreciate if you can give me some ideas about how or in what other platform to do this in case it's not possible to do it in Open Sesame.


Thank you!

All the best,

Marina

Comments

  • Hi @mpicocabiro ,

    Yes, of sorts. You could use window.open() in an inline_javascript item. This will open a URL in a new browser tab, and this would allow you to redirect to your Psytoolkit study. Whether that's sufficiently flexible depends on your specific use case.

    window.open("https://osdoc.cogsci.nl/")
    

    Alternatively, you could build a JATOS experiment that contains multiple components. But that will take some figuring out, because there is no (as far as I'm aware) easy tutorial available for that.

    Hope this helps!

    — Sebastiaan

Sign In or Register to comment.