StudentAssessmentView

@Serializable
data class StudentAssessmentView(val exerciseId: Long, val rubricTitle: String, val totalPoints: Int, val maxPoints: Int, val submissionId: Long?, val memberIds: List<Long>, val sentAtMillis: Long?, val categories: List<StudentAssessmentView.CategoryView>, val generalFeedback: String, val fileAnnotations: Map<String, List<SarifAnnotation>>)(source)

Constructors

Link copied to clipboard
constructor(exerciseId: Long, rubricTitle: String, totalPoints: Int, maxPoints: Int, submissionId: Long?, memberIds: List<Long>, sentAtMillis: Long?, categories: List<StudentAssessmentView.CategoryView>, generalFeedback: String, fileAnnotations: Map<String, List<SarifAnnotation>>)

Types

Link copied to clipboard
@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)
Link copied to clipboard
@Serializable
data class ItemView(val content: String, val tone: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard