So I want the position of my words to vary according to what is specified in the .xlsx-file:
![image](https://us1.discourse-cdn.com/flex020/uploads/psychopy/original/3X/a/6/a69028e2e0ecf56ffe48959eb7134c39d9fe0acf.png)
However, these words don’t appear during the experiment, it’s just a blank screen. When typing static coordinates in the second screenshot, everything works fine. What is going wrong here?
My repository can be found here: Sign in · GitLab
Kind regards!
Try having your x and y coordinates in separate columns.
1 Like
I’m having the exact same problem! It still doesn’t work when I fetch the X and Y coordinates from separate variables.
Any help would be greatly appreciated!
The solution posted above fixed the problem for me. Maybe something is wrong with your syntax? Here are some screenshots to compare:
![image](https://us1.discourse-cdn.com/flex020/uploads/psychopy/original/3X/f/f/ffe633a75a6567fc5b5af3cc8c7f731313d94790.png)
![image](https://us1.discourse-cdn.com/flex020/uploads/psychopy/original/3X/d/9/d92175afd7717fb12e24920257a10eaf452320cd.png)
Ah, I had accidentally put a “$” in the GUI for position. Removing that fixed the problem.
Thank you so much!
1 Like