StudentPointsSummary

@Serializable
data class StudentPointsSummary(val points: Int, val maxPoints: Int, val difficulties: List<DifficultyPoints>)(source)

Constructors

Link copied to clipboard
constructor(points: Int, maxPoints: Int, difficulties: List<DifficultyPoints>)

Properties

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