SendAssessmentCommand

data class SendAssessmentCommand(val rubric: Rubric, val feedbackHtml: String, val assistantFeedbackHtml: String?, val assessmentUpdatedAtMillis: Long)(source)

Finalized feedback and the exact rubric and assessment revisions selected by the grader.

Publication proceeds only while the stored rubric and assessment still match these values.

Constructors

Link copied to clipboard
constructor(rubric: Rubric, feedbackHtml: String, assistantFeedbackHtml: String?, assessmentUpdatedAtMillis: Long)

Properties

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