Does android version has operator log file

Discussions about CSEntry
Post Reply
Tuan
Posts: 29
Joined: November 18th, 2013, 6:42 pm

Does android version has operator log file

Post by Tuan »

Hi Members

I could not find operators log file on android device. Does anyone knows how to obtain that??? Many thanks.

Tuan
josh
Posts: 2403
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Does android version has operator log file

Post 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?
Tuan
Posts: 29
Joined: November 18th, 2013, 6:42 pm

Re: Does android version has operator log file

Post 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
josh
Posts: 2403
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Does android version has operator log file

Post 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.
Post Reply