-
Notifications
You must be signed in to change notification settings - Fork 814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new property to survey: goNextPageOnQuestionsComplete #37
Comments
…nswering all questions on the page, the survey will go automatically to the next page or complete the survey: #37
survey.goNextPageAutomatic property (default is false) is added. On answering all questions on the page, the survey will go automatically to the next page or complete the survey. |
I'm having some issues with this when answering checkbox questions. The first option takes the user to the next page but the reality is that there could be more than one answer. Can we have a .goToNextPageAutomatic on the individual questions as well as pages? |
It is a bug. I will work on the fix: #70 Thank you, |
The bug was fixed. |
It is false by default. If it sets to true, after all questions on page are completed and there is no errors - go to the next page or complete the survey.
The text was updated successfully, but these errors were encountered: