EvaluationFormQuestion

data class EvaluationFormQuestion(val instructions: String? = null, val notApplicableEnabled: Boolean? = null, val questionType: EvaluationFormQuestionQuestionType, val questionTypeProperties: EvaluationFormQuestionTypeProperties? = null, val refId: String, val title: String, val weight: Double? = null)

Information about a question from an evaluation form.

Constructors

Link copied to clipboard
constructor(instructions: String? = null, notApplicableEnabled: Boolean? = null, questionType: EvaluationFormQuestionQuestionType, questionTypeProperties: EvaluationFormQuestionTypeProperties? = null, refId: String, title: String, weight: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instructions: String? = null

The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.

Link copied to clipboard

The flag to enable not applicable answers to the question.

Link copied to clipboard

The type of the question. Allowed values: `NUMERIC` | `SINGLESELECT` | `TEXT`

Link copied to clipboard

The properties of the type of question. Text questions do not have to define question type properties.

Link copied to clipboard

The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.

Link copied to clipboard

The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.

Link copied to clipboard
val weight: Double? = null

The scoring weight of the section. Minimum: 0 Maximum: 100