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)

The evaluation form question.

Constructors

Link copied to clipboard
fun EvaluationFormQuestion(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 for the question.

Link copied to clipboard

The flag to enable not applicable answers to the question.

Link copied to clipboard

The type of the question.

Link copied to clipboard

The properties of the question

Link copied to clipboard

The identifier used to reference the question.

Link copied to clipboard

The title of the question.

Link copied to clipboard
val weight: Double? = null

The question weight used for scoring.