EvaluationFormSingleSelectQuestionAutomation

Information about the automation configuration in single select questions. Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.

Constructors

constructor(defaultOptionRefId: String? = null, options: List<EvaluationFormSingleSelectQuestionAutomationOption>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.

Link copied to clipboard

The automation options of the single select question. Minimum: 1 Maximum: 20