You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the serializer for SubmissionProblemScore. The serializer will take a SubmissionProblemScore object from the controller and parse it so that it is JSON serializable (for FE consumption).
Model
submissionId: foreign_key
The Submission linked to the SubmissionProblemScore
assignmentProblemId: foreign_key
The assignmentProblem for the submissionProblemScore
score: number
The score for the submissionProblem
feedback: string
Any feedback for the SubmissionProblem
released: date
Date when the SubmissionProblemScore was released
The text was updated successfully, but these errors were encountered:
Feature request
Implement the serializer for SubmissionProblemScore. The serializer will take a SubmissionProblemScore object from the controller and parse it so that it is JSON serializable (for FE consumption).
Model
submissionId: foreign_key
The Submission linked to the SubmissionProblemScore
assignmentProblemId: foreign_key
The assignmentProblem for the submissionProblemScore
score: number
The score for the submissionProblem
feedback: string
Any feedback for the SubmissionProblem
released: date
Date when the SubmissionProblemScore was released
The text was updated successfully, but these errors were encountered: