|
ILIAS
Release_4_2_x_branch Revision 61807
|
Class ilObjQuestionPoolGUI. More...
Inheritance diagram for ilObjQuestionPoolGUI:
Collaboration diagram for ilObjQuestionPoolGUI:Public Member Functions | |
| ilObjQuestionPoolGUI () | |
| Constructor public. | |
| executeCommand () | |
| execute command | |
| propertiesObject () | |
| Questionpool properties. | |
| cancelObject ($in_rep=false) | |
| cancel action and go back to previous page public | |
| savePropertiesObject () | |
| Save questionpool properties. | |
| downloadFileObject () | |
| download file | |
| fullscreenObject () | |
| show fullscreen view | |
| filterObject () | |
| set question list filter | |
| resetFilterObject () | |
| resets filter | |
| download_paragraphObject () | |
| download source code paragraph | |
| uploadQplObject ($questions_only=false) | |
| imports question(s) into the questionpool | |
| importVerifiedFileObject () | |
| imports question(s) into the questionpool (after verification) | |
| cancelImportObject () | |
| uploadObject () | |
| imports question(s) into the questionpool | |
| importQuestionsObject () | |
| display the import form to import questions into the questionpool | |
| & | createQuestionObject () |
| create new question | |
| & | createQuestionForTestObject () |
| create new question | |
| afterSave (ilObject $a_new_object) | |
| save object public | |
| assessmentObject () | |
| show assessment data of object | |
| questionObject () | |
| deleteQuestionsObject () | |
| delete questions confirmation screen | |
| confirmDeleteQuestionsObject () | |
| delete questions | |
| cancelDeleteQuestionsObject () | |
| Cancel question deletion. | |
| exportQuestionObject () | |
| export question | |
| filterQuestionBrowserObject () | |
| resetQuestionBrowserObject () | |
| questionsObject ($arrFilter=null) | |
| list questions of question pool | |
| printObject () | |
| Creates a print view for a question pool. | |
| updateObject () | |
| updates object entry in object_data | |
| pasteObject () | |
| paste questios from the clipboard into the question pool | |
| copyObject () | |
| copy one or more question objects to the clipboard | |
| moveObject () | |
| mark one or more question objects for moving | |
| createExportQTI () | |
| create export file | |
| createExportExcel () | |
| & | editQuestionForTestObject () |
| edit question | |
| importFileObject () | |
| form for new questionpool object import | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) | |
| setTitleAndDescription () | |
| called by prepare output | |
| getTabs (&$tabs_gui) | |
| adds tabs to tab gui object | |
| infoScreenObject () | |
| this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed | |
| infoScreenForward () | |
| show information screen | |
| _goto ($a_target) | |
| Redirect script to call a test with the question pool reference id. | |
Public Member Functions inherited from ilObjectGUI | |
| ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
| Constructor public. | |
| withReferences () | |
| determines wether objects are referenced or not (got ref ids or not) | |
| setCreationMode ($a_mode=true) | |
| if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui | |
| getCreationMode () | |
| get creation mode | |
| getAdminTabs (&$tabs_gui) | |
| administration tabs show only permissions and trash folder | |
| getHTML () | |
| undeleteObject () | |
| Get objects back from trash. | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled | |
| cancelDeleteObject () | |
| cancel deletion of object | |
| removeFromSystemObject () | |
| remove objects from trash bin and all entries therefore every object needs a specific deleteObject() method | |
| createObject () | |
| create new object form | |
| cancelCreation () | |
| cancel create action and go back to repository parent | |
| saveObject () | |
| save object | |
| editObject () | |
| edit object | |
| getFormAction ($a_cmd, $a_formaction="") | |
| get form action for command (command is method name without "Object", e.g. | |
| isVisible ($a_ref_id, $a_type) | |
| viewObject () | |
| list childs of current object | |
| deleteObject ($a_error=false) | |
| Display deletion confirmation screen. | |
| trashObject () | |
| Show trash content of object. | |
| getTemplateFile ($a_cmd, $a_type="") | |
| get a template blockfile format: tpl. | |
| cloneAllObject () | |
| Clone single (not container object) Method is overwritten in ilContainerGUI. | |
| copyWizardHasOptions ($a_mode) | |
| Check if there is any modules specific option. | |
Protected Member Functions | |
| initImportForm ($a_new_type) | |
| Init object import form. | |
Protected Member Functions inherited from ilObjectGUI | |
| assignObject () | |
| prepareOutput () | |
| prepare output | |
| initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
| Add header action menu. | |
| insertHeaderAction ($a_list_gui) | |
| Insert header action into main template. | |
| addHeaderAction () | |
| Add header action menu. | |
| redrawHeaderActionObject () | |
| Ajax call: redraw action header only. | |
| showUpperIcon () | |
| setTabs () | |
| set admin tabs public | |
| setAdminTabs () | |
| set admin tabs public | |
| setLocator () | |
| set Locator | |
| omitLocator ($a_omit=true) | |
| addAdminLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) | |
| initCreationForms ($a_new_type) | |
| Init creation froms. | |
| getCreationFormsHTML (array $a_forms) | |
| Get HTML for creation forms (accordion) | |
| initCreateForm ($a_new_type) | |
| Init object creation form. | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| Show didactic template types. | |
| addDidacticTemplateOptions (array &$a_options) | |
| Add custom templates. | |
| getDidacticTemplateVar ($a_type) | |
| Get didactic template setting from creation screen. | |
| putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
| Add object to tree at given position. | |
| initEditForm () | |
| Init object edit form. | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. | |
| getEditFormValues () | |
| Get values for edit form. | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. | |
| updateCustom (ilPropertyFormGUI $a_form) | |
| Insert custom update form values into object. | |
| afterUpdate () | |
| Post (successful) object update hook. | |
| importFileObject ($parent_id=null) | |
| Import. | |
| afterImport (ilObject $a_new_object) | |
| Post (successful) object import hook. | |
| setFormAction ($a_cmd, $a_formaction) | |
| set specific form action for command | |
| getReturnLocation ($a_cmd, $a_location="") | |
| get return location for command (command is method name without "Object", e.g. | |
| setReturnLocation ($a_cmd, $a_location) | |
| set specific return location for command | |
| getTargetFrame ($a_cmd, $a_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. | |
| setTargetFrame ($a_cmd, $a_target_frame) | |
| set specific target frame for command | |
| showPossibleSubObjects () | |
| show possible subobjects (pulldown menu) | |
| getTitlesByRefId ($a_ref_ids) | |
| get Titles of objects this method is used for error messages in methods cut/copy/paste | |
| __showButton ($a_cmd, $a_text, $a_target= '') | |
| hitsperpageObject () | |
| & | __initTableGUI () |
| __setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
| standard implementation for tables use 'from' variable use different initial setting of table | |
| __showClipboardTable ($a_result_set, $a_from="") | |
| redirectToRefId ($a_ref_id, $a_cmd="") | |
| redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current $_GET["ref_id"] value | |
| fillCloneTemplate ($a_tpl_varname, $a_type) | |
| Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. | |
| getCenterColumnHTML () | |
| Get center column. | |
| getRightColumnHTML () | |
| Display right column. | |
| setColumnSettings ($column_gui) | |
| May be overwritten in subclasses. | |
| checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
| Check permission and redirect on error. | |
| checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
| Check permission. | |
Additional Inherited Members | |
Data Fields inherited from ilObjectGUI | |
| const | COPY_WIZARD_NEEDS_PAGE = 1 |
| $ilias | |
| $objDefinition | |
| $tpl | |
| $tree | |
| $lng | |
| $data | |
| $object | |
| $ref_id | |
| $obj_id | |
| $maxcount | |
| $formaction | |
| $return_location | |
| $target_frame | |
| $tab_target_script | |
| $actions | |
| $sub_objects | |
| $omit_locator = false | |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
Class ilObjQuestionPoolGUI.
ilObjQuestionPoolGUI: ilPageObjectGUI ilObjQuestionPoolGUI: assMultipleChoiceGUI, assClozeTestGUI, assMatchingQuestionGUI ilObjQuestionPoolGUI: assOrderingQuestionGUI, assImagemapQuestionGUI, assJavaAppletGUI ilObjQuestionPoolGUI: assNumericGUI ilObjQuestionPoolGUI: assTextSubsetGUI ilObjQuestionPoolGUI: assSingleChoiceGUI ilObjQuestionPoolGUI: assTextQuestionGUI, ilMDEditorGUI, ilPermissionGUI, ilObjectCopyGUI ilObjQuestionPoolGUI: ilExportGUI, ilInfoScreenGUI
Definition at line 50 of file class.ilObjQuestionPoolGUI.php.
| ilObjQuestionPoolGUI::_goto | ( | $a_target | ) |
Redirect script to call a test with the question pool reference id.
Redirect script to call a test with the question pool reference id
| integer | $a_target | The reference id of the question pool public |
Definition at line 1308 of file class.ilObjQuestionPoolGUI.php.
References $_GET, $ilErr, ilObjectGUI\$lng, ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, and ilUtil\sendInfo().
Here is the call graph for this function:| ilObjQuestionPoolGUI::addLocatorItems | ( | ) |
should be overwritten to add object specific items (repository items are preloaded)
Reimplemented from ilObjectGUI.
Definition at line 1075 of file class.ilObjQuestionPoolGUI.php.
References $_GET, $title, assQuestionGUI\_getQuestionGUI(), and assQuestion\_getQuestionTypeName().
Here is the call graph for this function:| ilObjQuestionPoolGUI::afterSave | ( | ilObject | $a_new_object | ) |
save object public
Reimplemented from ilObjectGUI.
Definition at line 679 of file class.ilObjQuestionPoolGUI.php.
References ilObject\getRefId(), ilUtil\redirect(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjQuestionPoolGUI::assessmentObject | ( | ) |
show assessment data of object
Definition at line 691 of file class.ilObjQuestionPoolGUI.php.
References $_GET, $title, assQuestion\_getTitle(), assQuestion\_getTotalAnswers(), assQuestion\_getTotalRightAnswers(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilObjQuestionPoolGUI::cancelDeleteQuestionsObject | ( | ) |
Cancel question deletion.
Definition at line 789 of file class.ilObjQuestionPoolGUI.php.
| ilObjQuestionPoolGUI::cancelImportObject | ( | ) |
Definition at line 603 of file class.ilObjQuestionPoolGUI.php.
References $_POST.
| ilObjQuestionPoolGUI::cancelObject | ( | $in_rep = false | ) |
cancel action and go back to previous page public
Reimplemented from ilObjectGUI.
Definition at line 268 of file class.ilObjQuestionPoolGUI.php.
References $_GET, and ilUtil\redirect().
Here is the call graph for this function:| ilObjQuestionPoolGUI::confirmDeleteQuestionsObject | ( | ) |
delete questions
Definition at line 772 of file class.ilObjQuestionPoolGUI.php.
References $_POST, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjQuestionPoolGUI::copyObject | ( | ) |
copy one or more question objects to the clipboard
Definition at line 964 of file class.ilObjQuestionPoolGUI.php.
References $_POST, and ilUtil\sendInfo().
Here is the call graph for this function:| ilObjQuestionPoolGUI::createExportExcel | ( | ) |
Definition at line 1017 of file class.ilObjQuestionPoolGUI.php.
References $_GET.
| ilObjQuestionPoolGUI::createExportQTI | ( | ) |
create export file
Definition at line 1004 of file class.ilObjQuestionPoolGUI.php.
References $_GET.
| & ilObjQuestionPoolGUI::createQuestionForTestObject | ( | ) |
create new question
Definition at line 654 of file class.ilObjQuestionPoolGUI.php.
References $_GET, $_REQUEST, and assQuestionGUI\_getQuestionGUI().
Here is the call graph for this function:| & ilObjQuestionPoolGUI::createQuestionObject | ( | ) |
create new question
Definition at line 640 of file class.ilObjQuestionPoolGUI.php.
References $_POST, and assQuestionGUI\_getQuestionGUI().
Here is the call graph for this function:| ilObjQuestionPoolGUI::deleteQuestionsObject | ( | ) |
delete questions confirmation screen
Definition at line 749 of file class.ilObjQuestionPoolGUI.php.
References $_GET, $_POST, ilUtil\sendInfo(), ilUtil\sendQuestion(), and ilQuestionBrowserTableGUI\setEditable().
Here is the call graph for this function:| ilObjQuestionPoolGUI::download_paragraphObject | ( | ) |
download source code paragraph
Definition at line 334 of file class.ilObjQuestionPoolGUI.php.
| ilObjQuestionPoolGUI::downloadFileObject | ( | ) |
download file
Definition at line 290 of file class.ilObjQuestionPoolGUI.php.
| & ilObjQuestionPoolGUI::editQuestionForTestObject | ( | ) |
edit question
Definition at line 1033 of file class.ilObjQuestionPoolGUI.php.
References $_GET, and assQuestionGUI\_getQuestionGUI().
Here is the call graph for this function:| ilObjQuestionPoolGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilObjectGUI.
Definition at line 70 of file class.ilObjQuestionPoolGUI.php.
References $_GET, $_POST, $cmd, ilObjectGUI\$ilias, ilObjectGUI\$ref_id, $ret, ilObjectGUI\$tpl, assQuestionGUI\_getQuestionGUI(), ilMDEditorGUI\addObserver(), ilObjStyleSheet\getContentStylePath(), ilObjectGUI\getCreationMode(), ilUtil\getStyleSheetLocation(), ilObjStyleSheet\getSyntaxStylePath(), infoScreenForward(), and ilObjectGUI\prepareOutput().
Here is the call graph for this function:| ilObjQuestionPoolGUI::exportQuestionObject | ( | ) |
export question
Definition at line 797 of file class.ilObjQuestionPoolGUI.php.
References $_POST, $filename, ilUtil\deliverFile(), exit, and ilUtil\sendInfo().
Here is the call graph for this function:| ilObjQuestionPoolGUI::filterObject | ( | ) |
set question list filter
Definition at line 316 of file class.ilObjQuestionPoolGUI.php.
References questionsObject().
Here is the call graph for this function:| ilObjQuestionPoolGUI::filterQuestionBrowserObject | ( | ) |
Definition at line 818 of file class.ilObjQuestionPoolGUI.php.
References questionsObject().
Here is the call graph for this function:| ilObjQuestionPoolGUI::fullscreenObject | ( | ) |
show fullscreen view
Definition at line 302 of file class.ilObjQuestionPoolGUI.php.
References $_GET.
| ilObjQuestionPoolGUI::getTabs | ( | & | $tabs_gui | ) |
adds tabs to tab gui object
| object | $tabs_gui | ilTabsGUI object |
Reimplemented from ilObjectGUI.
Definition at line 1157 of file class.ilObjQuestionPoolGUI.php.
| ilObjQuestionPoolGUI::ilObjQuestionPoolGUI | ( | ) |
Constructor public.
Definition at line 56 of file class.ilObjQuestionPoolGUI.php.
References $_GET, $ilCtrl, ilObjectGUI\$lng, and ilObjectGUI\ilObjectGUI().
Here is the call graph for this function:| ilObjQuestionPoolGUI::importFileObject | ( | ) |
form for new questionpool object import
Definition at line 1063 of file class.ilObjQuestionPoolGUI.php.
References $_REQUEST, initImportForm(), and uploadQplObject().
Here is the call graph for this function:| ilObjQuestionPoolGUI::importQuestionsObject | ( | ) |
display the import form to import questions into the questionpool
Definition at line 626 of file class.ilObjQuestionPoolGUI.php.
| ilObjQuestionPoolGUI::importVerifiedFileObject | ( | ) |
imports question(s) into the questionpool (after verification)
Definition at line 536 of file class.ilObjQuestionPoolGUI.php.
References $_GET, $_POST, $_SESSION, ilObjectGUI\$object, $result, ilObjQuestionPool\_getImportDirectory(), ilUtil\delDir(), IL_MO_PARSE_QTI, ilUtil\redirect(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjQuestionPoolGUI::infoScreenForward | ( | ) |
show information screen
Definition at line 1281 of file class.ilObjQuestionPoolGUI.php.
References $ilErr.
Referenced by executeCommand(), and infoScreenObject().
Here is the caller graph for this function:| ilObjQuestionPoolGUI::infoScreenObject | ( | ) |
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed
Definition at line 1271 of file class.ilObjQuestionPoolGUI.php.
References infoScreenForward().
Here is the call graph for this function:
|
protected |
Init object import form.
| string | new type |
Reimplemented from ilObjectGUI.
Definition at line 1040 of file class.ilObjQuestionPoolGUI.php.
References ilFileInputGUI\setSuffixes().
Referenced by importFileObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::moveObject | ( | ) |
mark one or more question objects for moving
Definition at line 984 of file class.ilObjQuestionPoolGUI.php.
References $_POST, and ilUtil\sendInfo().
Here is the call graph for this function:| ilObjQuestionPoolGUI::pasteObject | ( | ) |
paste questios from the clipboard into the question pool
Definition at line 947 of file class.ilObjQuestionPoolGUI.php.
References $_SESSION, ilUtil\sendInfo(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjQuestionPoolGUI::printObject | ( | ) |
Creates a print view for a question pool.
public
Definition at line 909 of file class.ilObjQuestionPoolGUI.php.
References $_POST, and ilObjectGUI\$data.
| ilObjQuestionPoolGUI::propertiesObject | ( | ) |
Questionpool properties.
Definition at line 235 of file class.ilObjQuestionPoolGUI.php.
References ilFormPropertyGUI\setInfo().
Here is the call graph for this function:| ilObjQuestionPoolGUI::questionObject | ( | ) |
Definition at line 739 of file class.ilObjQuestionPoolGUI.php.
References $_GET.
| ilObjQuestionPoolGUI::questionsObject | ( | $arrFilter = null | ) |
list questions of question pool
Definition at line 839 of file class.ilObjQuestionPoolGUI.php.
References $_GET, $_REQUEST, $_SESSION, ilObjectGUI\$data, ilObjectGUI\$ref_id, ilUtil\redirect(), and ilQuestionBrowserTableGUI\setEditable().
Referenced by filterObject(), filterQuestionBrowserObject(), resetFilterObject(), and resetQuestionBrowserObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::resetFilterObject | ( | ) |
resets filter
Definition at line 324 of file class.ilObjQuestionPoolGUI.php.
References $_POST, and questionsObject().
Here is the call graph for this function:| ilObjQuestionPoolGUI::resetQuestionBrowserObject | ( | ) |
Definition at line 827 of file class.ilObjQuestionPoolGUI.php.
References questionsObject().
Here is the call graph for this function:| ilObjQuestionPoolGUI::savePropertiesObject | ( | ) |
Save questionpool properties.
Definition at line 277 of file class.ilObjQuestionPoolGUI.php.
References $_POST, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjQuestionPoolGUI::setTitleAndDescription | ( | ) |
called by prepare output
Reimplemented from ilObjectGUI.
Definition at line 1114 of file class.ilObjQuestionPoolGUI.php.
References $_GET, $title, assQuestionGUI\_getQuestionGUI(), assQuestion\_getQuestionTypeName(), and ilUtil\getImagePath().
Here is the call graph for this function:| ilObjQuestionPoolGUI::updateObject | ( | ) |
updates object entry in object_data
Reimplemented from ilObjectGUI.
Definition at line 937 of file class.ilObjQuestionPoolGUI.php.
References ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjQuestionPoolGUI::uploadObject | ( | ) |
imports question(s) into the questionpool
Definition at line 618 of file class.ilObjQuestionPoolGUI.php.
References uploadQplObject().
Here is the call graph for this function:| ilObjQuestionPoolGUI::uploadQplObject | ( | $questions_only = false | ) |
imports question(s) into the questionpool
Definition at line 345 of file class.ilObjQuestionPoolGUI.php.
References $_SESSION, $file, $GLOBALS, $result, ilObjQuestionPool\_createImportDirectory(), ilObjQuestionPool\_getImportDirectory(), ilObjQuestionPool\_setImportDirectory(), ilObjTest\_setImportDirectory(), CLOZE_TEST_IDENTIFIER, ilUtil\delDir(), ilUtil\getImagePath(), ilPlugin\getPluginObject(), IL_COMP_MODULE, IL_MO_VERIFY_QTI, IMAGEMAP_QUESTION_IDENTIFIER, JAVAAPPLET_QUESTION_IDENTIFIER, MATCHING_QUESTION_IDENTIFIER, ilUtil\moveUploadedFile(), MULTIPLE_CHOICE_QUESTION_IDENTIFIER, NUMERIC_QUESTION_IDENTIFIER, ORDERING_QUESTION_IDENTIFIER, ilUtil\sendFailure(), ilUtil\sendInfo(), SINGLE_CHOICE_QUESTION_IDENTIFIER, TEXT_QUESTION_IDENTIFIER, TEXTSUBSET_QUESTION_IDENTIFIER, and ilUtil\unzip().
Referenced by importFileObject(), and uploadObject().
Here is the call graph for this function:
Here is the caller graph for this function: