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

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

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.


 


Thank you so much!!


Leave a Reply