Skip to content
New issue

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

Add teacher endpoint for getting StudentWork from PeerGroup #49

Closed
hirokiterashima opened this issue Nov 1, 2021 · 1 comment
Closed
Assignees
Labels

Comments

@hirokiterashima
Copy link
Member

Create a new endpoint to allow teachers to retrieve student work for a specific PeerGroup. They have access to runId, workgroupId, nodeId and componentId, which should point to a PeerGroup object.

Secured: Teacher role
Method: GET
URL: /api/peer-group/{runId}/{workgroupId}/{nodeId}/{componentId}/student-work
Return a list of StudentWork objects from members in the PeerGroup

List<StudentWork> getPeerGroupWork(Long runId, Long workgroupId, String nodeId, String componentId)
@hirokiterashima
Copy link
Member Author

Closed by #50

Repository owner moved this from Todo to Done in WISE Development Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant