|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilQTIRespcondition:Public Member Functions | |
| __construct () | |
| setContinue ($a_continue) | |
| getContinue () | |
| setTitle ($a_title) | |
| getTitle () | |
| setComment ($a_comment) | |
| getComment () | |
| setConditionvar ($a_conditionvar) | |
| getConditionvar () | |
| setRespcond_extension ($a_respcond_extension) | |
| getRespcond_extension () | |
| addSetvar ($a_setvar) | |
| addDisplayfeedback ($a_displayfeedback) | |
Data Fields | |
| $continue | |
| $title | |
| $comment | |
| $conditionvar | |
| $setvar | |
| $displayfeedback | |
| $respcond_extension | |
Definition at line 35 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::__construct | ( | ) |
Definition at line 45 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::addDisplayfeedback | ( | $a_displayfeedback | ) |
Definition at line 115 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::addSetvar | ( | $a_setvar | ) |
Definition at line 110 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::getComment | ( | ) |
| ilQTIRespcondition::getConditionvar | ( | ) |
| ilQTIRespcondition::getContinue | ( | ) |
| ilQTIRespcondition::getRespcond_extension | ( | ) |
Definition at line 105 of file class.ilQTIRespcondition.php.
References $respcond_extension.
| ilQTIRespcondition::getTitle | ( | ) |
| ilQTIRespcondition::setComment | ( | $a_comment | ) |
Definition at line 80 of file class.ilQTIRespcondition.php.
References comment().
Here is the call graph for this function:| ilQTIRespcondition::setConditionvar | ( | $a_conditionvar | ) |
Definition at line 90 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::setContinue | ( | $a_continue | ) |
Definition at line 51 of file class.ilQTIRespcondition.php.
References CONTINUE_NO, and CONTINUE_YES.
| ilQTIRespcondition::setRespcond_extension | ( | $a_respcond_extension | ) |
Definition at line 100 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::setTitle | ( | $a_title | ) |
Definition at line 70 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::$comment |
Definition at line 39 of file class.ilQTIRespcondition.php.
Referenced by getComment().
| ilQTIRespcondition::$conditionvar |
Definition at line 40 of file class.ilQTIRespcondition.php.
Referenced by getConditionvar().
| ilQTIRespcondition::$continue |
Definition at line 37 of file class.ilQTIRespcondition.php.
Referenced by getContinue().
| ilQTIRespcondition::$displayfeedback |
Definition at line 42 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::$respcond_extension |
Definition at line 43 of file class.ilQTIRespcondition.php.
Referenced by getRespcond_extension().
| ilQTIRespcondition::$setvar |
Definition at line 41 of file class.ilQTIRespcondition.php.
| ilQTIRespcondition::$title |
Definition at line 38 of file class.ilQTIRespcondition.php.
Referenced by getTitle().