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:
Does anyone have suggestions on how to fix this? Thanks in advance for your help!