Hi, does someone know How do I end a questionary for example if the persons respons no

=Hi, does someone know How do I end a questionary for example if the persons respons no

The short answer: make all other questions/sections depend on the answer to the consent question. If your questionnaire is divided into sections, add an enabling condition for each, here in pseudo-code, consent == 1.

Was that the problem you were trying to address?