We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get submissions for an assignment by a user GET Users//assignments//submissions (GET submissions?userid=5&assignmentid=20&sortby=date)
Assignments for a user with a due date in the future GET Users//assignments
Get all courses for a user GET users//courses
Post a submission
Course view GET courses//assignments
GET assignments//assignment-scores
The text was updated successfully, but these errors were encountered:
Submission score entity (makeopensource#44)
52188cb
Add submissionScore entity to the API. This entity stores a score and feedback attached to a single submission
No branches or pull requests
Get submissions for an assignment by a user
GET Users//assignments//submissions
(GET submissions?userid=5&assignmentid=20&sortby=date)
Assignments for a user with a due date in the future
GET Users//assignments
Get all courses for a user
GET users//courses
Post a submission
Course view
GET courses//assignments
GET assignments//assignment-scores
The text was updated successfully, but these errors were encountered: