Measure of time to fill out a section - google forms

I am trying to use Google forms for a research questionnaire. for some sections, I want to automatically measure the time that the user needs to fill out.

there is no such option on google forms. I tried to copy the form source and fill in the time using javascript, but it did not work (Cross-Origin problem). Failed to post the copied form.

How can this be done - how can I measure the time it takes to respond to a form? Is there another form of service that allows me to measure the time for a question?

+1
source share
1 answer

Well, this can be done using Google application scripts Source example: here

Not as good as out of the box, but hey - IT WORKS!

0
source

Source: https://habr.com/ru/post/979117/


All Articles