URL of experiment:
Description of the problem:
Hi all!
I am building an online experiment using a PsychoPy builder, and absolutely need your ideas about data saving.
In my experiment, multiple clicks are allowed in a routine (trial), and there’s no limitation on the number of clicks.
I want to save every information whenever the clicks are made, but the default PsychoPy generates only one line per routine.
At first, I put all information in a variable and saved the variable with thisExp.addData() function. Therefore, I had to make an additional processor from external flatform to extract clicks from a cell in the csv file. It works anyway… but I want a more clever way: saving each click data in each line.
Do you have any idea that I can handle the line-by-line data?