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

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

public class OutcomesProcessing
extends java.lang.Object
implements QTIObject

Initial Date: Sep 23, 2003

Author:
gnaegi
Comment: Outcomes processing object (at level assessment). Values that can be changed: defaultval, minvalue, maxvalue, cutvalue. The scoremodel is set fix to 'SumOfScores', the variables are of type 'Decimal'

Field Summary
static java.lang.String CUTVALUE
           
 
Constructor Summary
OutcomesProcessing()
           
 
Method Summary
 void addToElement(org.dom4j.Element root)
           
 java.lang.String getField(java.lang.String key)
           
 void setField(java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUTVALUE

public static final java.lang.String CUTVALUE
See Also:
Constant Field Values
Constructor Detail

OutcomesProcessing

public OutcomesProcessing()
Method Detail

addToElement

public void addToElement(org.dom4j.Element root)
Specified by:
addToElement in interface QTIObject

getField

public java.lang.String getField(java.lang.String key)

setField

public void setField(java.lang.String key,
                     java.lang.String value)