|
ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilPCQuestionGUI. More...
Inheritance diagram for ilPCQuestionGUI:
Collaboration diagram for ilPCQuestionGUI:Public Member Functions | |
| ilPCQuestionGUI (&$a_pg_obj, &$a_content_obj, $a_hier_id, $a_pc_id="") | |
| Constructor public. | |
| & | executeCommand () |
| execute command | |
| setSelfAssessmentMode ($a_selfassessmentmode) | |
| Set Self Assessment Mode. | |
| getSelfAssessmentMode () | |
| Get Self Assessment Mode. | |
| insert ($a_mode="create") | |
| Insert new question form. | |
| create () | |
| Create new question. | |
| setNewQuestionId ($a_par) | |
| Set new question id. | |
| edit () | |
| edit question | |
| feedback () | |
| createQuestionPool ($name="Dummy") | |
| Creates a new questionpool and returns the reference id. | |
| setTabs () | |
| Set tabs. | |
Public Member Functions inherited from ilPageContentGUI | |
| ilPageContentGUI (&$a_pg_obj, &$a_content_obj, $a_hier_id=0, $a_pc_id="") | |
| Constructor public. | |
| setStyleId ($a_styleid) | |
| Set Style Id. | |
| getStyleId () | |
| Get Style Id. | |
| getStyle () | |
| Get style object. | |
| setCharacteristics ($a_chars) | |
| Set Characteristics. | |
| getCharacteristics () | |
| Get characteristics. | |
| getHierId () | |
| get hierarchical id in dom object | |
| setHierId ($a_hier_id) | |
| get hierarchical id in dom object | |
| getBBMenu ($a_ta_name="par_content") | |
| Get the bb menu incl. | |
| delete () | |
| delete content element | |
| moveAfter () | |
| move content element after another element | |
| moveBefore () | |
| move content element before another element | |
| splitPage () | |
| split page to new page at specified position | |
| splitPageNext () | |
| split page to next page at specified position | |
| displayValidationError () | |
| display validation errors | |
| cancelCreate () | |
| cancel creating page content | |
| cancelUpdate () | |
| cancel update | |
| deactivate () | |
| gui function set enabled if is not enabled and vice versa | |
| getTemplateOptions ($a_type) | |
| Get table templates. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilPageContentGUI | |
| static | _getCommonBBButtons () |
| Get common bb buttons. | |
Data Fields inherited from ilPageContentGUI | |
| $content_obj | |
| $ilias | |
| $tpl | |
| $lng | |
| $ctrl | |
| $pg_obj | |
| $hier_id | |
| $dom | |
| $updated | |
| $target_script | |
| $return_location | |
Protected Member Functions inherited from ilPageContentGUI | |
| getCharacteristicsOfCurrentStyle ($a_type) | |
| Get characteristics of current style. | |
Static Protected Attributes inherited from ilPageContentGUI | |
| static | $common_bb_buttons |
Class ilPCQuestionGUI.
Adapter User Interface class for assessment questions
ilPCQuestionGUI: ilQuestionEditGUI
Definition at line 19 of file class.ilPCQuestionGUI.php.
| ilPCQuestionGUI::create | ( | ) |
Create new question.
Definition at line 179 of file class.ilPCQuestionGUI.php.
References $_POST, ilPageContentGUI\$hier_id, $ilCtrl, ilPageContentGUI\$lng, and insert().
Here is the call graph for this function:| ilPCQuestionGUI::createQuestionPool | ( | $name = "Dummy" | ) |
Creates a new questionpool and returns the reference id.
Creates a new questionpool and returns the reference id
Definition at line 347 of file class.ilPCQuestionGUI.php.
| ilPCQuestionGUI::edit | ( | ) |
edit question
Definition at line 232 of file class.ilPCQuestionGUI.php.
References $_GET, $_POST, $ilCtrl, $ret, ilInternalLink\_extractInstOfTarget(), ilInternalLink\_extractObjIdOfTarget(), assQuestionGUI\_getQuestionGUI(), ilObjSAHSLearningModule\_getTries(), getSelfAssessmentMode(), and insert().
Here is the call graph for this function:| & ilPCQuestionGUI::executeCommand | ( | ) |
execute command
Definition at line 36 of file class.ilPCQuestionGUI.php.
References $_GET, $_POST, $cmd, $ilCtrl, $ret, and setTabs().
Here is the call graph for this function:| ilPCQuestionGUI::feedback | ( | ) |
Definition at line 303 of file class.ilPCQuestionGUI.php.
References $ilCtrl, $ret, ilInternalLink\_extractInstOfTarget(), and ilInternalLink\_extractObjIdOfTarget().
Here is the call graph for this function:| ilPCQuestionGUI::getSelfAssessmentMode | ( | ) |
Get Self Assessment Mode.
Definition at line 97 of file class.ilPCQuestionGUI.php.
Referenced by edit().
Here is the caller graph for this function:| ilPCQuestionGUI::ilPCQuestionGUI | ( | & | $a_pg_obj, |
| & | $a_content_obj, | ||
| $a_hier_id, | |||
$a_pc_id = "" |
|||
| ) |
Constructor public.
Definition at line 25 of file class.ilPCQuestionGUI.php.
References $ilCtrl, and ilPageContentGUI\ilPageContentGUI().
Here is the call graph for this function:| ilPCQuestionGUI::insert | ( | $a_mode = "create" | ) |
Insert new question form.
Definition at line 108 of file class.ilPCQuestionGUI.php.
References $ilCtrl, ilPageContentGUI\$lng, ilObjQuestionPool\_getSelfAssessmentQuestionTypes(), ilPageContentGUI\displayValidationError(), ilSelectInputGUI\setOptions(), and ilUtil\sortArray().
Referenced by create(), and edit().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPCQuestionGUI::setNewQuestionId | ( | $a_par | ) |
Set new question id.
Definition at line 220 of file class.ilPCQuestionGUI.php.
| ilPCQuestionGUI::setSelfAssessmentMode | ( | $a_selfassessmentmode | ) |
Set Self Assessment Mode.
| boolean | $a_selfassessmentmode | Self Assessment Mode |
Definition at line 87 of file class.ilPCQuestionGUI.php.
| ilPCQuestionGUI::setTabs | ( | ) |
Set tabs.
Definition at line 368 of file class.ilPCQuestionGUI.php.
References $ilCtrl, ilPageContentGUI\$lng, ilInternalLink\_extractInstOfTarget(), and ilInternalLink\_extractObjIdOfTarget().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function: