If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win10):
PsychoPy version (e.g. 2021.2.3x):
Standard Standalone? (y)
What are you trying to achieve?:
I am simply trying to get a text variable to appear on screen, and be moved on by a space bar press. My text is contained in a .csv in the same directory as the .psyexp file, and has two columns , one, “instructions_text” contains experimental instructions, and the other “slide_counter” contains text for a slide counter.
What did you try to make it work?:
In my loop I have put my instructions.csv file. In the text component in the routine itself I have written $instructions_text. My loop is sequential.
What specifically went wrong when you tried that?:
When I try to pilot my experiment on Pavlovia, I immediately get the message that the instructions_text variable is not defined. I have looked in the JS and Python code and the instructions.csv is getting recognised at the start.
Any help would be greatly appreciated.