Uses of Interface
org.osid.assessment.ItemForm
Packages that use ItemForm
Package
Description
The Open Service Interface Definitions for the org.osid.assessment
service.
The Open Service Interface Definitions for the org.osid.assessment.batch
service.
-
Uses of ItemForm in org.osid.assessment
Methods in org.osid.assessment that return ItemFormModifier and TypeMethodDescriptionItemAdminSession.getItemFormForCreate(Type[] itemRecordTypes) Gets the assessment item form for creating new assessment items.ItemAdminSession.getItemFormForUpdate(Id itemId) Gets the assessment item form for updating an existing item.Methods in org.osid.assessment with parameters of type ItemFormModifier and TypeMethodDescriptionItemAdminSession.createItem(ItemForm itemForm) Creates a newItem.voidItemAdminSession.updateItem(ItemForm itemForm) Updates an existing item. -
Uses of ItemForm in org.osid.assessment.batch
Subinterfaces of ItemForm in org.osid.assessment.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating answers in bulk.interfaceThis is the form for creating and updating items in bulk.interfaceThis is the form for creating and updating questions in bulk.