SurveyKit icon indicating copy to clipboard operation
SurveyKit copied to clipboard

How can I just get the integer answers from my survey so I can calculate a score?

Open benpoarch opened this issue 3 years ago • 1 comments

benpoarch avatar May 24 '21 02:05 benpoarch

Hi, sorry for this late reply. You can listen to onSurveyFinish callback. See it's example in MainActivity. Alternatively you can listen to onStepResult on every step.

coroutineDispatcher avatar Aug 27 '21 07:08 coroutineDispatcher