Solved
Limit responses - no smartphones
Hi, I will run survey where respondents will view and rate photographs. Because the photos need to be viewed in a large size, I don't want respondents to take the survey on their phone, but only use a laptop or PC. Is there a way to not allow survey responses from smartphones? Thanks!
Best answer by Rich_Boits_Walker
Hi @pamata
To get what you are after I think you are going to have to use some custom javascript code. There is a functional example in stackoverflow (here).
Using this example you can set up an embedded data field for MobileDevice (or something similar) in your survey flow, then place the above javascript on your first question like a screener by clicking the gear icon to the left of the question and selecting add JavaScript.
Where the example code has a comment for `// Mobile` you would use the following to set your embedded field:
`Qualtrics.SurveyEngine.setEmbeddedData("MobileDevice","Yes");`
You can then use that embedded data field to branch allowing non-mobile to continue and ending the survey for mobile users with a custom end of survey message.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.