Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding pages in the middle of a survey doesn't update existing branching rules #25

Open
ChrisNelsonPE opened this issue Feb 1, 2016 · 0 comments

Comments

@ChrisNelsonPE
Copy link

  1. Start with a survey where a question on page 1 determines if page 2 or 3 is next and pages 2 and 3 both go to 4.
  2. Add page after page 1.
  3. The branching on page 1 goes to the new page 2 and page 3 (which was page 2), the branching on page 3 (was 2) goes to 4 (was 3), and the branching on 4 (was 3) does to itself.

Graphically, if I had pages (A, B, C, D), with branching which cause flow to be either

  • A -> B -> D, or
  • A -> C -> D.

If I add Z after A so I have (A, Z, B, C, D), my branching is now

  • A -> Z -> C -> C and
  • A -> B -> C -> C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants