Uses of Interface
org.osid.assessment.batch.AnswerBatchFormList
Packages that use AnswerBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.assessment.batch
service.
-
Uses of AnswerBatchFormList in org.osid.assessment.batch
Methods in org.osid.assessment.batch that return AnswerBatchFormListModifier and TypeMethodDescriptionItemBatchAdminSession.getAnswerFormsForCreate(IdList itemIds, Type[] answerRecordTypes) Gets the answer forms for creating a bunch of new answers.ItemBatchAdminSession.getAnswerFormsForUpdate(IdList answersIds) Gets the answers forms for updating an existing set of answers.Methods in org.osid.assessment.batch with parameters of type AnswerBatchFormListModifier and TypeMethodDescriptionItemBatchAdminSession.createAnswers(AnswerBatchFormList answersForms) Creates a new set ofAnswers.ItemBatchAdminSession.updateAnswers(AnswerBatchFormList answersForms) Updates existing answers.