| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Go to the source code of this file.
| Variables | |
| const | STATUS_OFFLINE = 0 | 
| Survey constants. | |
| const | STATUS_ONLINE = 1 | 
| const | EVALUATION_ACCESS_OFF = 0 | 
| const | EVALUATION_ACCESS_ALL = 1 | 
| const | EVALUATION_ACCESS_PARTICIPANTS = 2 | 
| const | INVITATION_OFF = 0 | 
| const | INVITATION_ON = 1 | 
| const | MODE_UNLIMITED = 0 | 
| const | MODE_PREDEFINED_USERS = 1 | 
| const | ANONYMIZE_OFF = 0 | 
| const | ANONYMIZE_ON = 1 | 
| const | ANONYMIZE_FREEACCESS = 2 | 
| const | ANONYMIZE_CODE_ALL = 3 | 
| const | QUESTIONTITLES_HIDDEN = 0 | 
| const | QUESTIONTITLES_VISIBLE = 1 | 
| const | TYPE_XLS = "excel" | 
| File export constants. | |
| const | TYPE_SPSS = "csv" | 
| const | CONCAT_AND = 0 | 
| Search constants. | |
| const | CONCAT_OR = 1 | 
| const ANONYMIZE_CODE_ALL = 3 | 
Definition at line 52 of file inc.SurveyConstants.php.
Referenced by ilObjSurvey\isAccessibleWithCodeForAll(), ilObjSurveyGUI\savePropertiesObject(), and ilObjSurvey\setAnonymize().
| const ANONYMIZE_FREEACCESS = 2 | 
Definition at line 51 of file inc.SurveyConstants.php.
Referenced by ilObjSurvey\applySettingsTemplate(), ilObjSurveyGUI\infoScreen(), ilObjSurvey\isAccessibleWithoutCode(), ilObjSurveyGUI\savePropertiesObject(), and ilObjSurvey\setAnonymize().
| const ANONYMIZE_OFF = 0 | 
Definition at line 49 of file inc.SurveyConstants.php.
Referenced by ilObjSurvey\applySettingsTemplate(), ilObjSurvey\canExportSurveyCode(), ilObjSurvey\ilObjSurvey(), ilObjSurveyGUI\infoScreen(), ilObjSurveyGUI\savePropertiesObject(), and ilObjSurvey\setAnonymize().
| const ANONYMIZE_ON = 1 | 
Definition at line 50 of file inc.SurveyConstants.php.
Referenced by ilObjSurvey\applySettingsTemplate(), ilObjSurveyGUI\infoScreen(), ilObjSurveyGUI\savePropertiesObject(), and ilObjSurvey\setAnonymize().
| const CONCAT_AND = 0 | 
Search constants.
Definition at line 66 of file inc.SurveyConstants.php.
Referenced by SurveySearch\search().
| const CONCAT_OR = 1 | 
Definition at line 67 of file inc.SurveyConstants.php.
| const EVALUATION_ACCESS_ALL = 1 | 
Definition at line 40 of file inc.SurveyConstants.php.
Referenced by ilSurveyEvaluationGUI\checkAnonymizedEvaluationAccess(), ilSurveyEvaluationGUI\evaluation(), and ilObjSurveyGUI\initPropertiesForm().
| const EVALUATION_ACCESS_OFF = 0 | 
Definition at line 39 of file inc.SurveyConstants.php.
Referenced by ilSurveyEvaluationGUI\evaluation(), ilObjSurvey\getEvaluationAccess(), ilObjSurvey\ilObjSurvey(), ilObjSurveyGUI\initPropertiesForm(), and ilObjSurvey\setEvaluationAccess().
| const EVALUATION_ACCESS_PARTICIPANTS = 2 | 
Definition at line 41 of file inc.SurveyConstants.php.
Referenced by ilSurveyEvaluationGUI\evaluation(), and ilObjSurveyGUI\initPropertiesForm().
| const INVITATION_OFF = 0 | 
Definition at line 43 of file inc.SurveyConstants.php.
Referenced by ilObjSurvey\getInvitation(), ilObjSurvey\ilObjSurvey(), and ilObjSurvey\setInvitation().
| const INVITATION_ON = 1 | 
Definition at line 44 of file inc.SurveyConstants.php.
Referenced by ilObjSurvey\inviteGroup(), ilObjSurvey\inviteRole(), ilObjSurvey\inviteUser(), and ilObjSurvey\setInvitation().
| const MODE_PREDEFINED_USERS = 1 | 
Definition at line 47 of file inc.SurveyConstants.php.
Referenced by ilObjSurvey\getInvitationMode(), and ilObjSurvey\ilObjSurvey().
| const MODE_UNLIMITED = 0 | 
Definition at line 46 of file inc.SurveyConstants.php.
Referenced by ilObjSurvey\getInvitationMode(), and ilObjSurvey\setInvitation().
| const QUESTIONTITLES_HIDDEN = 0 | 
Definition at line 54 of file inc.SurveyConstants.php.
| const QUESTIONTITLES_VISIBLE = 1 | 
Definition at line 55 of file inc.SurveyConstants.php.
Referenced by ilObjSurvey\ilObjSurvey().
| const STATUS_ONLINE = 1 | 
Definition at line 37 of file inc.SurveyConstants.php.
Referenced by ilObjSurvey\isOnline(), and ilObjSurvey\setStatus().
| const TYPE_SPSS = "csv" | 
Definition at line 61 of file inc.SurveyConstants.php.
Referenced by ilSurveyEvaluationGUI\exportCumulatedResults(), and ilSurveyEvaluationGUI\exportUserSpecificResults().
| const TYPE_XLS = "excel" | 
File export constants.
Definition at line 60 of file inc.SurveyConstants.php.
Referenced by ilSurveyEvaluationGUI\exportCumulatedResults(), and ilSurveyEvaluationGUI\exportUserSpecificResults().