setGradingProgress

abstract suspend fun setGradingProgress(assignmentConfigId: Long, submissionId: Long, status: String?)

Update the status string of submissionId under assignmentConfigId to status if it is not-null, or delete the key submissionId to nil if status is null, to indicate this submission is no longer active