Google Form: track the time spent on each field for each user and get the results -


i used google form create questionnaire 300 rating questions. in each rating question there image, participant supposed view image first , rate image.

i wondering whether image preference relevant time spent on viewing it, therefore, add tracker track time participant spends on each single question(image). in end, participant corresponding tracking result, i.e., can connect time answer same participant.

i have searched online , found maybe google analytics can me. have registered , obtained tracking id, , gives me tracking code this:

<script> (function(i,s,o,g,r,a,m){i['googleanalyticsobject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new  date();a=s.createelement(o), m=s.getelementsbytagname(o[0];a.async=1;a.src=g;m.parentnode.insertbefore(a,m) })(window,document,'script','https://www.google- analytics.com/analytics.js','ga');  ga('create', 'ua-104601428-1', 'auto'); ga('send', 'pageview');  </script> 

now have several questions:

  1. this code simple fulfill requirement, right? have feeling should add part of same code each question, check time answering last question answering current question. in right direction?

  2. if google analytics best solution problem, since send google form many people, work when each participant completes form using own computer(or mobile phone/tablet, on different os) , network?

  3. if there can other better solutions time tracking problem, indicate solution me?

thanks lot idea!


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -