Question
Measuring time spent on the page (Page Submit)
Hi,
My participants were supposed to read a survey page for 60 seconds (I forced the "next button" to display after 60 seconds using Javascript) and then I measure how long they read the page using the "Timing" function.
However, I found that may data have less than 60 seconds on "Timing - Page Submit", and I am not sure how this happened. There is no way participants skipped the survey before 60 seconds (no "next button" is displayed). Should I interpret "Timing - Page Submit" differently? Any advice will be appreciated. Thanks!
FYI, I used this javascript to hide the "next button" and it worked well.
Qualtrics.SurveyEngine.addOnReady(function() {
$('NextButton').hide();
setTimeout(function() { jQuery("#NextButton").show(); },60000);
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

