survey_kit
survey_kit copied to clipboard
onNextStep not working
i am trying to add onNextStep function in survey kit but it is demanding the resultFunction.
also what i want to do, if the question is of single choice then it should automatically move to next screen. Swipe Gesture should be available.
The result function is a parameter of the onNextStep. Just call it to get the current result. If thats not the case please respond here.
If you want custom behavior for the single-choice questions that are currently not given, you have to implement a custom single-choice view yourself. Feel free to check out the current version on the develop branch, which makes creating custom steps easier.