survey_kit icon indicating copy to clipboard operation
survey_kit copied to clipboard

onNextStep not working

Open tjbaba2 opened this issue 1 year ago • 1 comments

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.

tjbaba2 avatar Aug 03 '23 08:08 tjbaba2

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.

Numoy avatar Aug 30 '23 10:08 Numoy