|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExternalAssignmentProvider
Provider model to integrate external assessment sources with the gradebook. Its present use is to provide advice about activity grouping and visibility so that learners are not shown activities in which they cannot participate. https://jira.sakaiproject.org/browse/SAK-19668
| Method Summary | |
|---|---|
String |
getAppKey()
Get the application identifier for this provider. |
boolean |
isAssignmentDefined(String id)
Check if an assignment/assessment exists with the given identifier. |
boolean |
isAssignmentGrouped(String id)
Check if the given assignment is grouped. |
boolean |
isAssignmentVisible(String id,
String userId)
Check if the given assignment is visible to the given user. |
| Method Detail |
|---|
String getAppKey()
boolean isAssignmentDefined(String id)
boolean isAssignmentGrouped(String id)
id - The prefixed external ID as registered with Gradebook
boolean isAssignmentVisible(String id,
String userId)
id - The prefixed external ID as registered with GradebookuserId - The internal user ID for the user to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||