Send Assessment Command
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.