|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.ims.qti.process.QTIHelper
public class QTIHelper
| Constructor Summary | |
|---|---|
QTIHelper()
|
|
| Method Summary | |
|---|---|
static float |
attributeToFloat(org.dom4j.Attribute att)
|
static Variables |
declareVariables(org.dom4j.Element el_outcomes)
|
static BooleanEvaluable |
getBooleanEvaluableInstance(java.lang.String name)
|
static org.dom4j.Document |
getDocument(LocalFileImpl pathToXml)
give the hint if the document should be cached or not. |
static ExpressionBuilder |
getExpressionBuilder(java.lang.String name)
|
static float |
getFloatAttribute(org.dom4j.Element el_root,
java.lang.String xPath,
java.lang.String attName)
Method getFloatAttribute. |
static int |
getIntAttribute(org.dom4j.Element el_root,
java.lang.String xPath,
java.lang.String attName)
Method getIntAttribute. |
static java.lang.String |
getISODuration(long duration)
Return assessment duration in ISO8601 unspecified duration format (e.g. |
static QTI_and |
getQTI_and()
|
static QTI_respcondition |
getQTI_respcondition()
|
static QTI_resprocessing |
getQTI_resprocessing()
|
static QTI_item |
getQtiItem()
|
static ScoreBooleanEvaluable |
getSectionBooleanEvaluableInstance(java.lang.String name)
|
static long |
parseISODuration(java.lang.String iso)
Parse ISO8601 duration and return millis equivalent. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QTIHelper()
| Method Detail |
|---|
public static QTI_resprocessing getQTI_resprocessing()
public static QTI_respcondition getQTI_respcondition()
public static QTI_and getQTI_and()
public static BooleanEvaluable getBooleanEvaluableInstance(java.lang.String name)
name -
public static ScoreBooleanEvaluable getSectionBooleanEvaluableInstance(java.lang.String name)
name -
public static ExpressionBuilder getExpressionBuilder(java.lang.String name)
public static QTI_item getQtiItem()
public static long parseISODuration(java.lang.String iso)
public static java.lang.String getISODuration(long duration)
public static Variables declareVariables(org.dom4j.Element el_outcomes)
public static float attributeToFloat(org.dom4j.Attribute att)
public static int getIntAttribute(org.dom4j.Element el_root,
java.lang.String xPath,
java.lang.String attName)
el_outpro - string - string1 -
public static float getFloatAttribute(org.dom4j.Element el_root,
java.lang.String xPath,
java.lang.String attName)
el_outpro - string - string1 -
public static org.dom4j.Document getDocument(LocalFileImpl pathToXml)
pathToXml - useCache -
getDocument(LocalFileImpl)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||