ManualGradeDeliveryCommand

data class ManualGradeDeliveryCommand(val submissions: SubmissionSource, val token: String, val target: ManualGradeTarget, val payload: ManualGradePayload)(source)

Binds a grade payload to its A+ submission source and authenticated delivery context.

A retry for a pending capability must reuse the same points, maximum points, feedback, and grading data.

Constructors

Link copied to clipboard
constructor(submissions: SubmissionSource, token: String, target: ManualGradeTarget, payload: ManualGradePayload)

Properties

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