Skip logic within group

Dear Developers,

I am trying to develop a data collection form with ODK build with some questions in a group. If I add skip logic to questions outside the group or if i add skip logic to the whole group, it works fine but if I add skip logic to questions within the group, it does not work. If I take same question out of the group, the same logic starts working.

Please help

regards

Brij

Brij,

Sounds like a bug and it's been filed at
https://github.com/clint-tseng/odkbuild/issues/33. I don't know when
Clint will be able to look into this quickly, so you might want to try
using http://xlsform.opendatakit.org in the meanwhile.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, professional support, custom reporting, and software development for ODK.

On Sun, Oct 6, 2013 at 2:03 AM, brijsde@gmail.com wrote:

Dear Developers,

I am trying to develop a data collection form with ODK build with some questions in a group. If I add skip logic to questions outside the group or if i add skip logic to the whole group, it works fine but if I add skip logic to questions within the group, it does not work. If I take same question out of the group, the same logic starts working.

Please help

regards

Brij

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

NOTE: skip logic will not work if you are trying to use the "field-list"
appearance to display all the questions on a single page.

The questions that should be shown on a page are determined prior to
rendering the page, and this set of visible prompts is not updated until
you navigate off the page and back onto it. So if there is skip logic that
says that question B should not be shown if question A has certain values,
that logic will not be executed while you are within the screen that
displays the field-list group containing questions A and B.

Mitch

··· On Mon, Oct 7, 2013 at 10:30 AM, Yaw Anokwa wrote:

Brij,

Sounds like a bug and it's been filed at
https://github.com/clint-tseng/odkbuild/issues/33. I don't know when
Clint will be able to look into this quickly, so you might want to try
using http://xlsform.opendatakit.org in the meanwhile.

Yaw

Need ODK services? http://nafundi.com provides form design,
professional support, custom reporting, and software development for
ODK.

On Sun, Oct 6, 2013 at 2:03 AM, brijsde@gmail.com wrote:

Dear Developers,

I am trying to develop a data collection form with ODK build with some
questions in a group. If I add skip logic to questions outside the group or
if i add skip logic to the whole group, it works fine but if I add skip
logic to questions within the group, it does not work. If I take same
question out of the group, the same logic starts working.

Please help

regards

Brij

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

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

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