|
ILIAS
release_8 Revision v8.24
|
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 30 of file class.ilQTIResprocessing.php.
| ilQTIResprocessing::addRespcondition | ( | ilQTIRespcondition | $a_respcondition | ) |
Definition at line 58 of file class.ilQTIResprocessing.php.
| ilQTIResprocessing::getComment | ( | ) |
Definition at line 43 of file class.ilQTIResprocessing.php.
References $comment.
| ilQTIResprocessing::getOutcomes | ( | ) |
Definition at line 53 of file class.ilQTIResprocessing.php.
References $outcomes.
| ilQTIResprocessing::getScoremodel | ( | ) |
Definition at line 68 of file class.ilQTIResprocessing.php.
References $scoremodel.
| ilQTIResprocessing::setComment | ( | string | $a_comment | ) |
Definition at line 38 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 48 of file class.ilQTIResprocessing.php.
| ilQTIResprocessing::setScoremodel | ( | string | $a_scoremodel | ) |
Definition at line 63 of file class.ilQTIResprocessing.php.
| string ilQTIResprocessing::$comment = null |
Definition at line 32 of file class.ilQTIResprocessing.php.
Referenced by getComment().
| ilQTIOutcomes ilQTIResprocessing::$outcomes = null |
Definition at line 33 of file class.ilQTIResprocessing.php.
Referenced by getOutcomes().
| array ilQTIResprocessing::$respcondition = [] |
Definition at line 35 of file class.ilQTIResprocessing.php.
| string ilQTIResprocessing::$scoremodel = null |
Definition at line 36 of file class.ilQTIResprocessing.php.
Referenced by getScoremodel().