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
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)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: