Uses of Interface
org.osid.assessment.AnswerForm
Packages that use AnswerForm
Package
Description
The Open Service Interface Definitions for the org.osid.assessment
service.
-
Uses of AnswerForm in org.osid.assessment
Methods in org.osid.assessment that return AnswerFormModifier and TypeMethodDescriptionItemAdminSession.getAnswerFormForCreate(Id itemId, Type[] answerRecordTypes) Gets the answer form for creating new answers.ItemAdminSession.getAnswerFormForUpdate(Id answerId) Gets the answer form for updating an existing answer.AssessmentSession.getResponseForm(Id assessmentSectionId, Id itemId) Gets the response form for submitting an answer.Methods in org.osid.assessment with parameters of type AnswerFormModifier and TypeMethodDescriptionItemAdminSession.createAnswer(AnswerForm answerForm) Creates a newAnswer.voidAssessmentSession.submitResponse(Id assessmentSectionId, Id itemId, AnswerForm answerForm) Submits an answer to an item.voidItemAdminSession.updateAnswer(AnswerForm answerForm) Updates an existing answer.