|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilQuestionEditGUI. More...
Collaboration diagram for ilQuestionEditGUI:Public Member Functions | |
| __construct () | |
| Constructor. | |
| setSelfAssessmentEditingMode ($a_selfassessmenteditingmode) | |
| Set Self-Assessment Editing Mode. | |
| getSelfAssessmentEditingMode () | |
| Get Self-Assessment Editing Mode. | |
| setDefaultNrOfTries ($a_defaultnroftries) | |
| Set Default Nr of Tries. | |
| getDefaultNrOfTries () | |
| Get Default Nr of Tries. | |
| setPageConfig ($a_val) | |
| Set Page Config. | |
| getPageConfig () | |
| Get Page Config. | |
| addNewIdListener (&$a_object, $a_method, $a_parameters="") | |
| Add a listener that is notified with the new question ID, when a new question is saved. | |
| executeCommand () | |
| execute command | |
| setQuestionId ($a_questionid) | |
| Set Question Id. | |
| getQuestionId () | |
| Get Question Id. | |
| setPoolRefId ($a_poolrefid) | |
| Set Pool Ref ID. | |
| getPoolRefId () | |
| Get Pool Ref ID. | |
| setPoolObjId ($a_poolobjid) | |
| Set Pool Obj Id. | |
| getPoolObjId () | |
| Get Pool Obj Id. | |
| setQuestionType ($a_questiontype) | |
| Set Question Type. | |
| getQuestionType () | |
| Get Question Type. | |
Class ilQuestionEditGUI.
ilQuestionEditGUI: assMultipleChoiceGUI, assClozeTestGUI, assMatchingQuestionGUI, assKprimChoiceGUI ilQuestionEditGUI: assOrderingQuestionGUI, assImagemapQuestionGUI, assJavaAppletGUI ilQuestionEditGUI: assNumericGUI, assTextSubsetGUI, assSingleChoiceGUI, assTextQuestionGUI ilQuestionEditGUI: assErrorTextGUI, assOrderingHorizontalGUI, assTextSubsetGUI, assFormulaQuestionGUI
Definition at line 17 of file class.ilQuestionEditGUI.php.
| ilQuestionEditGUI::__construct | ( | ) |
Constructor.
Definition at line 23 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 110 of file class.ilQuestionEditGUI.php.
| ilQuestionEditGUI::executeCommand | ( | ) |
execute command
Definition at line 122 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 80 of file class.ilQuestionEditGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getPageConfig | ( | ) |
Get Page Config.
Definition at line 100 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 239 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 217 of file class.ilQuestionEditGUI.php.
Referenced by setPoolRefId().
Here is the caller graph for this function:| ilQuestionEditGUI::getQuestionId | ( | ) |
Get Question Id.
Definition at line 194 of file class.ilQuestionEditGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilQuestionEditGUI::getQuestionType | ( | ) |
Get Question Type.
Definition at line 260 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 60 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 70 of file class.ilQuestionEditGUI.php.
| ilQuestionEditGUI::setPageConfig | ( | $a_val | ) |
Set Page Config.
| object | Page Config |
Definition at line 90 of file class.ilQuestionEditGUI.php.
| ilQuestionEditGUI::setPoolObjId | ( | $a_poolobjid | ) |
Set Pool Obj Id.
| int | $a_poolobjid | Pool Obj Id |
Definition at line 227 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 204 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 183 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 249 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 50 of file class.ilQuestionEditGUI.php.