CategoryView

@Serializable
data class CategoryView(val id: String, val title: Map<String, String>, val points: Int, val maxPoints: Int, val items: List<StudentAssessmentView.ItemView>, val comment: String)(source)

Constructors

Link copied to clipboard
constructor(id: String, title: Map<String, String>, points: Int, maxPoints: Int, items: List<StudentAssessmentView.ItemView>, comment: String)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val points: Int
Link copied to clipboard