org.sakaiproject.importer.impl.importables
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Assessment
public Assessment()
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)
Copyright © 2005-2012 Sakai Foundation. All Rights Reserved.