Interface AssessmentTakenPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the AssessmentTaken relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the assessment offered.Gets theIdof the resource.
-
Method Details
-
getAssessmetOfferedId
Id getAssessmetOfferedId()Gets theIdof the assessment offered.- Returns:
- the
AssessmentOfferedId - Compliance:
mandatory- This method must be implemented.
-
getTakerId
Id getTakerId()Gets theIdof the resource.- Returns:
- the
ResourceId - Compliance:
mandatory- This method must be implemented.
-