Page 1 of 1
Does android version has operator log file
Posted: February 17th, 2015, 8:29 am
by Tuan
Hi Members
I could not find operators log file on android device. Does anyone knows how to obtain that??? Many thanks.
Tuan
Re: Does android version has operator log file
Posted: February 18th, 2015, 6:59 am
by josh
You are correct, there is no operator log file on Android. The data collected for the operator log file was designed for key from paper operations and much of it is not so useful for a CAPI/touchscreen application (like keystrokes). We would like to add a new kind of operator log on Android that collects more relevant metrics. What operator data would you like to see collected on Android?
Re: Does android version has operator log file
Posted: February 19th, 2015, 11:57 pm
by Tuan
Sorry for delay in reply
I prefer to have time from start to end of each interview, time between certain questions, if possible random voice record from certain question to question.... This will be used mainly for quality control ...Just for your reference useful features can be found at dooblo.net...
Tks
Re: Does android version has operator log file
Posted: February 20th, 2015, 11:29 am
by josh
Thanks for the information. Recording time and audio for quality control are both features that make a lot of sense. You could pretty easily add timestamps at the start/end of interview and for particular questions using the systime() function. You could then write the timestamps either to variables in your main data file or to an external file using filewrite() for further analysis. We don't currently have a way to do audio recording but it is on our todo list.