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?
source share