ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
inc.SurveyConstants.php File Reference

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

Variable Documentation

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_PARTICIPANTS = 2
const INVITATION_OFF = 0
const MODE_PREDEFINED_USERS = 1
const MODE_UNLIMITED = 0
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_XLS = "excel"