org.olat.ims.qti.editor.beecom.objects
Class FIBQuestion

java.lang.Object
  extended by org.olat.ims.qti.editor.beecom.objects.Question
      extended by org.olat.ims.qti.editor.beecom.objects.FIBQuestion
All Implemented Interfaces:
QTIObject

public class FIBQuestion
extends Question
implements QTIObject

Author:
rkulow

Field Summary
 
Fields inherited from class org.olat.ims.qti.editor.beecom.objects.Question
TYPE_ESSAY, TYPE_FIB, TYPE_KPRIM, TYPE_MC, TYPE_SC
 
Constructor Summary
FIBQuestion()
           
 
Method Summary
 void addToElement(org.dom4j.Element root)
          Render XML
static FIBQuestion getInstance(org.dom4j.Element item)
          Called by ItemParser
 
Methods inherited from class org.olat.ims.qti.editor.beecom.objects.Question
getHintText, getIdent, getLable, getMaxValue, getMinValue, getQuestion, getResponses, getSingleCorrectScore, getSolutionText, getType, isShuffle, isSingleCorrect, setHintText, setIdent, setLable, setMaxValue, setMaxValue, setMinValue, setMinValue, setQuestion, setResponses, setShuffle, setSingleCorrect, setSingleCorrectScore, setSingleCorrectScore, setSolutionText, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIBQuestion

public FIBQuestion()
Method Detail

getInstance

public static FIBQuestion getInstance(org.dom4j.Element item)
Called by ItemParser

Parameters:
item -
Returns:

addToElement

public void addToElement(org.dom4j.Element root)
Render XML

Specified by:
addToElement in interface QTIObject