Date within a select_one in XLS form

Hello All-

I have been looking for if it is possible/how to code for a date within a
select_one. The question is when did the relationship begin?

a- date (mo/yr)
b- Don't know/remember
c- refused question

I am looking to avoid adding a hint where the subject has to respond with a
date that would correspond to dk or refused option

Kasey

We support a&b in our custom version
here: https://play.google.com/store/apps/details?id=vn.rta.survey.android&hl=en
(please see the screenshot with Date widget). To have c, I think use can
just add a yes/no select_one question.

··· On Saturday, February 21, 2015 at 12:41:02 AM UTC+7, Kasey O'Neil-Ferreira wrote: > > Hello All- > > I have been looking for if it is possible/how to code for a date within a > select_one. The question is when did the relationship begin? > > a- date (mo/yr) > b- Don't know/remember > c- refused question > > I am looking to avoid adding a hint where the subject has to respond with > a date that would correspond to dk or refused option > > Kasey >

Often, for questions like these, you would first ask a select_one question
such as:

'do you know the month and year when the relationship began?' (yes, no,
do-not-remember, refused)

and then have the next screen ask for the month and year if they answered
yes to this first question.

··· -----------------

Select_one is always a string value. And the list of choices are generally
fixed, but a choice_filter can be used to display a subset of the larger
set of values.

b) & c) can be handled by adding additional choices to the set of allowed
choices (e.g., a 'do_not_remember' value, and a 'refused' value).

a) could perhaps be handled as a fixed list of choices with a choice
filter, if you wanted to combine everything into a single question.

On Sun, Feb 22, 2015 at 12:24 AM, Trung trungdangle@gmail.com wrote:

We support a&b in our custom version here:
https://play.google.com/store/apps/details?id=vn.rta.survey.android&hl=en
(please see the screenshot with Date widget). To have c, I think use can
just add a yes/no select_one question.

On Saturday, February 21, 2015 at 12:41:02 AM UTC+7, Kasey O'Neil-Ferreira wrote:

Hello All-

I have been looking for if it is possible/how to code for a date within a
select_one. The question is when did the relationship begin?

a- date (mo/yr)
b- Don't know/remember
c- refused question

I am looking to avoid adding a hint where the subject has to respond with
a date that would correspond to dk or refused option

Kasey

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com