OS (e.g. Win10): win 10
PsychoPy version : PsychoPy 2021.1.0
Standard Standalone? (y/n) Yes
Hi,
I’m trying to present images according to my slider values, for example, emotional intensities from 0 to 100 and corresponding emotional faces.
With help from others in this forum, here is what I’ve tried:
First, I want my slider to contain 101 different values, and
begin with one randomly chosen from ‘Anchor’.
Also, I added this to made it possible to move with keyboard, using left and right arrows.
And here I insert $sld_list[int(slider_practice.getRating())] to get images.
($sld_list is a list of my stimuli)
It works fine when I use mouse. whenever I put my mouse click off, there are images corresponding to slider values. When I press left or right arrow to move my slider, however, the slider moves but the image does not change at all. How can I do it?