SurveyKit icon indicating copy to clipboard operation
SurveyKit copied to clipboard

Can not create Form Step

Open geetyash opened this issue 3 years ago • 1 comments

I wanted to have a Step in which I can add multiple questions/Steps for the same screen. So that I can have mix of survey questions with single Questions in one screen as well as in a few screens/step in can show multiple questions. How to do it?

geetyash avatar Apr 05 '21 08:04 geetyash

Hello, sorry for the late reply. You can always create your own custom step: see CustomStep in MainActivity by extending the Step interface and then draw whatever you like from there.

coroutineDispatcher avatar Aug 27 '21 07:08 coroutineDispatcher