Uses of Interface
org.osid.assessment.batch.QuestionBatchFormList
Packages that use QuestionBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.assessment.batch
service.
-
Uses of QuestionBatchFormList in org.osid.assessment.batch
Methods in org.osid.assessment.batch that return QuestionBatchFormListModifier and TypeMethodDescriptionItemBatchAdminSession.getQuestionFormsForCreate(IdList itemIds, Type[] questionRecordTypes) Gets the question forms for creating a bunch of new questions.ItemBatchAdminSession.getQuestionFormsForUpdate(IdList questionIds) Gets the question forms for updating an existing set of questions.Methods in org.osid.assessment.batch with parameters of type QuestionBatchFormListModifier and TypeMethodDescriptionItemBatchAdminSession.createQuestions(QuestionBatchFormList questionForms) Creates a new set ofQuestions.ItemBatchAdminSession.updateQuestions(QuestionBatchFormList questionForms) Updates existing questions.