Hello,
I’m writing this post because I’m currently developing an online experiment on Pavlovia and I’ve encountered an issue that I don’t understand.
My experiment works as follows:
Four images are presented to the participant, and they must select one.
The trial loop is structured like this:
Each image (Stim1 to Stim4) is pulled from the file “combinaison_with_audio.csv”, which is set as the trial parameter.
Uploading: Capture d’écran 2025-05-05 à 15.56.36.png…
The experiment is intended to run on tablets. I’ve added this code to allow participants to click on an image and proceed to the next trial:
However, I’m getting this error and I’m facing the same issue as described in this topic:
https://discourse.psychopy.org
The difference is that I don’t create Elem1
anywhere else in my experiment. I’ve checked my CSV file and searched for any mouse-related code. There are no other variables with that name.
I also have doubts about whether Pavlovia is actually running my updated script.
I did some tests by changing the content of a text component, but the changes are not reflected when I run the experiment.
I checked GitLab, and the files do appear to be updated, but the displayed text during the experiment remains unchanged.
At that time, I had a duplicate variable, so the issue might come from that.
How can I ensure that the correct, updated version of my experiment is the one being run, especially since the modified files are clearly visible on GitLab?
Do you have any idea where this error might be coming from?
Thanks in advance
Djeser