Class Bb6QuestionPoolTranslator
- java.lang.Object
-
- org.sakaiproject.importer.impl.translators.Bb6AssessmentTranslator
-
- org.sakaiproject.importer.impl.translators.Bb6QuestionPoolTranslator
-
- All Implemented Interfaces:
org.sakaiproject.importer.api.IMSResourceTranslator
public class Bb6QuestionPoolTranslator extends Bb6AssessmentTranslator
-
-
Constructor Summary
Constructors Constructor Description Bb6QuestionPoolTranslator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTypeName()protected org.sakaiproject.importer.impl.importables.AssessmentnewImportable()This is a factory method that allows sublasses to use a different type inside this class's methods-
Methods inherited from class org.sakaiproject.importer.impl.translators.Bb6AssessmentTranslator
getAnswerImageText, getChoiceImageText, getResourceEmbed, processResourceChildren, translate
-
-
-
-
Method Detail
-
getTypeName
public String getTypeName()
- Specified by:
getTypeNamein interfaceorg.sakaiproject.importer.api.IMSResourceTranslator- Overrides:
getTypeNamein classBb6AssessmentTranslator
-
newImportable
protected org.sakaiproject.importer.impl.importables.Assessment newImportable()
Description copied from class:Bb6AssessmentTranslatorThis is a factory method that allows sublasses to use a different type inside this class's methods- Overrides:
newImportablein classBb6AssessmentTranslator- Returns:
- an empty Assessment object ready to fill up.
-
-