Branching Logic in Digioh

Digioh offers 2 kinds of Quiz branching- Jump, and Skip Logic. Based on specific answers to questions, you can change your quiz flow to show a quiz page that wouldn’t be shown next in the default Quiz Flow.

Branching can get complex quickly, it is recommended to have no more than 2-3 branching actions per quiz. Most quizzes don’t have any branching.

Quiz branching is configured on a page-by-page basis, and multiple branch actions can be configured per page. 

To locate a page’s Branching logic, Click on the Page in the Editor Accordion -> Make sure you are in the “Layout” tab -> Scroll to the bottom of the expanded accordion section.

To begin adding branch logic, click “Add Branch”.


Jump and Skip achieve the same goal, however there’s one key difference:

                 

Jump Branching:

  • Evaluated as you leave a page 
  • This means it should be configured on the page that you want to show directly before the page you’re jumping to

In the 1st above example, we are adding this branching logic to the Temp of Tea page, jumping straight to the email collection page if a particular answer is provided

Skip Branching:

  • Evaluated before the current page is shown
  • This means it should be configured on the page you potentially want to Skip over

The 2nd above example is configured on the Page we are Skipping, and achieves the same behavior as the 1st example. 


You can see your branching by clicking the Flow button in the quiz editor.

Screen Shot 2024-09-27 at 12.19.05 PM

It will look like this:

Screenshot at Sep 27 07-10-19

Your next step is to install the Digioh Javascript to your Shopify store!