|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilQTIResprocessing: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 | ( | ) |
Definition at line 42 of file class.ilQTIResprocessing.php.
References $comment.
| ilQTIResprocessing::getOutcomes | ( | ) |
Definition at line 52 of file class.ilQTIResprocessing.php.
References $outcomes.
| ilQTIResprocessing::getScoremodel | ( | ) |
Definition at line 67 of file class.ilQTIResprocessing.php.
References $scoremodel.
| ilQTIResprocessing::setComment | ( | string | $a_comment | ) |
Definition at line 37 of file class.ilQTIResprocessing.php.
References ILIAS\UI\examples\Symbol\Glyph\Comment\comment().
Here is the call graph for this function:| 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().