survey_kit
survey_kit copied to clipboard
Example for handing survey results
It would be useful if there are examples on how to get all the key-value pairs of the survey items.. Currently I am unable to understand how to get the question name.
Hi and thank you for your feedback. Currently the only way the link the question and the result is by their respective Id (StepIdentifier). So in your case you can only get the name of the question via the entered question.
In the future we will probably add the question to their result which will make the result more accessible. Also we will include more documentation and more developed examples.