ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
class | ilQTIResponse |
Namespaces | |
namespace | assessment |
QTI assessment class. |
Variables | |
const | RT_RESPONSE_LID = "1" |
const | RT_RESPONSE_XY = "2" |
const | RT_RESPONSE_STR = "3" |
const | RT_RESPONSE_NUM = "4" |
const | RT_RESPONSE_GRP = "5" |
const | RT_RESPONSE_EXTENSION = "6" |
const | R_CARDINALITY_SINGLE = "1" |
const | R_CARDINALITY_MULTIPLE = "2" |
const | R_CARDINALITY_ORDERED = "3" |
const | RTIMING_NO = "1" |
const | RTIMING_YES = "2" |
const | NUMTYPE_INTEGER = "1" |
const | NUMTYPE_DECIMAL = "2" |
const | NUMTYPE_SCIENTIFIC = "3" |
const NUMTYPE_DECIMAL = "2" |
Definition at line 38 of file class.ilQTIResponse.php.
Referenced by ilQTIResponse\setNumtype().
const NUMTYPE_INTEGER = "1" |
Definition at line 37 of file class.ilQTIResponse.php.
Referenced by ilQTIResponse\setNumtype().
const NUMTYPE_SCIENTIFIC = "3" |
Definition at line 39 of file class.ilQTIResponse.php.
Referenced by ilQTIResponse\setNumtype().
const R_CARDINALITY_MULTIPLE = "2" |
Definition at line 31 of file class.ilQTIResponse.php.
Referenced by ilQTIItem\determineQuestionType(), and ilQTIResponse\setRCardinality().
const R_CARDINALITY_ORDERED = "3" |
Definition at line 32 of file class.ilQTIResponse.php.
Referenced by ilQTIItem\determineQuestionType(), and ilQTIResponse\setRCardinality().
const R_CARDINALITY_SINGLE = "1" |
Definition at line 30 of file class.ilQTIResponse.php.
Referenced by ilQTIItem\determineQuestionType(), and ilQTIResponse\setRCardinality().
const RT_RESPONSE_EXTENSION = "6" |
Definition at line 28 of file class.ilQTIResponse.php.
const RT_RESPONSE_GRP = "5" |
Definition at line 27 of file class.ilQTIResponse.php.
Referenced by ilQTIItem\determineQuestionType(), and ilQTIParser\handlerParseBeginTag().
const RT_RESPONSE_LID = "1" |
Definition at line 23 of file class.ilQTIResponse.php.
Referenced by ilQTIItem\determineQuestionType(), and ilQTIParser\handlerParseBeginTag().
const RT_RESPONSE_NUM = "4" |
Definition at line 26 of file class.ilQTIResponse.php.
Referenced by ilQTIParser\handlerParseBeginTag().
const RT_RESPONSE_STR = "3" |
Definition at line 25 of file class.ilQTIResponse.php.
Referenced by ilQTIItem\determineQuestionType(), assTextSubsetImport\fromXML(), and ilQTIParser\handlerParseBeginTag().
const RT_RESPONSE_XY = "2" |
Definition at line 24 of file class.ilQTIResponse.php.
Referenced by ilQTIItem\determineQuestionType(), and ilQTIParser\handlerParseBeginTag().
const RTIMING_NO = "1" |
Definition at line 34 of file class.ilQTIResponse.php.
Referenced by ilQTIResponse\setRTiming().
const RTIMING_YES = "2" |
Definition at line 35 of file class.ilQTIResponse.php.
Referenced by ilQTIResponse\setRTiming().