Search code examples
sharepointsharepoint-2007branchsurvey

How can I end survey depending on answer SharePoint


I have a survey with several questions and what I want is to end survey depending on answer. Like, if I have question #1 (answers: Yes, no) and answer to it No, I want survey to finish. Is it possible?


Solution

  • As an out of the box solution you could implement the use of branching logic. The catch is the branching logic requires you to select a question to jump to. Often times I would include an optional question at the end such as "Optionally, please provide your name." or "Optionally, please provide any comments you may have regarding..." and this has fit my needs.

    If this is not sufficient you are probably looking at a custom solution with maybe using Javascript / jQuery to navigate to different questions on button click or maybe even go as far as custom ASP.NET pages to handle the survey itself.