ILIAS
Release_4_0_x_branch Revision 61816
|
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 | 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_FREEACCESS = 2 |
Definition at line 51 of file inc.SurveyConstants.php.
Referenced by 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\canExportSurveyCode(), ilSurveyEvaluationGUI\evaluationuser(), ilSurveyEvaluationGUI\exportUserSpecificResults(), ilObjSurvey\ilObjSurvey(), ilObjSurveyGUI\infoScreen(), and ilObjSurvey\setAnonymize().
const ANONYMIZE_ON = 1 |
Definition at line 50 of file inc.SurveyConstants.php.
Referenced by ilObjSurveyGUI\infoScreen(), and ilObjSurvey\setAnonymize().
const CONCAT_AND = 0 |
Search constants.
Definition at line 65 of file inc.SurveyConstants.php.
Referenced by SurveySearch\search().
const CONCAT_OR = 1 |
Definition at line 66 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\propertiesObject().
const EVALUATION_ACCESS_OFF = 0 |
Definition at line 39 of file inc.SurveyConstants.php.
Referenced by ilSurveyEvaluationGUI\evaluation(), ilObjSurvey\getEvaluationAccess(), ilObjSurvey\ilObjSurvey(), ilObjSurveyGUI\propertiesObject(), and ilObjSurvey\setEvaluationAccess().
const EVALUATION_ACCESS_PARTICIPANTS = 2 |
Definition at line 41 of file inc.SurveyConstants.php.
Referenced by ilSurveyEvaluationGUI\evaluation(), and ilObjSurveyGUI\propertiesObject().
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 53 of file inc.SurveyConstants.php.
const QUESTIONTITLES_VISIBLE = 1 |
Definition at line 54 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 60 of file inc.SurveyConstants.php.
Referenced by ilSurveyEvaluationGUI\exportCumulatedResults(), and ilSurveyEvaluationGUI\exportUserSpecificResults().
const TYPE_XLS = "excel" |
File export constants.
Definition at line 59 of file inc.SurveyConstants.php.
Referenced by ilSurveyEvaluationGUI\exportCumulatedResults(), and ilSurveyEvaluationGUI\exportUserSpecificResults().