Measure time to fill section - google forms

别等时光非礼了梦想. 提交于 2019-12-11 12:18:43

问题


I'm trying to use google forms for a research questionnaire. for some of the sections I want to automatically measure the time takes the user to fill.

there is no option like this in google forms. I've tried to copy the form source, and fill the time with javascript but it didn't worked (Cross-Origin issue) - Didn't succeed to host the copied form.

How it can be done - how can I measure the time that took to answer a form? is there an other forms-like service that allow measuring time per question?


回答1:


Ok, It's can be done with google app scripts source example: here

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



来源:https://stackoverflow.com/questions/35968737/measure-time-to-fill-section-google-forms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!