Hello everyone,
I’m having a problem with reading the correct answers from an excel file in Pavlovia. I have created a digit span experiment using PsychoPy 2023.1.3 on Mac. The experiment consists of a series of questions that have multiple correct answers, such as [‘1’, ‘3’, ‘5’]. I have stored the correct answers in an excel file, and I use the store correct component to read them and compare them with the participant’s response.
The problem is that the experiment runs perfectly on my computer, but not on Pavlovia. On Pavlovia, it seems that the correct answers are not read correctly from the excel file. When I revised the excel file from [‘1’,‘3’,‘5’] to 1,3,5 the correct answer functions ran on Pavlovia. But this time, it didn’t work locally.
I have tried to use different delimiters for the correct answers, such as ; " () but none of them worked on both platforms.
Does anyone know how to solve this problem? I would appreciate any help or suggestions. Thank you for your time and attention.