|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilQuestionEditGUI. More...
Collaboration diagram for ilQuestionEditGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| setSelfAssessmentEditingMode ($a_selfassessmenteditingmode) | |
| Set Self-Assessment Editing Mode. More... | |
| getSelfAssessmentEditingMode () | |
| Get Self-Assessment Editing Mode. More... | |
| setDefaultNrOfTries ($a_defaultnroftries) | |
| Set Default Nr of Tries. More... | |
| getDefaultNrOfTries () | |
| Get Default Nr of Tries. More... | |
| setPageConfig ($a_val) | |
| Set Page Config. More... | |
| getPageConfig () | |
| Get Page Config. More... | |
| addNewIdListener (&$a_object, $a_method, $a_parameters="") | |
| Add a listener that is notified with the new question ID, when a new question is saved. More... | |
| executeCommand () | |
| execute command More... | |
| setQuestionId ($a_questionid) | |
| Set Question Id. More... | |
| getQuestionId () | |
| Get Question Id. More... | |
| setPoolRefId ($a_poolrefid) | |
| Set Pool Ref ID. More... | |
| getPoolRefId () | |
| Get Pool Ref ID. More... | |
| setPoolObjId ($a_poolobjid) | |
| Set Pool Obj Id. More... | |
| getPoolObjId () | |
| Get Pool Obj Id. More... | |
| setQuestionType ($a_questiontype) | |
| Set Question Type. More... | |
| getQuestionType () | |
| Get Question Type. More... | |
Class ilQuestionEditGUI.
@ilCtrl_Calls ilQuestionEditGUI: assMultipleChoiceGUI, assClozeTestGUI, assMatchingQuestionGUI, assKprimChoiceGUI @ilCtrl_Calls ilQuestionEditGUI: assOrderingQuestionGUI, assImagemapQuestionGUI, assJavaAppletGUI @ilCtrl_Calls ilQuestionEditGUI: assNumericGUI, assTextSubsetGUI, assSingleChoiceGUI, assTextQuestionGUI @ilCtrl_Calls ilQuestionEditGUI: assErrorTextGUI, assOrderingHorizontalGUI, assTextSubsetGUI, assFormulaQuestionGUI @ilCtrl_Calls ilQuestionEditGUI: assLongMenuGUI
Definition at line 18 of file class.ilQuestionEditGUI.php.
| ilQuestionEditGUI::__construct | ( | ) |
Constructor.
Definition at line 24 of file class.ilQuestionEditGUI.php.
References $_GET, $ilCtrl, $lng, setPoolObjId(), setPoolRefId(), setQuestionId(), and setQuestionType().
Here is the call graph for this function:| ilQuestionEditGUI::addNewIdListener | ( | & | $a_object, |
| $a_method, | |||
$a_parameters = "" |
|||
| ) |
Add a listener that is notified with the new question ID, when a new question is saved.
Definition at line 111 of file class.ilQuestionEditGUI.php.
| ilQuestionEditGUI::executeCommand | ( | ) |
execute command
Definition at line 123 of file class.ilQuestionEditGUI.php.
References $cmd, $ilCtrl, $lng, $ret, assQuestionGUI\_getQuestionGUI(), getDefaultNrOfTries(), getPageConfig(), getPoolObjId(), getQuestionId(), getQuestionType(), getSelfAssessmentEditingMode(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilQuestionEditGUI::getDefaultNrOfTries | ( | ) |
Get Default Nr of Tries.
Definition at line 81 of file class.ilQuestionEditGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getPageConfig | ( | ) |
Get Page Config.
Definition at line 101 of file class.ilQuestionEditGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getPoolObjId | ( | ) |
Get Pool Obj Id.
Definition at line 240 of file class.ilQuestionEditGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getPoolRefId | ( | ) |
Get Pool Ref ID.
Definition at line 218 of file class.ilQuestionEditGUI.php.
Referenced by setPoolRefId().
Here is the caller graph for this function:| ilQuestionEditGUI::getQuestionId | ( | ) |
Get Question Id.
Definition at line 195 of file class.ilQuestionEditGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getQuestionType | ( | ) |
Get Question Type.
Definition at line 261 of file class.ilQuestionEditGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getSelfAssessmentEditingMode | ( | ) |
Get Self-Assessment Editing Mode.
Definition at line 61 of file class.ilQuestionEditGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::setDefaultNrOfTries | ( | $a_defaultnroftries | ) |
Set Default Nr of Tries.
| int | $a_defaultnroftries | Default Nr. of Tries |
Definition at line 71 of file class.ilQuestionEditGUI.php.
| ilQuestionEditGUI::setPageConfig | ( | $a_val | ) |
Set Page Config.
| object | Page Config |
Definition at line 91 of file class.ilQuestionEditGUI.php.
| ilQuestionEditGUI::setPoolObjId | ( | $a_poolobjid | ) |
Set Pool Obj Id.
| int | $a_poolobjid | Pool Obj Id |
Definition at line 228 of file class.ilQuestionEditGUI.php.
References $_GET.
Referenced by __construct(), and setPoolRefId().
Here is the caller graph for this function:| ilQuestionEditGUI::setPoolRefId | ( | $a_poolrefid | ) |
Set Pool Ref ID.
| int | $a_poolrefid | Pool Ref ID |
Definition at line 205 of file class.ilQuestionEditGUI.php.
References $_GET, ilObject\_lookupObjId(), getPoolRefId(), and setPoolObjId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilQuestionEditGUI::setQuestionId | ( | $a_questionid | ) |
Set Question Id.
| int | $a_questionid | Question Id |
Definition at line 184 of file class.ilQuestionEditGUI.php.
References $_GET.
Referenced by __construct().
Here is the caller graph for this function:| ilQuestionEditGUI::setQuestionType | ( | $a_questiontype | ) |
Set Question Type.
| string | $a_questiontype | Question Type |
Definition at line 250 of file class.ilQuestionEditGUI.php.
References $_GET.
Referenced by __construct().
Here is the caller graph for this function:| ilQuestionEditGUI::setSelfAssessmentEditingMode | ( | $a_selfassessmenteditingmode | ) |
Set Self-Assessment Editing Mode.
| boolean | $a_selfassessmenteditingmode | Self-Assessment Editing Mode |
Definition at line 51 of file class.ilQuestionEditGUI.php.