Textbox to appear only after response is NO

Hi! I’m preparing an experiment in Builder (PsychoPy 2022.2.4).
The procedure involves a loop where:
-a text stimulus is presented as a first routine (30 randomly chosen texts from .xlsx file, 1 repetition of a loop);
-after text stimulus disappears 4 questions are presented together with sliders in the following routines (each question in next routine) - the possible answers on the slider are no (0) and yes (1).

If for any of this 4 questions the answer on a slider is NO I want to make PsychoPy to:

  • first present editable textbox for an open text question;
  • second to move directly to the presentation of the next text stimulus (first routine from a loop) and ignore presentation of the questions that are left.

Can anyone have an idea how to move with this?

conditional routines.zip (15.7 KB)
Hi there, here’s a demo that should do the trick.

Hope this helps,
Sue Lynn

1 Like

Thank you!!