ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Public Member Functions | |
setComment (string $a_comment) | |
getComment () | |
setOutcomes (ilQTIOutcomes $a_outcomes) | |
getOutcomes () | |
addRespcondition (ilQTIRespcondition $a_respcondition) | |
setScoremodel (string $a_scoremodel) | |
getScoremodel () | |
Data Fields | |
string | $comment = null |
ilQTIOutcomes | $outcomes = null |
array | $respcondition = [] |
string | $scoremodel = null |
Definition at line 29 of file class.ilQTIResprocessing.php.
ilQTIResprocessing::addRespcondition | ( | ilQTIRespcondition | $a_respcondition | ) |
Definition at line 57 of file class.ilQTIResprocessing.php.
ilQTIResprocessing::getComment | ( | ) |
ilQTIResprocessing::getOutcomes | ( | ) |
Definition at line 52 of file class.ilQTIResprocessing.php.
References $outcomes.
ilQTIResprocessing::getScoremodel | ( | ) |
ilQTIResprocessing::setComment | ( | string | $a_comment | ) |
Definition at line 37 of file class.ilQTIResprocessing.php.
References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
ilQTIResprocessing::setOutcomes | ( | ilQTIOutcomes | $a_outcomes | ) |
Definition at line 47 of file class.ilQTIResprocessing.php.
ilQTIResprocessing::setScoremodel | ( | string | $a_scoremodel | ) |
Definition at line 62 of file class.ilQTIResprocessing.php.
string ilQTIResprocessing::$comment = null |
Definition at line 31 of file class.ilQTIResprocessing.php.
Referenced by getComment().
ilQTIOutcomes ilQTIResprocessing::$outcomes = null |
Definition at line 32 of file class.ilQTIResprocessing.php.
Referenced by getOutcomes().
array ilQTIResprocessing::$respcondition = [] |
Definition at line 34 of file class.ilQTIResprocessing.php.
string ilQTIResprocessing::$scoremodel = null |
Definition at line 35 of file class.ilQTIResprocessing.php.
Referenced by getScoremodel().