Uses of Interface
org.osid.assessment.Question
Packages that use Question
Package
Description
The Open Service Interface Definitions for the org.osid.assessment
service.
-
Uses of Question in org.osid.assessment
Methods in org.osid.assessment that return QuestionModifier and TypeMethodDescriptionItemAdminSession.createQuestion(QuestionForm questionForm) Creates a newQuestion.AssessmentSession.getFirstQuestion(Id assessmentSectionId) Gets the first question in this assesment section.AssessmentSession.getFirstUnansweredQuestion(Id assessmentSectionId) Gets the first unanswered question in this assesment section.AssessmentSession.getNextQuestion(Id assessmentSectionId, Id itemId) Gets the next question in this assesment section.QuestionList.getNextQuestion()Gets the nextQuestionin this list.Question[]QuestionList.getNextQuestions(long n) Gets the next set ofQuestionelements in this list which must be less than or equal to the number returned fromavailable().AssessmentSession.getNextUnansweredQuestion(Id assessmentSectionId, Id itemId) Gets the next unanswered question in this assesment section.AssessmentSession.getPreviousQuestion(Id assessmentSectionId, Id itemId) Gets the previous question in this assesment section.AssessmentSession.getPreviousUnansweredQuestion(Id assessmentSectionId, Id itemId) Gets the previous unanswered question in this assesment section.AssessmentSession.getQuestion(Id assessmentSectionId, Id itemId) Gets theQuestionspecified by itsId.Item.getQuestion()Gets the question.