| Package | Description |
|---|---|
| org.sakaiproject.assignment.api |
| Modifier and Type | Method and Description |
|---|---|
List<MultiGroupRecord> |
AssignmentService.checkAssignmentForUsersInMultipleGroups(String siteId,
Collection<Group> asnGroups)
Returns a list of users that belong to multiple groups, if the user is considered a "student" in the group
by the standards of the Assignments tool.
|
List<MultiGroupRecord> |
AssignmentService.checkSubmissionForUsersInMultipleGroups(String siteId,
Group submissionGroup,
Collection<Group> asnGroups)
Returns a list of users in the submission group that also belong to other assignment groups, if the user is considered
a "student" in the group by the standards of the Assignments tool.
|
Copyright © 2023. All rights reserved.