EvaluationFormSection

Information about a section from an evaluation form. A section can contain sections and/or questions. Evaluation forms can only contain sections and subsections (two level nesting).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The instructions of the section.

Link copied to clipboard

The items of the section.

Link copied to clipboard

The identifier of the section. An identifier must be unique within the evaluation form.

Link copied to clipboard

The title of the section.

Link copied to clipboard

The scoring weight of the section.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String