Class Assessment
- java.lang.Object
-
- org.sakaiproject.importer.impl.importables.AbstractImportable
-
- org.sakaiproject.importer.impl.importables.Assessment
-
- All Implemented Interfaces:
HasSequence,Importable
- Direct Known Subclasses:
QuestionPool
public class Assessment extends AbstractImportable
- Author:
- Joshua Ryan joshua.ryan@asu.edu
-
-
Field Summary
-
Fields inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
contextPath, guid, legacyGroup, parent, sequenceNum
-
-
Constructor Summary
Constructors Constructor Description Assessment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetAttachments()StringgetDescription()ListgetEssayQuestions()ListgetFillBlankQuestions()ListgetMatchQuestions()ListgetMultiAnswerQuestions()ListgetMultiChoiceQuestions()ListgetOrderingQuestions()DocumentgetQti()StringgetTitle()ListgetTrueFalseQuestions()StringgetTypeName()StringgetVersion()voidsetAttachments(List attachments)voidsetDescription(String description)voidsetEssayQuestions(List essayQuestions)voidsetFillBlankQuestions(List fillBlankQuestions)voidsetMatchQuestions(List matchQuestions)voidsetMultiAnswerQuestions(List multiAnswerQuestions)voidsetMultiChoiceQuestions(List multiChoiceQuestions)voidsetOrderingQuestions(List orderingQuestions)voidsetQti(Document qti)voidsetTitle(String title)voidsetTrueFalseQuestions(List trueFalseQuestions)voidsetVersion(String version)-
Methods inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
getContextPath, getGuid, getLegacyGroup, getParent, getSequenceNum, setContextPath, setGuid, setLegacyGroup, setParent, setSequenceNum
-
-
-
-
Method Detail
-
getAttachments
public List getAttachments()
-
setAttachments
public void setAttachments(List attachments)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getEssayQuestions
public List getEssayQuestions()
-
setEssayQuestions
public void setEssayQuestions(List essayQuestions)
-
getFillBlankQuestions
public List getFillBlankQuestions()
-
setFillBlankQuestions
public void setFillBlankQuestions(List fillBlankQuestions)
-
getMatchQuestions
public List getMatchQuestions()
-
setMatchQuestions
public void setMatchQuestions(List matchQuestions)
-
getMultiAnswerQuestions
public List getMultiAnswerQuestions()
-
setMultiAnswerQuestions
public void setMultiAnswerQuestions(List multiAnswerQuestions)
-
getMultiChoiceQuestions
public List getMultiChoiceQuestions()
-
setMultiChoiceQuestions
public void setMultiChoiceQuestions(List multiChoiceQuestions)
-
getOrderingQuestions
public List getOrderingQuestions()
-
setOrderingQuestions
public void setOrderingQuestions(List orderingQuestions)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getTrueFalseQuestions
public List getTrueFalseQuestions()
-
setTrueFalseQuestions
public void setTrueFalseQuestions(List trueFalseQuestions)
-
getTypeName
public String getTypeName()
-
getQti
public Document getQti()
-
setQti
public void setQti(Document qti)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
-