Three questions displayed sequentially for a same picture stimuli

I am a new to Psychopy. In my survey, the stimuli consist of pictures. For each picture, there are three questions that will be displayed sequentially underneath the image. I would like to ensure that the next question appears only after the participant has finished answering the previous one, with only one question and its corresponding slider displayed on the screen at a time. How to do this in Pyschopy?

Does anybody know that? Thanks a lot!

Hello,
Why not create a loop with three routines, each routine will have a slider with one of the three questions.
In the middle of the screen, in each routine, display a dynamic image that will be set from your loop’s condition file.
Did you try doing something like that? What have you tried so far?

Thanks,
Chen

Hi Chen, Thanks so much for you suggestion!!! I tried and it works now. Thanks again.

Rosaline

1 Like