I am trying make a time limit on a block using the following suggestions here regarding branch logic and embedded data, but it seems the Q_TotalDuration does not start prior to the block, but rather still across the whole survey. Does anyone know a work around for this to where the time limit I enforce starts immediately before the block?
Cheers!
Solved
How to set Q_TotalDuration within a block
Best answer by rondev
Before the block we capture the Q_TotalDuration value in an embedded data for eg: BlockStartTime.
After the block perform a math operation i.e. Value of Q_TotalDuration - Value of BlockStartTime.
The result will be the time spent on the respective block.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

I have multiple blocks before the set ED for Q_TotalDuration, but upon branching and printing time remaining statements it seems it is still calculating it over time spent over the whole survey.