4 require_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
188 throw new Exception(
'Markstep: minimum level must be between 0 and 100');
setOfficialName($official_name="")
Sets the official name of the mark.
__construct( $short_name="", $official_name="", $minimum_level=0, $passed=0)
ASS_Mark constructor.
getShortName()
Returns the short name of the mark.
A class defining marks for assessment test objects.
setPassed($passed=0)
Sets the passed status the mark.
getMinimumLevel()
Returns the minimum level reaching the mark.
setShortName($short_name="")
Sets the short name of the mark.
getOfficialName()
Returns the official name of the mark.
setMinimumLevel($minimum_level)
Sets the minimum level reaching the mark.
getPassed()
Returns passed status of the mark.