Dynamic Single Select

Hello,

We're trying to create some dynamic single select questions in a
survey (using PurcForms), but ODK collect is not able to read the
resulting forms.

Is this a known issue with ODK collect? Or should we look at the xml
being produced by PurcForms? It contains some tags which
seem to be for the dynamic select functionality.

Thanks.

Luke.

this is probably a known issue. we don't yet support itemsets.

while the javarosa core has some support, it doesn't allow for
filtering on those itemsets. filtering will allow you to do things
like pick a province, then get a list of districts, then get a street.
this functionality is a top priority for the core and when it gets
implemented, we'll add it to odk.

as to purcforms, i dunno exactly what daniel has built for itemsets,
but we'll worry about that when itemsets with filtering ships in the
core.

··· On Tue, Jul 6, 2010 at 04:34, Pr0f3t wrote: > Hello, > > We're trying to create some dynamic single select questions in a > survey (using PurcForms), but ODK collect is not able to read the > resulting forms. > > Is this a known issue with ODK collect? Or should we look at the xml > being produced by PurcForms? It contains some tags which > seem to be for the dynamic select functionality. > > Thanks. > > Luke. > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en >

Thanks Yaw,

We're finding a way to do it with skip logic for now. Means you have
different bindings for the same question/answer though ...

Luke.

··· On Jul 8, 3:36 am, Yaw Anokwa wrote: > this is probably a known issue. we don't yet support itemsets. > > while the javarosa core has some support, it doesn't allow for > filtering on those itemsets. filtering will allow you to do things > like pick a province, then get a list of districts, then get a street. > this functionality is a top priority for the core and when it gets > implemented, we'll add it to odk. > > as to purcforms, i dunno exactly what daniel has built for itemsets, > but we'll worry about that when itemsets with filtering ships in the > core. > > > > On Tue, Jul 6, 2010 at 04:34, Pr0f3t wrote: > > Hello, > > > We're trying to create somedynamicsingleselectquestions in a > > survey (using PurcForms), but ODK collect is not able to read the > > resulting forms. > > > Is this a known issue with ODK collect? Or should we look at the xml > > being produced by PurcForms? It contains some tags which > > seem to be for thedynamicselectfunctionality. > > > Thanks. > > > Luke. > > > -- > > Post: opendatakit@googlegroups.com > > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > > Options:http://groups.google.com/group/opendatakit?hl=en

Luke,
That has been my method, too. It works, but the code is bulky. You can't do
too many levels.
Neil

Thanks Yaw,

We're finding a way to do it with skip logic for now. Means you have
different bindings for the same question/answer though ...

Luke.

··· On 8 Jul 2010 02:24, "Pr0f3t" wrote:

On Jul 8, 3:36 am, Yaw Anokwa yano...@gmail.com wrote:

this is probably a known issue. we don't...

On Tue, Jul 6, 2010 at 04:34, Pr0f3t pr0...@gmail.com wrote:

Hello,

We're trying to create somedynamicsingleselectquestions in a

survey (using PurcForms), but ODK collect is not able to read the
resulting forms.

Is ...