org.olat.ims.qti
Class QTIConstants

java.lang.Object
  extended by org.olat.ims.qti.QTIConstants

public class QTIConstants
extends java.lang.Object

Initial Date: 04.04.2003

Author:
Mike Stock

Field Summary
static int ASSESSMENT_CANCELED
           
static int ASSESSMENT_FINISHED
           
static int ASSESSMENT_RUNNING
           
static java.lang.String ATTR_AIID
           
static java.lang.String ATTR_DLPTR
           
static java.lang.String ATTR_PREVIEWDOC
           
static java.lang.String ATTR_RESULT
           
static int ERROR_ASSESSMENT_OUTOFTIME
           
static int ERROR_ITEM_OUTOFTIME
           
static int ERROR_NONE
           
static int ERROR_SECTION_OUTOFTIME
           
static int ERROR_SECTION_PART_OUTOFTIME
           
static int ERROR_SUBMITTEDITEM_OUTOFTIME
           
static int ERROR_SUBMITTEDITEM_TOOMANYATTEMPTS
           
static int ERROR_SUBMITTEDSECTION_OUTOFTIME
           
static int ITEM_SUBMITTED
           
static int MESSAGE_ASSESSMENT_CANCELED
           
static int MESSAGE_ASSESSMENT_INFODEMANDED
           
static int MESSAGE_ASSESSMENT_SUBMITTED
           
static int MESSAGE_ITEM_SUBMITTED
           
static int MESSAGE_NONE
           
static int MESSAGE_SECTION_INFODEMANDED
           
static int MESSAGE_SECTION_SUBMITTED
           
static java.lang.String QTI_WF_CANCEL
           
static java.lang.String QTI_WF_ID
           
static java.lang.String QTI_WF_PREVIEW
           
static java.lang.String QTI_WF_START
           
static java.lang.String QTI_WF_SUBMIT
           
static java.lang.String QTI_WF_SUSPEND
           
static int SECTION_SUBMITTED
           
static int STATUS_NONE
           
 
Constructor Summary
QTIConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_NONE

public static final int STATUS_NONE
See Also:
Constant Field Values

ASSESSMENT_RUNNING

public static final int ASSESSMENT_RUNNING
See Also:
Constant Field Values

ASSESSMENT_FINISHED

public static final int ASSESSMENT_FINISHED
See Also:
Constant Field Values

ASSESSMENT_CANCELED

public static final int ASSESSMENT_CANCELED
See Also:
Constant Field Values

ITEM_SUBMITTED

public static final int ITEM_SUBMITTED
See Also:
Constant Field Values

SECTION_SUBMITTED

public static final int SECTION_SUBMITTED
See Also:
Constant Field Values

MESSAGE_NONE

public static final int MESSAGE_NONE
See Also:
Constant Field Values

MESSAGE_ITEM_SUBMITTED

public static final int MESSAGE_ITEM_SUBMITTED
See Also:
Constant Field Values

MESSAGE_SECTION_SUBMITTED

public static final int MESSAGE_SECTION_SUBMITTED
See Also:
Constant Field Values

MESSAGE_SECTION_INFODEMANDED

public static final int MESSAGE_SECTION_INFODEMANDED
See Also:
Constant Field Values

MESSAGE_ASSESSMENT_SUBMITTED

public static final int MESSAGE_ASSESSMENT_SUBMITTED
See Also:
Constant Field Values

MESSAGE_ASSESSMENT_CANCELED

public static final int MESSAGE_ASSESSMENT_CANCELED
See Also:
Constant Field Values

MESSAGE_ASSESSMENT_INFODEMANDED

public static final int MESSAGE_ASSESSMENT_INFODEMANDED
See Also:
Constant Field Values

ERROR_NONE

public static final int ERROR_NONE
See Also:
Constant Field Values

ERROR_SUBMITTEDITEM_OUTOFTIME

public static final int ERROR_SUBMITTEDITEM_OUTOFTIME
See Also:
Constant Field Values

ERROR_SUBMITTEDITEM_TOOMANYATTEMPTS

public static final int ERROR_SUBMITTEDITEM_TOOMANYATTEMPTS
See Also:
Constant Field Values

ERROR_ITEM_OUTOFTIME

public static final int ERROR_ITEM_OUTOFTIME
See Also:
Constant Field Values

ERROR_SUBMITTEDSECTION_OUTOFTIME

public static final int ERROR_SUBMITTEDSECTION_OUTOFTIME
See Also:
Constant Field Values

ERROR_SECTION_OUTOFTIME

public static final int ERROR_SECTION_OUTOFTIME
See Also:
Constant Field Values

ERROR_ASSESSMENT_OUTOFTIME

public static final int ERROR_ASSESSMENT_OUTOFTIME
See Also:
Constant Field Values

ERROR_SECTION_PART_OUTOFTIME

public static final int ERROR_SECTION_PART_OUTOFTIME
See Also:
Constant Field Values

QTI_WF_START

public static final java.lang.String QTI_WF_START
See Also:
Constant Field Values

QTI_WF_PREVIEW

public static final java.lang.String QTI_WF_PREVIEW
See Also:
Constant Field Values

QTI_WF_SUBMIT

public static final java.lang.String QTI_WF_SUBMIT
See Also:
Constant Field Values

QTI_WF_CANCEL

public static final java.lang.String QTI_WF_CANCEL
See Also:
Constant Field Values

QTI_WF_SUSPEND

public static final java.lang.String QTI_WF_SUSPEND
See Also:
Constant Field Values

QTI_WF_ID

public static final java.lang.String QTI_WF_ID
See Also:
Constant Field Values

ATTR_RESULT

public static final java.lang.String ATTR_RESULT
See Also:
Constant Field Values

ATTR_DLPTR

public static final java.lang.String ATTR_DLPTR
See Also:
Constant Field Values

ATTR_AIID

public static final java.lang.String ATTR_AIID
See Also:
Constant Field Values

ATTR_PREVIEWDOC

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

QTIConstants

public QTIConstants()