newtonandebe / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

Enhancement to Identify Phone/User #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would find it helpful if the ODK system allowed the identity of the phone 
used to be captured alongside survery data.

If many users are capturing data it is often important to know who gathered 
which 'points'.

It would be possible to ask 'who are you' each time a point is gathered - but 
this is frustrating for the user.

Many Thanks

Kirby

Original issue reported on code.google.com by kirby.ja...@gmail.com on 18 Feb 2011 at 3:24

GoogleCodeExporter commented 9 years ago
Similar to Issue 175.

Original comment by kirby.ja...@gmail.com on 18 Feb 2011 at 3:30

GoogleCodeExporter commented 9 years ago
This is possible.  See example at:  
http://code.google.com/p/opendatakit/source/browse/Widgets.xml?repo=forms

specifically in that form, I think this would give you what you're looking for: 

<bind nodeset="/widgets/deviceid" type="string" jr:preload="property" 
jr:preloadParams="deviceid"/>
<bind nodeset="/widgets/subscriberid" type="string" jr:preload="property" 
jr:preloadParams="subscriberid"/>
<bind nodeset="/widgets/simid" type="string" jr:preload="property" 
jr:preloadParams="simserial"/>
<bind nodeset="/widgets/phonenumber" type="string" jr:preload="property" 
jr:preloadParams="phonenumber"/>

Original comment by carlhart...@gmail.com on 28 Feb 2011 at 6:12