You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.

The AQ_DecisionTreeEvaluator container is used to process a decision tree after selecting this decision tree in the AQ_DecisionTreeSelector. The container has no containment.

When you place both containers on the same page:

  • the DecisionTreeSelector is shown before you select a decision tree and again after you finished or stopped evaluation of a decision tree;
  • the DecisionTreeEvaluator is shown after you have selected a decision tree and pushed the selectButton;

When you place these containers on different pages you are responsible for creating the desired navigation behaviour by defining a process.

Parameters

The DecisionTreeEvaluator has eight optional parameters.


NameDescriptionTypeRequired
continueButtonPress this button after answering a question from the decision tree so that the next question will be asked or the result will be shownStringfalse
stopButton

Press this button to stop evaluating the decision tree

If this parameter is omitted no button will be shown
Stringfalse
retryButton

Press this button to clear all answers given during evaluation of this decision tree and re-evaluate the decision tree

If this parameter is omitted no button will be shown
Stringfalse
Tree

The name of a decision tree. Use this if you don’t use the decision tree selector first.

Do not use this parameter if you use the AQ_DecisionTreeEvaluator in combination with the AQ_DecisionTreeSelector.

String

false
skip-filled-questionsThe tree will skip questions where the answer is known or can be derived.Booleanfalse
show-implicit-answersThe user can edit derived values. When false, the derived values are displayed read-only.Booleanfalse
answers-readonlyThe answered questions are displayed read-only.Booleanfalse
show-attribute-solutionsThe attributes used as action in the tree are displayed.Booleanfalse


Built in events

Use the following system events to catch actions of the DecisionTreeEvaluator buttons.


ButtonSystem event
continueButton_continueTree
stopButton_stopTree, _void
retryButton_retryTree, _void
  • No labels