Branching?

My incompetence in documentation searching continues. I can't seem to
figure out if ODK Collect supports conditional branching. Anyone? If
yes, I assume I would look at the OpenRosa spec to figure out how to
code for it?

It does. But it isn't really branching. It is called ' relevance'. You
specify under which conditions (data values) a question is to appear or be
bypassed/skipped if irrelevant.

··· On Wednesday, August 17, 2011, Thomas Smyth wrote: > My incompetence in documentation searching continues. I can't seem to > figure out if ODK Collect supports conditional branching. Anyone? If > yes, I assume I would look at the OpenRosa spec to figure out how to > code for it? >

Great, thanks.

··· On 17 August 2011 13:04, Gaetano Borriello wrote: > It does. But it isn't really branching. It is called ' relevance'. You > specify under which conditions (data values) a question is to appear or be > bypassed/skipped if irrelevant. > > > > On Wednesday, August 17, 2011, Thomas Smyth wrote: >> My incompetence in documentation searching continues. I can't seem to >> figure out if ODK Collect supports conditional branching. Anyone? If >> yes, I assume I would look at the OpenRosa spec to figure out how to >> code for it? >>

http://code.google.com/p/opendatakit/source/browse?repo=forms. widgets
has examples of branching.

··· On Wed, Aug 17, 2011 at 10:22, Thomas Smyth wrote: > Great, thanks. > > On 17 August 2011 13:04, Gaetano Borriello wrote: >> It does. But it isn't really branching. It is called ' relevance'. You >> specify under which conditions (data values) a question is to appear or be >> bypassed/skipped if irrelevant. >> >> >> >> On Wednesday, August 17, 2011, Thomas Smyth wrote: >>> My incompetence in documentation searching continues. I can't seem to >>> figure out if ODK Collect supports conditional branching. Anyone? If >>> yes, I assume I would look at the OpenRosa spec to figure out how to >>> code for it? >>> >