Timed Question/Descriptive Text Question Auto-advance without Next Button? | XM Community
Skip to main content
Solved

Timed Question/Descriptive Text Question Auto-advance without Next Button?

  • May 9, 2019
  • 2 replies
  • 16 views

Martin_O
Level 2 ●●
Forum|alt.badge.img+11
Is there a way to have a first question of my survey that is a timed question but it is a descriptive text question so no selection is made and then I want to be able to hide the Next button? This is more of an OCD thing. Ha ha.

Best answer by TomG

Add a timer question to the first page and have it advance after X seconds. Add this JS to addOnReady to hide the Next Button: ``` this.hideNextButton(); ```

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • May 9, 2019
Add a timer question to the first page and have it advance after X seconds. Add this JS to addOnReady to hide the Next Button: ``` this.hideNextButton(); ```

Martin_O
Level 2 ●●
Forum|alt.badge.img+11
  • Author
  • Level 2 ●●
  • May 9, 2019
Well that was the easy solution I was looking for. Worked beautifully. Tom, I keep finding that you are my Javascript Guru for a guy like me that doesn't know anything about Javascript. Ha ha. Thanks so much!