Stop timing after first click | XM Community
Question

Stop timing after first click

  • 5 August 2020
  • 2 replies
  • 8 views

I use a timing question with "auto-advance after" set to 15 seconds. I would like to stop the auto-advance when user clicks on the page (at the first click). In my case the first click is when a user starts to write in a text box. Therefore, I would like to stop the timing when the users start to write. Is there any possibility to do that?
Thank you a lot for your help


2 replies

Userlevel 7
Badge +22

We cannot stop the auto advance of timing question, once the question is loaded. Hence we need to use java script timer and stop the timer if it is less then 15 seconds and user has started typing in text box.

Thank you for your quick reply!
Do you have any example of code that can be use in this case?

Leave a Reply