Labeled list with integer

Is this possible:
I'd like to create a list group of labeled choices similar to the "select
one list" or "select multi list" found near the bottom of this pagehttp://opendatakit.org/help/form-design/examples/,
with one difference. Instead of select choices radio buttons, I'd like to
have integers. Basically, I'm trying to make a table where the first
column is the species name and the the next two columns are of the
list-nolabel appearance for entering the number of adults and neonates of
each species. Is this possible, and if so, how? (I'm using XLSForm.)

Thanks in advance for any/all help. While I'm a newbie to ODK, I've found
this to be an incredible resource and appreciate everyone who has made this
possible.

Greg

Hi Greg,
Unfortunately it's not possible without modifying the ODK Collect source
code. In ODK Survey (which is still in alpha and not ready for real
deployments) we're trying to make prompt customization easier. However, I
suspect creating multiple inline input boxes will still require writing
some code because it involves multiple fields that are tied together.
Regards,
-Nathan

ยทยทยท On Friday, January 25, 2013 9:02:54 AM UTC-8, Greg wrote: > > Is this possible: > I'd like to create a list group of labeled choices similar to the "select > one list" or "select multi list" found near the bottom of this page, > with one difference. Instead of select choices radio buttons, I'd like to > have integers. Basically, I'm trying to make a table where the first > column is the species name and the the next two columns are of the > list-nolabel appearance for entering the number of adults and neonates of > each species. Is this possible, and if so, how? (I'm using XLSForm.) > > Thanks in advance for any/all help. While I'm a newbie to ODK, I've found > this to be an incredible resource and appreciate everyone who has made this > possible. > > Greg >

Hello Nathan,
Is there any progress on the customization above - because i have been trying to do the same like Greg!!