|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilQuestionEditGUI:Public Member Functions | |
| __construct () | |
| setSelfAssessmentEditingMode (bool $a_selfassessmenteditingmode) | |
| getSelfAssessmentEditingMode () | |
| setDefaultNrOfTries (?int $a_defaultnroftries) | |
| getDefaultNrOfTries () | |
| setPageConfig (ilPageConfig $a_val) | |
| getPageConfig () | |
| addNewIdListener (object $a_object, string $a_method, string $a_parameters='') | |
| executeCommand () | |
| setQuestionId (?int $a_questionid) | |
| getQuestionId () | |
| setPoolRefId (?int $a_poolrefid) | |
| getPoolRefId () | |
| setPoolObjId (?int $a_poolobjid) | |
| getPoolObjId () | |
| setQuestionType (?string $a_questiontype) | |
| getQuestionType () | |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
| ILIAS TestQuestionPool InternalRequestService | $request |
| ilCtrlInterface | $ctrl |
| ilLanguage | $lng |
| ilRbacSystem | $rbac_system |
| int | $questionid = null |
| int | $poolrefid = null |
| int | $poolobjid = null |
| string | $questiontype = null |
| array | $new_id_listeners |
| int | $new_id_listener_cnt |
| bool | $selfassessmenteditingmode = false |
| int | $defaultnroftries = null |
| ilPageConfig | $page_config = null |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilQuestionEditGUI
Definition at line 30 of file class.ilQuestionEditGUI.php.
| ilQuestionEditGUI::__construct | ( | ) |
Definition at line 48 of file class.ilQuestionEditGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), setPoolObjId(), setPoolRefId(), setQuestionId(), and setQuestionType().
Here is the call graph for this function:| ilQuestionEditGUI::addNewIdListener | ( | object | $a_object, |
| string | $a_method, | ||
| string | $a_parameters = '' |
||
| ) |
Definition at line 104 of file class.ilQuestionEditGUI.php.
References $new_id_listener_cnt.
| ilQuestionEditGUI::executeCommand | ( | ) |
Definition at line 113 of file class.ilQuestionEditGUI.php.
References $i, $new_id_listener_cnt, assQuestionGUI\_getQuestionGUI(), ILIAS\Repository\ctrl(), getDefaultNrOfTries(), getPageConfig(), getPoolObjId(), getQuestionId(), getQuestionType(), getSelfAssessmentEditingMode(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilQuestionEditGUI::getDefaultNrOfTries | ( | ) |
Definition at line 89 of file class.ilQuestionEditGUI.php.
References $defaultnroftries.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getPageConfig | ( | ) |
Definition at line 99 of file class.ilQuestionEditGUI.php.
References $page_config.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getPoolObjId | ( | ) |
Definition at line 197 of file class.ilQuestionEditGUI.php.
References $poolobjid.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getPoolRefId | ( | ) |
Definition at line 186 of file class.ilQuestionEditGUI.php.
References $poolrefid.
Referenced by setPoolRefId().
Here is the caller graph for this function:| ilQuestionEditGUI::getQuestionId | ( | ) |
Definition at line 169 of file class.ilQuestionEditGUI.php.
References $questionid.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getQuestionType | ( | ) |
Definition at line 208 of file class.ilQuestionEditGUI.php.
References $questiontype.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getSelfAssessmentEditingMode | ( | ) |
Definition at line 79 of file class.ilQuestionEditGUI.php.
References $selfassessmenteditingmode.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::setDefaultNrOfTries | ( | ?int | $a_defaultnroftries | ) |
Definition at line 84 of file class.ilQuestionEditGUI.php.
| ilQuestionEditGUI::setPageConfig | ( | ilPageConfig | $a_val | ) |
Definition at line 94 of file class.ilQuestionEditGUI.php.
| ilQuestionEditGUI::setPoolObjId | ( | ?int | $a_poolobjid | ) |
Definition at line 191 of file class.ilQuestionEditGUI.php.
References ILIAS\Repository\ctrl().
Referenced by __construct(), and setPoolRefId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilQuestionEditGUI::setPoolRefId | ( | ?int | $a_poolrefid | ) |
Definition at line 174 of file class.ilQuestionEditGUI.php.
References ilObject\_lookupObjId(), ILIAS\Repository\ctrl(), getPoolRefId(), and setPoolObjId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilQuestionEditGUI::setQuestionId | ( | ?int | $a_questionid | ) |
Definition at line 163 of file class.ilQuestionEditGUI.php.
References ILIAS\Repository\ctrl().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilQuestionEditGUI::setQuestionType | ( | ?string | $a_questiontype | ) |
Definition at line 202 of file class.ilQuestionEditGUI.php.
References ILIAS\Repository\ctrl().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilQuestionEditGUI::setSelfAssessmentEditingMode | ( | bool | $a_selfassessmenteditingmode | ) |
Definition at line 74 of file class.ilQuestionEditGUI.php.
|
private |
Definition at line 34 of file class.ilQuestionEditGUI.php.
|
private |
Definition at line 45 of file class.ilQuestionEditGUI.php.
Referenced by getDefaultNrOfTries().
|
private |
Definition at line 35 of file class.ilQuestionEditGUI.php.
|
private |
Definition at line 32 of file class.ilQuestionEditGUI.php.
|
private |
Definition at line 43 of file class.ilQuestionEditGUI.php.
Referenced by addNewIdListener(), and executeCommand().
|
private |
Definition at line 42 of file class.ilQuestionEditGUI.php.
|
private |
Definition at line 46 of file class.ilQuestionEditGUI.php.
Referenced by getPageConfig().
|
private |
Definition at line 39 of file class.ilQuestionEditGUI.php.
Referenced by getPoolObjId().
|
private |
Definition at line 38 of file class.ilQuestionEditGUI.php.
Referenced by getPoolRefId().
|
private |
Definition at line 37 of file class.ilQuestionEditGUI.php.
Referenced by getQuestionId().
|
private |
Definition at line 40 of file class.ilQuestionEditGUI.php.
Referenced by getQuestionType().
|
private |
Definition at line 36 of file class.ilQuestionEditGUI.php.
|
private |
Definition at line 33 of file class.ilQuestionEditGUI.php.
|
private |
Definition at line 44 of file class.ilQuestionEditGUI.php.
Referenced by getSelfAssessmentEditingMode().