Evaluation Form Item
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.