URL of the experiment: https://pavlovia.org/run/G4ABM/testtest/html/
Description of the problem:
Hi!
I’m trying to add data to the default output generated by Psychopy on Pavlovia (which is a csv file).
However, when I use the following JS script at the end of a routine, nothing is registered :
psychoJS.experiment.addData("test","test")
If I’m not mistaking, this is supposed to create a column “test” and write “test” in this one at the end of each routine on the CSV.
The experiment works without crashing but there is no “test” on the CSV.
What should I do?
If you have a suggestion to create a different output (from scratch) it can also be something to consider.
Thanks a lot !