Record response time for a block | XM Community
Skip to main content
Solved

Record response time for a block


Forum|alt.badge.img+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

Best answer by SaurabhPujare_Ugam

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.


 

View original

2 replies

SaurabhPujare_Ugam
QPN Level 5 ●●●●●
Forum|alt.badge.img+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.


 


Forum|alt.badge.img+2
  • Author
  • 1 reply
  • August 1, 2023

Thank you so much!!


Leave a Reply