EvaluationFormSection

data class EvaluationFormSection(val instructions: String? = null, val items: List<EvaluationFormItem>? = null, val refId: String, val title: String, val weight: Double? = null)

The evaluation form section.

Constructors

Link copied to clipboard
fun EvaluationFormSection(instructions: String? = null, items: List<EvaluationFormItem>? = 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 section.

Link copied to clipboard

The list of section items.

Link copied to clipboard

The identifier to reference the section.

Link copied to clipboard

The title of the section.

Link copied to clipboard
val weight: Double? = null

The item weight used for scoring.