开发者

How can I end survey depending on answer SharePoint

开发者 https://www.devze.com 2023-03-16 16:21 出处:网络
I have a survey with several questions and what I want is to end survey depending on answer. Like开发者_如何学JAVA, if I have question #1 (answers: Yes, no) and answer to it No, I want survey to finis

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号