Timestamp for every action within survey | XM Community
Skip to main content

Hi!

 

I was hoping to learn how to record every timestamp for every action within a survey. 

The main information I want to get is the time each participant lands on each page and each question. 

Please let me know if I should provide more information. 

Thank you in advance! ◡̈ 

Does the answer here from ​@TomG sound similar to what you’re looking for?

 

Looks like that answer is capturing a timestamp when the page is submitted, but maybe you could just use this part under addOnLoad to get a timestamp when the page loads:

 

jQuery("#"+this.questionId).hide();    
jQuery("#"+this.questionId+" inputItype=text]").val(new Date());

 

 


Leave a Reply