Can I name my elements whatever I want for any type of element or is there a naming convention that is needed for the data to save correctly?
See attached screen shot.
Thank you,
Rob
Can I name my elements whatever I want for any type of element or is there a naming convention that is needed for the data to save correctly?
See attached screen shot.
Thank you,
Rob
Hello Rob,
If you wish to modify survey results, you can subscribe to the
survey.onComplete
event, obtain survey results using thesurvey.data
/survey.getPlainData()
functions and build a new array which contains question answers as needed. For more information, check the following help topic: Modify Survey Results.If your task is different, please elaborate on your overall usage scenario.
Thanks