ILIAS
Release_4_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
inc.AssessmentConstants.php
Go to the documentation of this file.
1
<?php
2
/*
3
+-----------------------------------------------------------------------------+
4
| ILIAS open source |
5
+-----------------------------------------------------------------------------+
6
| Copyright (c) 1998-2001 ILIAS open source, University of Cologne |
7
| |
8
| This program is free software; you can redistribute it and/or |
9
| modify it under the terms of the GNU General Public License |
10
| as published by the Free Software Foundation; either version 2 |
11
| of the License, or (at your option) any later version. |
12
| |
13
| This program is distributed in the hope that it will be useful, |
14
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
15
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16
| GNU General Public License for more details. |
17
| |
18
| You should have received a copy of the GNU General Public License |
19
| along with this program; if not, write to the Free Software |
20
| Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
21
+-----------------------------------------------------------------------------+
22
*/
23
36
define(
"LIMIT_NO_LIMIT"
, 0);
37
define(
"LIMIT_TIME_ONLY"
, 1);
38
define(
"OUTPUT_HTML"
, 0);
39
define(
"OUTPUT_JAVASCRIPT"
, 1);
40
44
define(
"CLOZE_TEST_IDENTIFIER"
,
"CLOZE QUESTION"
);
45
define(
"IMAGEMAP_QUESTION_IDENTIFIER"
,
"IMAGE MAP QUESTION"
);
46
define(
"JAVAAPPLET_QUESTION_IDENTIFIER"
,
"JAVA APPLET QUESTION"
);
47
define(
"MATCHING_QUESTION_IDENTIFIER"
,
"MATCHING QUESTION"
);
48
define(
"MULTIPLE_CHOICE_QUESTION_IDENTIFIER"
,
"MULTIPLE CHOICE QUESTION"
);
49
define(
"SINGLE_CHOICE_QUESTION_IDENTIFIER"
,
"SINGLE CHOICE QUESTION"
);
50
define(
"ORDERING_QUESTION_IDENTIFIER"
,
"ORDERING QUESTION"
);
51
define(
"TEXT_QUESTION_IDENTIFIER"
,
"TEXT QUESTION"
);
52
define(
"NUMERIC_QUESTION_IDENTIFIER"
,
"NUMERIC QUESTION"
);
53
define(
"TEXTSUBSET_QUESTION_IDENTIFIER"
,
"TEXTSUBSET QUESTION"
);
54
59
define(
"CLOZE_TEXT"
,
"0"
);
60
define(
"CLOZE_SELECT"
,
"1"
);
61
define(
"CLOZE_NUMERIC"
,
"2"
);
62
63
define(
"TEXTGAP_RATING_CASEINSENSITIVE"
,
"ci"
);
64
define(
"TEXTGAP_RATING_CASESENSITIVE"
,
"cs"
);
65
define(
"TEXTGAP_RATING_LEVENSHTEIN1"
,
"l1"
);
66
define(
"TEXTGAP_RATING_LEVENSHTEIN2"
,
"l2"
);
67
define(
"TEXTGAP_RATING_LEVENSHTEIN3"
,
"l3"
);
68
define(
"TEXTGAP_RATING_LEVENSHTEIN4"
,
"l4"
);
69
define(
"TEXTGAP_RATING_LEVENSHTEIN5"
,
"l5"
);
70
71
75
define (
"MT_TERMS_PICTURES"
, 0);
76
define (
"MT_TERMS_DEFINITIONS"
, 1);
77
81
define(
"RESPONSE_SINGLE"
,
"0"
);
82
define(
"RESPONSE_MULTIPLE"
,
"1"
);
83
84
define(
"OUTPUT_ORDER"
,
"0"
);
85
define(
"OUTPUT_RANDOM"
,
"1"
);
86
90
define (
"OQ_PICTURES"
, 0);
91
define (
"OQ_TERMS"
, 1);
92
96
define(
"TEST_FIXED_SEQUENCE"
, 0);
97
define(
"TEST_POSTPONE"
, 1);
98
99
define(
"REPORT_AFTER_TEST"
, 1);
100
define(
"REPORT_ALWAYS"
, 2);
101
define(
"REPORT_AFTER_DATE"
, 3);
102
103
define(
"TYPE_ASSESSMENT"
,
"1"
);
104
define(
"TYPE_SELF_ASSESSMENT"
,
"2"
);
105
define(
"TYPE_ONLINE_TEST"
,
"4"
);
106
define(
"TYPE_VARYING_RANDOMTEST"
,
"5"
);
107
108
define(
"INVITATION_OFF"
,0);
109
define(
"INVITATION_ON"
,1);
110
111
define(
"COUNT_PARTIAL_SOLUTIONS"
, 0);
112
define(
"COUNT_CORRECT_SOLUTIONS"
, 1);
113
114
define(
"SCORE_ZERO_POINTS_WHEN_UNANSWERED"
, 0);
115
define(
"SCORE_STANDARD_SCORE_SYSTEM"
, 1);
116
117
define(
"SCORE_CUT_QUESTION"
, 0);
118
define(
"SCORE_CUT_TEST"
, 1);
119
120
define(
"SCORE_LAST_PASS"
, 0);
121
define(
"SCORE_BEST_PASS"
, 1);
122
126
define (
"TYPE_XLS_PC"
,
"latin1"
);
127
define (
"TYPE_SPSS"
,
"csv"
);
128
129
?>
Modules
Test
classes
inc.AssessmentConstants.php
Generated on Wed Apr 27 2016 19:01:26 for ILIAS by
1.8.1.2 (using
Doxyfile
)