|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QuestionPool
This interface provides common methods for accessing a question pool. A question pool is defined as a centralized repository where questions are stored. They allow one to use the same question on multiple tests without duplicating data, and provide an assessment-independent way to store questions. This interface is based on the OKI standards, in the hopes it will be adopted as part of the assessment package.
| Method Summary | |
|---|---|
Serializable |
getData()
DOCUMENTATION PENDING |
String |
getDescription()
DOCUMENTATION PENDING |
String |
getDisplayName()
DOCUMENTATION PENDING |
org.osid.shared.Id |
getId()
DOCUMENTATION PENDING |
org.osid.shared.Id |
getParentId()
DOCUMENTATION PENDING |
QuestionPool |
getParentPool()
DOCUMENTATION PENDING |
org.osid.shared.Type |
getQuestionPoolType()
DOCUMENTATION PENDING |
void |
setParentId(org.osid.shared.Id parentId)
DOCUMENTATION PENDING |
void |
updateData(Serializable data)
DOCUMENTATION PENDING |
void |
updateDescription(String description)
DOCUMENTATION PENDING |
void |
updateDisplayName(String displayName)
DOCUMENTATION PENDING |
| Method Detail |
|---|
void updateDisplayName(String displayName)
throws QuestionPoolException
displayName - DOCUMENTATION PENDING
QuestionPoolException - DOCUMENTATION PENDING
void updateDescription(String description)
throws QuestionPoolException
description - DOCUMENTATION PENDING
QuestionPoolException - DOCUMENTATION PENDING
void updateData(Serializable data)
throws QuestionPoolException
data - DOCUMENTATION PENDING
QuestionPoolException - DOCUMENTATION PENDING
String getDisplayName()
throws QuestionPoolException
QuestionPoolException - DOCUMENTATION PENDING
String getDescription()
throws QuestionPoolException
QuestionPoolException - DOCUMENTATION PENDING
org.osid.shared.Id getId()
throws QuestionPoolException
QuestionPoolException - DOCUMENTATION PENDING
org.osid.shared.Type getQuestionPoolType()
throws QuestionPoolException
QuestionPoolException - DOCUMENTATION PENDING
Serializable getData()
throws QuestionPoolException
QuestionPoolException - DOCUMENTATION PENDING
org.osid.shared.Id getParentId()
throws QuestionPoolException
QuestionPoolException - DOCUMENTATION PENDING
QuestionPool getParentPool()
throws QuestionPoolException
QuestionPoolException - DOCUMENTATION PENDING
void setParentId(org.osid.shared.Id parentId)
throws QuestionPoolException
QuestionPoolException - DOCUMENTATION PENDING
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||