Start a conversation

How to calculate how much time a participant has spent on a page

Overview

This article explains how to calculate the time a participant has spent on a specific page using relative time stamps in a survey or questionnaire system.

Information

Understanding how long participants spend on individual pages can provide valuable insights into user behavior and engagement. This guide focuses on using relative time stamps to measure time spent on pages.

Using Relative Time Stamps

To calculate the time spent on a certain page, you can use the relative time stamp feature. This method allows you to track the duration a participant spends on each page of your survey or questionnaire.

Variable Names and Descriptions

The relative time stamp feature uses specific variable names to store and retrieve timing information:

Internal Variable Name

dt_send_pag_000n ()

External Variable Name

rts_000n (For page IDs up to 99999)
ts_000n (For page IDs greater than 99999)

Description

relative timestamp for page xxxx

Calculation Example

To calculate the time spent on a page, you need to compare the relative time stamps of consecutive pages. Here's an example:

If rtsxxxx1 = 6 and rtsxxxx2 = 27, then the participant spent 21 seconds on the page (27 - 6 = 21).

FAQ

What does the relative time stamp represent?

The relative time stamp represents the number of seconds that have elapsed since the start of the survey or questionnaire for a specific page.

How do I interpret the variable names?

The variable names follow a pattern where 'xxxx' or '000n' represents the page number or ID. For example, rts0001 would be the relative time stamp for the first page, rts0002 for the second page, and so on.

Can I use this method for all types of surveys?

This method can be used for most types of online surveys or questionnaires that support the collection of relative time stamps. However, you should verify that your specific survey platform supports this feature.

 

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments