OS: macOS
PsychoPy version: 3.0.0b2 Standalone
I’m trying to make a very simple flow with 1 routine that displays stimuli and allows the user to press the spacebar. I would like to allow the user to press the spacebar multiple times and in the output I would like to see the timestamps for when the user pressed the spacebar.
In the builder I added stimuli and a keyboard. In the log file I can see each of the spacebar presses logged, but my CSV is empty. This seems to be because “Force end of routine” is unchecked. When I check this box then I see 1 line in the CSV, but obviously only 1 line since the routine ends. I would like a log of all spacebar presses in the CSV.
Any advice would be appreciated. Could I be doing something differently?