EvaluationFormItem

data class EvaluationFormItem(val question: EvaluationFormQuestion? = null, val section: EvaluationFormSection? = null)

Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.

Constructors

Link copied to clipboard
constructor(question: EvaluationFormQuestion? = null, section: EvaluationFormSection? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The information of the question.

Link copied to clipboard

The information of the section.