CSV Output Displays as a Single Line Instead of Multiple Trials

Standard Standalone? Yes, I’m using the standard standalone version of PsychoPy.

What are you trying to achieve?
I want my CSV file to correctly display one row per trial, with separate columns indicating whether the participant’s response was correct and their reaction time (RT).

What did you try to make it work?
I adjusted the loop settings in different ways, but the issue persists. My CSV still appears as if I only have one row of data instead of multiple trials.

What specifically went wrong?
The CSV does not separate trials into different rows, making it difficult to analyze whether the participant responded correctly and their reaction time. I don’t get an error message, but the output structure is incorrect.

This is what I get:
image

Does anyone have suggestions on how to fix this? Thanks in advance for your help!

That output looks correct. If it doesn’t have as many lines as you expect, perhaps you have unticked is trials in one of your loops.

Looking at your image, I think this is a problem with your excel program. It is not properly reading the file as comma-seperated values.

In excel, try going to Data → Text to Columns. Should look something like this?

.

Issac