Howdy, Stranger!

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

Supported by

Data logging for inline script

Hello,

I need help with a specific question. As a doctoral student in psychology, I am in the process of building an experience with a view to future examinations.

This experiment consists of several different tasks (see attached script). I programmed the Sequence_generation_task with the inline script element, however is the logger element that I placed well positioned to record the responses of the participants?

Can someone enlighten me?


Thanking you.

Comments

  • Hi @lorinap,

    From a quick look at the structure of your task, I'd say it should record all responses, but the simplest way is to run the task and check carefully your output. That's always the best test. Thorough checking.

    Incidentally, I noticed that you created lots of loops for the different blocks, with fixed sequences. That'll work, but it's quite cumbersome. In the future, you might want to use some programming to populate the loops dynamically, which would allow you, for example. to use different second-order conditional sequences for different subjects, and start them from random positions on every block. This would mean having just one loop that can be repeated and populated as required, instead of as many loop as you have blocks.

    Good luck!

    Fabrice.

    Buy Me A Coffee

Sign In or Register to comment.