Uses of Interface
org.osid.assessment.ItemList
Packages that use ItemList
Package
Description
The Open Service Interface Definitions for the org.osid.assessment
service.
The Open Service Interface Definitions for the org.osid.assessment.authoring
service.
-
Uses of ItemList in org.osid.assessment
Methods in org.osid.assessment that return ItemListModifier and TypeMethodDescriptionGets the items in sequence from an assessment.Gets the items questioned in an assessment.ItemLookupSession.getItems()Gets allItems.ItemSearchResults.getItems()Gets the item list resulting from the search.ItemLookupSession.getItemsByAnswer(Id answerId) Gets anItemListcontaining the given answer.ItemBankSession.getItemsByBank(Id bankId) Gets the list ofItemsassociated with aBank.ItemBankSession.getItemsByBanks(IdList bankIds) Gets the list ofItemscorresponding to a list ofBanks.ItemLookupSession.getItemsByGenusType(Type itemGenusType) Gets anItemListcorresponding to the given assessment item genusTypewhich does not include assessment items of genus types derived from the specifiedType.In plenary mode, the returned list contains all known assessment items or an error results.ItemLookupSession.getItemsByIds(IdList itemIds) Gets anItemListcorresponding to the givenIdList.ItemLookupSession.getItemsByLearningObjective(Id objectiveId) Gets anItemListcontaining the given learning objective.ItemLookupSession.getItemsByLearningObjectives(IdList objectiveIds) Gets anItemListcontaining the given learning objectives.ItemLookupSession.getItemsByParentGenusType(Type itemGenusType) Gets anItemListcorresponding to the given assessment item genusTypeand include any additional assessment items with genus types derived from the specifiedType.ItemQuerySession.getItemsByQuery(ItemQuery itemQuery) Gets a list ofItemsmatching the given item query.ItemLookupSession.getItemsByQuestion(Id questionId) Gets anItemListcontaining the given question.ItemLookupSession.getItemsByRecordType(Type itemRecordType) Gets anItemListcontaining the given assessment item recordType.In plenary mode, the returned list contains all known items or an error results. -
Uses of ItemList in org.osid.assessment.authoring
Methods in org.osid.assessment.authoring that return ItemListModifier and TypeMethodDescriptionAssessmentPartItemSession.getAssessmentPartItems(Id assessmentPartId) Gets the list of items mapped to the givenAssessmentPart.