Ipad survey | XM Community
Skip to main content
Solved

Ipad survey

  • April 24, 2023
  • 8 replies
  • 475 views

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43

ipad kiosk survey: Anyone having idea how to create a ipad survey for store displaying first question always and restart after submitting. also if someone left in middle to restart after few seconds or have restart button.

Best answer by CxEx

You can put survey anonymous link in the end of survey redirect. This way survey will always restart when someone complete the survey. 

 

8 replies

CxEx
Level 5 ●●●●●
Forum|alt.badge.img+13
  • Level 5 ●●●●●
  • Answer
  • April 24, 2023

You can put survey anonymous link in the end of survey redirect. This way survey will always restart when someone complete the survey. 

 


PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Author
  • Level 6 ●●●●●●
  • April 24, 2023

That is correct but how i can make sure survey displays first question instead of survey link, like we have surveys in stores for example in Ikea.


Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • April 24, 2023

That is correct but how i can make sure survey displays first question instead of survey link, like we have surveys in stores for example in Ikea.

Sorry dind’t got this, please elaborate.


krbhavya
Level 6 ●●●●●●
Forum|alt.badge.img+20
  • Level 6 ●●●●●●
  • April 24, 2023

Add “?Q_DL=1” to the end of the url to always display first question of the survey


PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Author
  • Level 6 ●●●●●●
  • April 24, 2023

That is correct but how i can make sure survey displays first question instead of survey link, like we have surveys in stores for example in Ikea.

Sorry dind’t got this, please elaborate.

Like an ipad is installed in building which show the survey as first question. we dont want to show survey link but directly first question (for e.g smiley satisfaction question)


Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • April 24, 2023

That is correct but how i can make sure survey displays first question instead of survey link, like we have surveys in stores for example in Ikea.

Sorry dind’t got this, please elaborate.

Like an ipad is installed in building which show the survey as first question. we dont want to show survey link but directly first question (for e.g smiley satisfaction question)

This link might be helpful.

In which browser will you be opening the survey? If safari then try command+F to get full screen mode.


Forum|alt.badge.img+18
  • Level 3 ●●●
  • April 24, 2023

@PeeyushBansal  - In summary: -

  • Use anonymous link and Open it in browser.
  • Put device on kiosk mode so consumer can’t switch that screen and can only play with survey. As already mentioned above in thread
  • Have a JavaScript code in survey header which redirect survey back to original anonymous link in case there is no touch on device screen for 20-30 seconds. This will take care of end of screen also, so its fine even we don’t put additional redirect at the end of survey.
  • Disable the survey setting “Allow respondents to finish later” so after each refresh, feedback is considered as new response

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Author
  • Level 6 ●●●●●●
  • April 24, 2023

@PeeyushBansal  - In summary: -

  • Use anonymous link and Open it in browser.
  • Put device on kiosk mode so consumer can’t switch that screen and can only play with survey. As already mentioned above in thread
  • Have a JavaScript code in survey header which redirect survey back to original anonymous link in case there is no touch on device screen for 20-30 seconds. This will take care of end of screen also, so its fine even we don’t put additional redirect at the end of survey.
  • Disable the survey setting “Allow respondents to finish later” so after each refresh, feedback is considered as new response

Thanks @kimothiSaurabh, This is detailed, I will call you to discuss more on this with you :)