Hello,
I would like to create a simple way to see how long participants took to complete each block of questions.
Currently, I have timing questions set up for each page, but have export all of the data and spend ages playing with it in Excel to be able to get the summary I need. I have also tried to create reports, but there are a lots of page timings to add and edit to show the relevant data (I only care about the Page Submit timing).
Ideally, I'd like a report that has the min, max, mean timing for each question, organised by block, and then a final total row for that block. Even just the final block totals would be helpful for now! Like this, but with many more questions!:
The blocks are also within a table of content which has prevented me using a few other methods I've tried.
Is there any way to do this? Any advice would be greatly appreciated!
Best,
Ben
Try this for your first block. Then apply same for all blocks.
https://community.qualtrics.com/XMcommunity/discussion/11260/duration-of-a-block-with-multiple-pages#latest
https://community.qualtrics.com/XMcommunity/discussion/comment/54398#Comment_54398Thank you - how do you implement this? Ie. adding the code to the 'survey flow before the block'?
ben_1193 Now I got your point, so embedded feature is not available. So there is no use for TOC.
ben_1193 Better you can do one thing. you can calculate it through JS. you can collect the current time of system before block on first hidden variable and again collect the current time of system after block on second hidden variable, then deduct 1st variable time from 2nd variable, you will get the actual timestamp. hope below two links will help you
https://stackoverflow.com/questions/20456712/how-to-get-current-time-with-jquery
https://stackoverflow.com/questions/14337502/jquery-calculating-time-duration-by-giving-start-time-and-end-time#:~:text=valueStart%20%3D%20%24(%22%23startTime%22,diff)%3B%20alert(diffe)%3B
https://community.qualtrics.com/XMcommunity/discussion/comment/54433#Comment_54433Thank you. The blocks are long so users may complete them slowly over a few days - I need the time that users are actually engaged with the course (ie. the sum of the 'page submit' timings for each question).
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.