Record response time for a block | XM Community
Solved

Record response time for a block

  • 30 July 2023
  • 2 replies
  • 158 views

Badge +2

Is it possible to record how much time a participant spends on a block rather just on a single page? For the single page you have to use the “question type: timing” function but I do not see anything that will give you one response time for the series of pages within a single block.  Any guidance would be appreciated

icon

Best answer by SaurabhPujare_Ugam 31 July 2023, 05:08

View original

2 replies

Userlevel 6
Badge +18

Hi @Linda H.,

You can certainly achieve this functionality by using “Q_TotalDuration” embedded variable. Use following approach to capture the block timings:-

  • Create embedded variable Block1.1Timing as set the value as pipe text of “Q_TotalDuration”
  • Create embedded variable which holds the subtraction, say Block1.2Timing and set the value as math operation of pipe text of “Q_TotalDuration - Block1.1Timing
  • For next blocks, your EDs will be Block2.1Timing and Block2.2Timing respectively.


 

Badge +2

Thank you so much!!

Leave a Reply