|
ILIAS
Release_5_0_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
| class | SurveyImportParserPre38 |
| Survey Question Import Parser. More... | |
Variables | |
| const | METRIC_QUESTION_IDENTIFIER = "Metric Question" |
| Old survey question import/export identifiers. | |
| const | NOMINAL_QUESTION_IDENTIFIER = "Nominal Question" |
| const | ORDINAL_QUESTION_IDENTIFIER = "Ordinal Question" |
| const | TEXT_QUESTION_IDENTIFIER = "Text Question" |
| const METRIC_QUESTION_IDENTIFIER = "Metric Question" |
Old survey question import/export identifiers.
Definition at line 29 of file class.SurveyImportParserPre38.php.
Referenced by SurveyImportParserPre38\handlerEndTag().
| const NOMINAL_QUESTION_IDENTIFIER = "Nominal Question" |
Definition at line 30 of file class.SurveyImportParserPre38.php.
Referenced by SurveyImportParserPre38\handlerEndTag().
| const ORDINAL_QUESTION_IDENTIFIER = "Ordinal Question" |
Definition at line 31 of file class.SurveyImportParserPre38.php.
Referenced by SurveyImportParserPre38\handlerEndTag().
| const TEXT_QUESTION_IDENTIFIER = "Text Question" |
Definition at line 32 of file class.SurveyImportParserPre38.php.