Hanami backend
Toggle table of contents
2026.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Hanami backend
Hanami backend
/
fi.aalto.cs.hanami.grading
/
StudentAssessmentView
/
StudentAssessmentView
Student
Assessment
View
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
>
>
)
(
source
)