Require Survey Question Answer Before Next Slide

Problem:
Is there a quick way to require a survey question is answered before they can go to the next slide?
ie. a quick IF condition for the next action?
Creating a new variable for every question seems very manual.

Hi,

Please use the following tips to make the IF condition for go to the next slide action:

  • Set the max attempts of the question to 1.
  • In the IF condition, you can check if the state of control: if it is Disabled state then go to the next slide.

Regards,

Is there an alternative method when the question is a survey type and not graded?

Hi,

By default, the user must answer the question before going to the next slide.
You can check it in the question On Incomplete event. Doesn’t it work for you?

Regards