+1 vote

I can access the millisecond timing of a single participant's answers by clicking on Data -> Details. But, can I extract this for all participants + all questions at once?

(Ideally, I'd like to avoid writing a js query to the guidedtrack website by hand)

Thanks so much!

by (230 points)

1 Answer

+1 vote
Best answer

It's not possible through the UI, I'm afraid. If it's a one-off, we could extract the data from the database and send it to you.

An alternative is to save the time explicitly, although it's going to be relative to some starting point. Like this:

>> startTime = calendar::now

*question: How quickly can you answer?

>> q1Time = calendar::now
>> q1Delay = q1Time - startTime

Then q1Delay would show up in the CSV as ‘2.056 seconds’, for example.

by (1.1k points)
selected by
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users