Save Data in Long Form

Hello,

I am conducting a priming experiment with three trial types: prime, target and filler.
I have successfully programmed the experiment but the data is saving as one row per loop (e.g., prime, target and filler on the same row).

image

I would like my data to save as one row per trial, so that there is one row for prime, another for target, etc.

Any help would be greatly appreciated :slight_smile:

Add thisExp.nextEntry() in End Routine of prime and target

Thank you for your response. It does not seem to work unfortunately, I’m unsure why.

In what way have you added it?

In what way doesn’t it work?