Connection Methods for Options

Connect by Directly Specifying a Question/Endpoint

This method involves directly specifying the next question or endpoint to be displayed after selecting a choice.


  • As shown in the diagram below, you can connect to an existing question or endpoint using a dropdown menu, or create and connect a new question or endpoint to follow the current choice by clicking the add_circle_outline button.
    Connect by Directly Specifying Questions/Endpoints
    Clicking the button will display the connected next question or endpoint.

Connect Using Branching Rules

The connection method using branch rules determines the next endpoint to be displayed based on predefined rule types when a choice is selected. Rule types include various options such as aggregated values or selection statuses.

Selecting a Rule Type for Connection Using Branch Rules

By setting multiple rule types with different priorities, the system automatically determines the appropriate endpoint to display. Let's explore the settings for each rule type.

※ The connection method using branch rules is available only in specific plans.
※ Currently, the number of rule types available for "Question-Branch" is fewer than that for "Question-Fixed."


Total of Simple Type Score

  • This rule type branches quiz results based on the total value of the Simple Score just before reaching the endpoint.
    Starting from rules with the smallest Sequence values, the system checks whether the total Simple Score falls within the lower and upper bounds of each rule.

    In the example below, the system first evaluates the rule with Sequence: 0. If the Simple Score falls within the range 0~1, it displays the endpoint titled Result 1 and concludes the process.

    If the rule is not met, the system then evaluates the rule with Sequence: 1. If the Simple Score falls within the range 2~3, it displays the endpoint titled Result 2 and concludes the process.

    If no rules are satisfied, the process ends without displaying any endpoint.

    Sequence-based evaluation is applied similarly for other rule types.

    Example of Using Simple Score as a Rule Type for Conditional Branching

Score by Aggregated Category (Range)

  • This rule type branches quiz results based on the Score by Aggregated Category and their upper and lower bounds just before reaching the endpoint.
    The system evaluates conditions sequentially from the rule with the smallest Sequence, checking whether the aggregated category score falls within the specified range of lower and upper bounds. For more information on aggregated categories, refer to the specific examples in How to Display Aggregated Graphs.
    Below is an example using workplace diagnostics, where the aggregated category names Satisfaction with HR Evaluations and Ease of Communication are used to define branching conditions.
    Example of Using Aggregated Category Scores as a Rule Type for Conditional Branching
    If the aggregated category scores just before displaying the endpoint satisfy the first condition: 2 <= Satisfaction with HR Evaluations <= 10 and 0 <= Ease of Communication <= 5, then Result 1 is displayed.
    If the first condition is not met, the system evaluates the second condition: 6 <= Ease of Communication <= 10. If satisfied, it displays Result 2. If neither condition is met, the process ends without displaying any endpoint.
    If no conditions match, selecting that option will not lead to any question or endpoint. Therefore, it is recommended to define broad upper and lower bounds for the final condition to ensure it always matches some state of aggregated category scores.
    The panel requires that the Aggregated Category Name entered exactly match the names specified in the panel. Note that differences in spaces or case are treated as separate category names.
    When displayed in a flowchart with branch rules, arrows appear as dotted lines, as shown below. Selecting Branch Rules for the option text displays the branch rules in the flowchart as shown.
    Example of a Flowchart with Branch Rules

Score by Aggregated Category (Max.)

  • This rule type branches quiz results based on the maximum value of aggregated category scores just before reaching the endpoint.
    The system evaluates conditions sequentially from the rule with the smallest Sequence, determining whether the aggregated category score is the maximum.

Total Score of All Aggregate Categories

  • This rule type branches quiz results based on the total sum of aggregated category scores just before reaching the endpoint.
    The system evaluates conditions sequentially from the rule with the smallest Sequence, checking whether the total sum falls within the specified range of lower and upper bounds.

Selected Option

  • This rule type branches quiz results based on whether a specified option has been selected.

Option Input Value

  • This rule type branches quiz results based on the input value of a specified option.
    The system evaluates conditions sequentially from the rule with the smallest Sequence, checking whether the input value of a specific option falls within the specified range of lower and upper bounds.
    This rule type enables conditional branching based on user input values.

Option Text

  • This rule type branches quiz results based on the text of a specified option.
    The system evaluates conditions sequentially from the rule with the smallest Sequence, checking whether the selected option's text contains the specified string.

Calculated Formula Value

  • This rule type branches quiz results based on the calculated value of a formula.
    The system evaluates conditions sequentially from the rule with the smallest Sequence, checking whether the calculated value of the formula falls within the specified range of lower and upper bounds.

Comparison of Two Formula Values

  • This rule type branches quiz results based on the comparison of two formula calculations.
    The system evaluates conditions sequentially from the rule with the smallest Sequence, checking whether the comparison conditions between two calculated formula values are met.
keyboard_double_arrow_right NEXT