Hello all,
I created a survey that brings up different questions depending on what users answer to 'Are you in online or offline environment?'. It would be handy if there is a way that the survey can detect it and control questions directly from its status.
Any experience or thoughts?
Kerry
Solved! Go to Solution.
Hi @KerryKang,
Yes this is possible via a pulldata() property. It will return if the device is online or not. You can then use this value to hide or show questions via relevant expressions, or add constraints or calculations to other questions.
Please refer to this documentation for more information on how to use it:
Regards,
Phil.
Hi @KerryKang,
Yes this is possible via a pulldata() property. It will return if the device is online or not. You can then use this value to hide or show questions via relevant expressions, or add constraints or calculations to other questions.
Please refer to this documentation for more information on how to use it:
Regards,
Phil.