Logic Flows enable you to create conditional navigations that allow you to model real world workflows in your prototypes.
When to use
Sometimes, a prototype has to react to the user input. Imagine you are testing a checkout process, and the user must choose between several payment options, for instance, bank transfer and credit card. Depending on the selection, the next page should show the different information and input fields. For these kinds of scenarios, Quant-UX supports Logic Flows. In addition to linking two pages, you can also add a logical operator to dynamically decide which screen to show next.
Create Logic Flows
Click on the icon to place a Logic Operator on the canvas. Instead of creating a direct link from the button to the next page, you link the logic operator instead. Once you selected it, you can create multiple links to different pages, and add rules to each link. A rule simply states that a certain input field should be equal to a given value. When the user clicks on the button, the first link which matches the rule will be followed. If no rule is matched then the first link without any rule is followed.