|
ILIAS
release_4-3 Revision
|
Go to the source code of this file.
Data Structures | |
| class | ilQTIRenderFib |
Namespaces | |
| namespace | assessment |
| QTI assessment class. | |
Variables | |
| const | PROMPT_BOX = "1" |
| const | PROMPT_DASHLINE = "2" |
| const | PROMPT_ASTERISK = "3" |
| const | PROMPT_UNDERLINE = "4" |
| const | FIBTYPE_STRING = "1" |
| const | FIBTYPE_INTEGER = "2" |
| const | FIBTYPE_DECIMAL = "3" |
| const | FIBTYPE_SCIENTIFIC = "4" |
| const FIBTYPE_DECIMAL = "3" |
Definition at line 31 of file class.ilQTIRenderFib.php.
Referenced by assClozeTestImport\fromXML(), and ilQTIRenderFib\setFibtype().
| const FIBTYPE_INTEGER = "2" |
Definition at line 30 of file class.ilQTIRenderFib.php.
Referenced by assClozeTestImport\fromXML(), and ilQTIRenderFib\setFibtype().
| const FIBTYPE_SCIENTIFIC = "4" |
Definition at line 32 of file class.ilQTIRenderFib.php.
Referenced by ilQTIRenderFib\setFibtype().
| const FIBTYPE_STRING = "1" |
Definition at line 29 of file class.ilQTIRenderFib.php.
Referenced by assClozeTestImport\fromXML(), and ilQTIRenderFib\setFibtype().
| const PROMPT_ASTERISK = "3" |
Definition at line 26 of file class.ilQTIRenderFib.php.
Referenced by ilQTIRenderFib\setPrompt().
| const PROMPT_BOX = "1" |
Definition at line 24 of file class.ilQTIRenderFib.php.
Referenced by ilQTIRenderFib\setPrompt().
| const PROMPT_DASHLINE = "2" |
Definition at line 25 of file class.ilQTIRenderFib.php.
Referenced by ilQTIRenderFib\setPrompt().
| const PROMPT_UNDERLINE = "4" |
Definition at line 27 of file class.ilQTIRenderFib.php.
Referenced by ilQTIRenderFib\setPrompt().