Class QuestionPool
- java.lang.Object
-
- org.sakaiproject.importer.impl.importables.AbstractImportable
-
- org.sakaiproject.importer.impl.importables.Assessment
-
- org.sakaiproject.importer.impl.importables.QuestionPool
-
- All Implemented Interfaces:
HasSequence,Importable
public class QuestionPool extends Assessment
-
-
Field Summary
-
Fields inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
contextPath, guid, legacyGroup, parent, sequenceNum
-
-
Constructor Summary
Constructors Constructor Description QuestionPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeName()-
Methods inherited from class org.sakaiproject.importer.impl.importables.Assessment
getAttachments, getDescription, getEssayQuestions, getFillBlankQuestions, getMatchQuestions, getMultiAnswerQuestions, getMultiChoiceQuestions, getOrderingQuestions, getQti, getTitle, getTrueFalseQuestions, getVersion, setAttachments, setDescription, setEssayQuestions, setFillBlankQuestions, setMatchQuestions, setMultiAnswerQuestions, setMultiChoiceQuestions, setOrderingQuestions, setQti, setTitle, setTrueFalseQuestions, setVersion
-
Methods inherited from class org.sakaiproject.importer.impl.importables.AbstractImportable
getContextPath, getGuid, getLegacyGroup, getParent, getSequenceNum, setContextPath, setGuid, setLegacyGroup, setParent, setSequenceNum
-
-
-
-
Method Detail
-
getTypeName
public String getTypeName()
- Specified by:
getTypeNamein interfaceImportable- Overrides:
getTypeNamein classAssessment
-
-