CategorySelection

@Serializable
data class CategorySelection(val items: List<Assessment.GeneralItem> = emptyList(), val pointsOverride: Int? = null, val comment: String = "", val grade: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(items: List<Assessment.GeneralItem> = emptyList(), pointsOverride: Int? = null, comment: String = "", grade: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val grade: Int?
Link copied to clipboard
Link copied to clipboard