If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win11): PsychoPy version (e.g. 2024.2.4 ): Standard Standalone Installation? (y/n) yes Do you want it to also run online? (y/n) no What are you trying to achieve?:
In a loop I want to ask questions where the labels of the slider change in every loop. But for some reason, the slider labels do not disappear after each loop but the last one remains in the next one, leading to overlaid text on the slider:
What did you try to make it work?:
Try different psychopy versions. Trying to add some code lines in the code component to make it disappear (but I’m a too bad coder to make it work)
The thing is that I want the left and right label to change in every loop. that’s why I refer to the columns in the loop file.
The goal is not to have written ‘left’ and ‘right’ on the edges of the scales.
I assumed that left and right were variables that I defined in a Begin Experiment tab. I am afraid that the slider component does not allow the use of variable labels as the option to change the update frequency is greyed out. It is not possible to select ‘set each repeat’.