Adding QR codes and manual entry to single and multiple select choices

666 views
Skip to first unread message

Nabil mansouri

unread,
Jul 7, 2012, 2:54:24 PM7/7/12
to kobo-...@googlegroups.com
Does anyone know if for a single or multiple select question one can add different choices for example; So instead of just having the possibility of choosing from a value. The list would give the option to manually enter data, get a bar code, enter gps coordinate etc? Below is a sample question

1. Enter HouseHold number:
a. manually enter number
b. scan QR code
c. Enter gps

-nabil

ゴー・ニコライ

unread,
Jul 7, 2012, 8:14:34 PM7/7/12
to kobo-...@googlegroups.com
It would have to be in another variable. In xlsform I'd do it like this (sorry, I don't write long-hand xml yet.) :
survey





type name label appearance relevant

select_one hh_ident select_hh_ident Household identify:


text hh_barcode Scan a barcode.
selected(${select_hh_ident},'a'})

geopoint hh_gps Collect GPS coordinates.
selected(${select_hh_ident},'b'})

text hh_number Input household number. numbers selected(${select_hh_ident},'c'})






choices





list_name name label


hh_ident a manually enter number


hh_ident b scan QR code


hh_ident c Enter gps


Is this what you meant?

/r
Nik
--
You received this message because you are subscribed to the Google Groups "Kobo Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/kobo-users/-/M2ykX-RxzAAJ.
To post to this group, send email to kobo-...@googlegroups.com.
To unsubscribe from this group, send email to kobo-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/kobo-users?hl=en.
Reply all
Reply to author
Forward
0 new messages