URL of experiment: Pavlovia
Description of the problem:
I have trials.addData in one of my code components:
But it gives me this error message when I try to run the experiment online:
How do I fix this?
Thank you!
URL of experiment: Pavlovia
Description of the problem:
I have trials.addData in one of my code components:
But it gives me this error message when I try to run the experiment online:
How do I fix this?
Thank you!
Solved! I just needed to swap trials.addData to psychoJS.experiment.addData().