Try to find alternative "begin / end group" command

Dear community,

I am trying to find the alternative for using "begin and end group"
command. In my understanding, that command is used to display a page of
question (with a field-list option), so every swipe I have new page of
question. Lately, I wonder to find another way to do that because I use so
many skip logic question, where skip-logic does not apply in the same page.
Can I use any syntax to split the questions become 2 page.

Previously I do this way. Note that question 3 or 4 are skipped logic from
question 1 or 2.

··· ---------------------------------------------------------------------------------------------------------------- type name appearance

begin group groupa field-list

integer question1
integer question2
begin group groupb this goes to the next page, so skip
logic works..

integer question3
integer question4
end group
end group

I expect to arrange the question like this:

type name appearance

integer question1
integer question2
integer question3 show on next page (in order for skip
logic to work)

integer question4

show on next page (in order for skip logic to
work)---------------------------------------------------------------------------------------------------------------------

Hope there is solution. I really appreciate the help.
Thanks!

Safitri - Jakarta

groups that do not have field-list appearance can be used to supply
relevance constraints.

You might consider separating the specification of relevance constraints to
non-field-list appearance groups, and only have the field-list groups be
for display grouping.

type name relevant appearance
begin group sect1 rc1 #
handles visibility
begin group scr1 field-list #
handles grouping
integer q1 subrc1q1
integer q2
end group
begin group subsect1 rc2 #
nested visibility constraint
integer q3
integer q4
end group
end group

··· On Tue, Feb 16, 2016 at 12:02 AM, wrote:

Dear community,

I am trying to find the alternative for using "begin and end group"
command. In my understanding, that command is used to display a page of
question (with a field-list option), so every swipe I have new page of
question. Lately, I wonder to find another way to do that because I use so
many skip logic question, where skip-logic does not apply in the same page.
Can I use any syntax to split the questions become 2 page.

Previously I do this way. Note that question 3 or 4 are skipped logic from
question 1 or 2.


type name appearance

begin group groupa field-list

integer question1
integer question2
begin group groupb this goes to the next page, so skip
logic works..

integer question3
integer question4
end group
end group


I expect to arrange the question like this:


type name appearance

integer question1
integer question2
integer question3 show on next page (in order for skip
logic to work)

integer question4

show on next page (in order for skip logic to
work)---------------------------------------------------------------------------------------------------------------------

Hope there is solution. I really appreciate the help.
Thanks!

Safitri - Jakarta

--

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