OS : MacOS Ventura 13.2.1
PsychoPy version : v2022.2.5
Hello everyone,
I have a problem with the form component.
I have integrated a routine with form component into my flow and first worked with a paceholder text. Everything worked perfectly. But when I copied my correct questions and answers one by one into the template of psychopy, I always get the following error code:
File "pandas/_libs/parsers.pyx", line 2042, in pandas._libs.parsers.raise_parser_error
pandas.errors.ParserError: Error tokenizing data. C error: Expected 5 fields in line 6, saw 8
################ Experiment ended with exit code 1 [pid:13438] #################
The file with the questions and answers is saved as .csv and everything remains the same, only the text changes. Sometimes the error code only occurs after 7 inserted questions and sometimes after 4. Does anyone know how I can fix the cause?
Here are some examples of the questions I wanted to insert:
Thank you in advance