If this template helps then use it. If not then just delete and start from scratch.
OS Win7
PsychoPy version 2022.2.2
Standard Standalone? (y/n) y
What are you trying to achieve?:
I’m writing the excel sheet for digit span task (numbers). I’m wandered how to write the Correct answer column. I write it as [‘3’,‘8’,‘2’], but in the output data all of the answers are considered as incorrect answers. I don’t know how should participants write the answers in the TextBox. write 382 or [‘3’,‘8’,‘2’] or ‘3’,‘8’,‘2’.
I also don’t have any idea about the “Target” column. Does it need this column in excel sheet?
What did you try to make it work?:
In correct answer column I wrote 382 or [‘3’,‘8’,‘2’] or ‘3’,‘8’,‘2’ but none of them worked.
What specifically went wrong when you tried that?:
In the output data , in CorrAns column all of the answers are considered as wrong (0).