This tutorial will teach you how to implement a simple score that is based on end user answers. This can be helpful in a variety of use cases, such as building a risk or confidence score, and calculating a compliance percentage, or completion rate. For a more flexible but more complex approach, see here.
Implement the score
The approach implements a scoring with Single Select input nodes only. It adds up risk values attached to Single Select answer options and is quick to implement.
- Ask the first question in your Single Select input. Add all possible answer options.
- Use the assign values to options feature to equip each answer options with a (risk) value.
- Repeat this procedure for all the questions that are part of the module.
- Create a Calculate action to calculate the score. Build the sum of the values of all Single Select inputs relevant for your score.
- You can use the score in further calculations or in conditions. As an example, you can decide which Result to display based on the risk score by using it in the Rule Builder in a transition.