|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
A class defining marks for assessment test objects. More...
Collaboration diagram for ASS_Mark:Public Member Functions | |
| ASS_Mark ( $short_name="", $official_name="", $minimum_level=0, $passed=0) | |
| ASS_Mark constructor. More... | |
| getShortName () | |
| Returns the short name of the mark. More... | |
| getPassed () | |
| Returns passed status of the mark. More... | |
| getOfficialName () | |
| Returns the official name of the mark. More... | |
| getMinimumLevel () | |
| Returns the minimum level reaching the mark. More... | |
| setShortName ($short_name="") | |
| Sets the short name of the mark. More... | |
| setPassed ($passed=0) | |
| Sets the passed status the mark. More... | |
| setOfficialName ($official_name="") | |
| Sets the official name of the mark. More... | |
| setMinimumLevel ($minimum_level) | |
| Sets the minimum level reaching the mark. More... | |
Data Fields | |
| $short_name | |
| $official_name | |
| $minimum_level = 0 | |
| $passed | |
A class defining marks for assessment test objects.
Definition at line 14 of file class.assMark.php.
| ASS_Mark::ASS_Mark | ( | $short_name = "", |
|
$official_name = "", |
|||
$minimum_level = 0, |
|||
$passed = 0 |
|||
| ) |
ASS_Mark constructor.
The constructor takes possible arguments an creates an instance of the ASS_Mark object.
| string | $short_name | The short name of the mark |
| string | $official_name | The official name of the mark |
| double | $minimum_level | The minimum percentage level reaching the mark @access public |
Definition at line 61 of file class.assMark.php.
References setMinimumLevel(), setOfficialName(), setPassed(), and setShortName().
Here is the call graph for this function:| ASS_Mark::getMinimumLevel | ( | ) |
Returns the minimum level reaching the mark.
Returns the minimum level reaching the mark
Definition at line 123 of file class.assMark.php.
References $minimum_level.
| ASS_Mark::getOfficialName | ( | ) |
Returns the official name of the mark.
Returns the official name of the mark
Definition at line 110 of file class.assMark.php.
References $official_name.
| ASS_Mark::getPassed | ( | ) |
Returns passed status of the mark.
Returns the passed status of the mark
Definition at line 96 of file class.assMark.php.
References $passed.
| ASS_Mark::getShortName | ( | ) |
Returns the short name of the mark.
Returns the short name of the mark
Definition at line 83 of file class.assMark.php.
References $short_name.
| ASS_Mark::setMinimumLevel | ( | $minimum_level | ) |
Sets the minimum level reaching the mark.
Sets the minimum level reaching the mark
| string | $minimum_level | The minimum level reaching the mark @access public |
Definition at line 175 of file class.assMark.php.
References $minimum_level.
Referenced by ASS_Mark().
Here is the caller graph for this function:| ASS_Mark::setOfficialName | ( | $official_name = "" | ) |
Sets the official name of the mark.
Sets the official name of the mark
| string | $official_name | The official name of the mark @access public |
Definition at line 162 of file class.assMark.php.
References $official_name.
Referenced by ASS_Mark().
Here is the caller graph for this function:| ASS_Mark::setPassed | ( | $passed = 0 | ) |
Sets the passed status the mark.
Sets the passed status of the mark
| integer | $passed | The passed status of the mark @access public |
Definition at line 149 of file class.assMark.php.
References $passed.
Referenced by ASS_Mark().
Here is the caller graph for this function:| ASS_Mark::setShortName | ( | $short_name = "" | ) |
Sets the short name of the mark.
Sets the short name of the mark
| string | $short_name | The short name of the mark @access public |
Definition at line 136 of file class.assMark.php.
References $short_name.
Referenced by ASS_Mark().
Here is the caller graph for this function:| ASS_Mark::$minimum_level = 0 |
Definition at line 40 of file class.assMark.php.
Referenced by getMinimumLevel(), and setMinimumLevel().
| ASS_Mark::$official_name |
Definition at line 31 of file class.assMark.php.
Referenced by getOfficialName(), and setOfficialName().
| ASS_Mark::$passed |
Definition at line 49 of file class.assMark.php.
Referenced by getPassed(), and setPassed().
| ASS_Mark::$short_name |
Definition at line 22 of file class.assMark.php.
Referenced by getShortName(), and setShortName().