|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilObjQuestionPoolGUI. More...
Inheritance diagram for ilObjQuestionPoolGUI:
Collaboration diagram for ilObjQuestionPoolGUI:Public Member Functions | |
| downloadFileObject () | |
| fullscreenObject () | |
| show fullscreen view More... | |
| download_paragraphObject () | |
| download source code paragraph More... | |
| uploadQplObject ($questions_only=false) | |
| imports question(s) into the questionpool More... | |
| importVerifiedFileObject () | |
| cancelImportObject () | |
| uploadObject () | |
| imports question(s) into the questionpool More... | |
| importQuestionsObject (ilPropertyFormGUI $form=null) | |
| display the import form to import questions into the questionpool More... | |
| createQuestionObject () | |
| createQuestionForTestObject () | |
| afterSave (ilObject $new_object) | |
| questionObject () | |
| confirmDeleteQuestions (array $ids) | |
| deleteQuestionsObject () | |
| delete questions confirmation screen More... | |
| confirmDeleteQuestionsObject () | |
| delete questions after confirmation More... | |
| cancelDeleteQuestionsObject () | |
| exportQuestions (array $ids) | |
| questionsObject () | |
| list questions of question pool More... | |
| printObject () | |
| updateObject () | |
| pasteObject () | |
| copyQuestions (array $ids) | |
| moveQuestions (array $ids) | |
| createExportExcel () | |
| editQuestionForTestObject () | |
| addLocatorItems () | |
| setTitleAndDescription () | |
| called by prepare output More... | |
| getTabs () | |
| adds tabs to tab gui object More... | |
| 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 More... | |
| infoScreenForward () | |
Public Member Functions inherited from ilObjectGUI | |
| __construct ($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true) | |
| getRefId () | |
| setAdminMode (string $mode) | |
| getAdminMode () | |
| getObject () | |
| executeCommand () | |
| withReferences () | |
| determines whether objects are referenced or not (got ref ids or not) More... | |
| setCreationMode (bool $mode=true) | |
| If true, a creation screen is displayed the current [ref_id] does belong to the parent class The mode is determined in ilRepositoryGUI. More... | |
| getCreationMode () | |
| prepareOutput (bool $show_sub_objects=true) | |
| getAdminTabs () | |
| administration tabs show only permissions and trash folder More... | |
| getHTML () | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More... | |
| cancelObject () | |
| cancel action and go back to previous page More... | |
| createObject () | |
| create new object form More... | |
| editAvailabilityPeriodObject () | |
| saveAvailabilityPeriodObject () | |
| cancelCreation () | |
| cancel create action and go back to repository parent More... | |
| saveObject () | |
| getDidacticTemplateVar (string $type) | |
| Get didactic template setting from creation screen. More... | |
| putObjectInTree (ilObject $obj, int $parent_node_id=null) | |
| Add object to tree at given position. More... | |
| editObject () | |
| addExternalEditFormCustom (ilPropertyFormGUI $form) | |
| updateObject () | |
| updates object entry in object_data More... | |
| getFormAction (string $cmd, string $default_form_action="") | |
| Get form action for command (command is method name without "Object", e.g. More... | |
| isVisible (int $ref_id, string $type) | |
| viewObject () | |
| viewObject container presentation for "administration -> repository, trash, permissions" More... | |
| deleteObject (bool $error=false) | |
| Display deletion confirmation screen. More... | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| redirectAfterCreation () | |
| Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html Should be overwritten and redirect to settings screen. More... | |
| addToDeskObject () | |
| removeFromDeskObject () | |
Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback | |
| callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Static Public Member Functions | |
| static | _goto ($a_target) |
Static Public Member Functions inherited from ilObjectGUI | |
| static | _gotoRepositoryRoot (bool $raise_error=false) |
| Goto repository root. More... | |
| static | _gotoRepositoryNode (int $ref_id, string $cmd="") |
| static | _gotoSharedWorkspaceNode (int $wsp_id) |
Data Fields | |
| ilObject | $object |
Data Fields inherited from ilObjectGUI | |
| const | ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION |
| const | ADMIN_MODE_NONE = "" |
| const | ADMIN_MODE_SETTINGS = "settings" |
| const | ADMIN_MODE_REPOSITORY = "repository" |
| const | UPLOAD_TYPE_LOCAL = 1 |
| const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
Protected Member Functions | |
| getQueryParamString (string $param) | |
| getQueryParamInt (string $param) | |
| redirectAfterMissingWrite () | |
| exportObject () | |
| Gateway for exports initiated from workspace, as there is a generic forward to {objTypeMainGUI}::export() More... | |
| getImportQuestionsForm () | |
| renoveImportFailsObject () | |
| fetchAuthoringQuestionIdParamater () | |
| initImportForm (string $new_type) | |
| importFileObject (int $parent_id=null) | |
| form for new questionpool object import More... | |
| getTable () | |
Protected Member Functions inherited from ilObjectGUI | |
| getObjectService () | |
| assignObject () | |
| setTitleAndDescription () | |
| createActionDispatcherGUI () | |
| initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
| Add header action menu. More... | |
| insertHeaderAction (?ilObjectListGUI $list_gui=null) | |
| Insert header action into main template. More... | |
| addHeaderAction () | |
| Add header action menu. More... | |
| redrawHeaderActionObject () | |
| Ajax call: redraw action header only. More... | |
| setTabs () | |
| set admin tabs More... | |
| setAdminTabs () | |
| set admin tabs More... | |
| setLocator () | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| omitLocator (bool $omit=true) | |
| addAdminLocatorItems (bool $do_not_add_object=false) | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| initCreationForms (string $new_type) | |
| Init creation forms. More... | |
| getCreationFormsHTML (array $forms) | |
| Get HTML for creation forms (accordion) More... | |
| initCreateForm (string $new_type) | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| addDidacticTemplateOptions (array &$a_options) | |
| Add custom templates. More... | |
| addAdoptContentLinkToToolbar () | |
| addAvailabilityPeriodButtonToToolbar (ilToolbarGUI $toolbar) | |
| afterSave (ilObject $new_object) | |
| Post (successful) object creation hook. More... | |
| initEditForm () | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. More... | |
| getEditFormValues () | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. More... | |
| validateCustom (ilPropertyFormGUI $form) | |
| Validate custom values (if not possible with checkInput()) More... | |
| updateCustom (ilPropertyFormGUI $form) | |
| Insert custom update form values into object. More... | |
| afterUpdate () | |
| Post (successful) object update hook. More... | |
| initImportForm (string $new_type) | |
| importFileObject (int $parent_id=null) | |
| afterImport (ilObject $new_object) | |
| Post (successful) object import hook. More... | |
| setFormAction (string $cmd, string $form_action) | |
| getReturnLocation (string $cmd, string $default_location="") | |
| Get return location for command (command is method name without "Object", e.g. More... | |
| setReturnLocation (string $cmd, string $location) | |
| set specific return location for command More... | |
| getTargetFrame (string $cmd, string $default_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| setTargetFrame (string $cmd, string $target_frame) | |
| Set specific target frame for command. More... | |
| showPossibleSubObjects () | |
| show possible sub objects (pull down menu) More... | |
| getTabs () | |
| overwrite in derived GUI class of your object type More... | |
| redirectToRefId (int $ref_id, string $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 ["ref_id"] value of the request More... | |
| getCenterColumnHTML () | |
| Get center column. More... | |
| getRightColumnHTML () | |
| Display right column. More... | |
| checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| enableDragDropFileUpload () | |
| Enables the file upload into this object by dropping files. More... | |
Private Member Functions | |
| createImportDirectory () | |
| createQuestionFormObject () | |
| buildCreateQuestionForm () | |
| isSkillsTabRequired () | |
| addSettingsSubTabs (ilTabsGUI $tabs) | |
Private Attributes | |
| HTTPServices | $http |
| HttpRequest | $http_request |
| QuestionInfoService | $questioninfo |
| ILIAS Filesystem Util Archive LegacyArchives | $archives |
Class ilObjQuestionPoolGUI.
ilObjQuestionPoolGUI: ilAssQuestionPageGUI, ilQuestionBrowserTableGUI, ilToolbarGUI, ilObjTestGUI ilObjQuestionPoolGUI: assMultipleChoiceGUI, assClozeTestGUI, assMatchingQuestionGUI ilObjQuestionPoolGUI: assOrderingQuestionGUI, assImagemapQuestionGUI ilObjQuestionPoolGUI: assNumericGUI, assTextSubsetGUI, assSingleChoiceGUI, ilPropertyFormGUI ilObjQuestionPoolGUI: assTextQuestionGUI, ilObjectMetaDataGUI, ilPermissionGUI, ilObjectCopyGUI ilObjQuestionPoolGUI: ilQuestionPoolExportGUI, ilInfoScreenGUI, ilTaxonomySettingsGUI, ilCommonActionDispatcherGUI ilObjQuestionPoolGUI: ilAssQuestionHintsGUI, ilAssQuestionFeedbackEditingGUI, ilLocalUnitConfigurationGUI ilObjQuestionPoolGUI: ilObjQuestionPoolSettingsGeneralGUI, assFormulaQuestionGUI ilObjQuestionPoolGUI: ilAssQuestionPreviewGUI ilObjQuestionPoolGUI: assKprimChoiceGUI, assLongMenuGUI ilObjQuestionPoolGUI: ilQuestionPoolSkillAdministrationGUI
Definition at line 54 of file class.ilObjQuestionPoolGUI.php.
|
static |
Definition at line 1850 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\$ctrl, $DIC, $ilErr, ilObjectGUI\$lng, ilObjectGUI\_gotoRepositoryNode(), ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilCtrl\redirectByClass(), ROOT_FOLDER_ID, ilCtrl\setParameterByClass(), and ilLanguage\txt().
Referenced by ILIAS\StaticURL\Handler\LegacyGotoHandler\handle().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::addLocatorItems | ( | ) |
Definition at line 1510 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\$locator, assQuestionGUI\_getQuestionGUI(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
private |
Definition at line 1808 of file class.ilObjQuestionPoolGUI.php.
References ilTabsGUI\addSubTab(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilObjQuestionPoolSettingsGeneralGUI\TAB_COMMON_SETTINGS.
Referenced by getTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::afterSave | ( | ilObject | $new_object | ) |
Definition at line 1105 of file class.ilObjQuestionPoolGUI.php.
References ilObject\getRefId(), ILIAS\Repository\lng(), and ilUtil\redirect().
Here is the call graph for this function:
|
private |
Definition at line 1329 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\$data, assQuestion\ADDITIONAL_CONTENT_EDITING_MODE_IPE, assQuestion\ADDITIONAL_CONTENT_EDITING_MODE_RTE, ILIAS\Repository\ctrl(), ilObjAssessmentFolder\isAdditionalQuestionContentEditingModePageObjectEnabled(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilRadioOption\setInfo(), ilFormPropertyGUI\setInfo(), and ilSelectInputGUI\setOptions().
Referenced by createQuestionFormObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::cancelDeleteQuestionsObject | ( | ) |
Definition at line 1195 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjQuestionPoolGUI::cancelImportObject | ( | ) |
Definition at line 1007 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjQuestionPoolGUI::confirmDeleteQuestions | ( | array | $ids | ) |
Definition at line 1125 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\$rbac_system, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by getQueryParamInt().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::confirmDeleteQuestionsObject | ( | ) |
delete questions after confirmation
Definition at line 1181 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\LTI\ToolProvider\$key, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjQuestionPoolGUI::copyQuestions | ( | array | $ids | ) |
Definition at line 1427 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\$id, and ILIAS\Repository\lng().
Referenced by getQueryParamInt().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::createExportExcel | ( | ) |
Definition at line 1451 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\$rbac_system, and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
Definition at line 900 of file class.ilObjQuestionPoolGUI.php.
References ilFileUtils\getDataDir(), and ilFileUtils\makeDir().
Referenced by uploadQplObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1312 of file class.ilObjQuestionPoolGUI.php.
References $help, buildCreateQuestionForm(), ILIAS\Repository\ctrl(), ilObjAssessmentFolder\isAdditionalQuestionContentEditingModePageObjectEnabled(), and ilHelpGUI\setScreenId().
Here is the call graph for this function:| ilObjQuestionPoolGUI::createQuestionForTestObject | ( | ) |
Definition at line 1078 of file class.ilObjQuestionPoolGUI.php.
References assQuestionGUI\_getQuestionGUI(), assQuestion\ADDITIONAL_CONTENT_EDITING_MODE_RTE, ILIAS\Repository\ctrl(), ilObjAssessmentFolder\isAdditionalQuestionContentEditingModePageObjectEnabled(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjQuestionPoolGUI::createQuestionObject | ( | ) |
Definition at line 1062 of file class.ilObjQuestionPoolGUI.php.
References assQuestionGUI\_getQuestionGUI(), assQuestion\ADDITIONAL_CONTENT_EDITING_MODE_RTE, ILIAS\Repository\ctrl(), ilObjAssessmentFolder\isAdditionalQuestionContentEditingModePageObjectEnabled(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjQuestionPoolGUI::deleteQuestionsObject | ( | ) |
delete questions confirmation screen
Definition at line 1148 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\$rbac_system, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjQuestionPoolGUI::download_paragraphObject | ( | ) |
download source code paragraph
Definition at line 681 of file class.ilObjQuestionPoolGUI.php.
References exit, and ilPageObject\sendParagraph().
Here is the call graph for this function:| ilObjQuestionPoolGUI::downloadFileObject | ( | ) |
| ilObjQuestionPoolGUI::editQuestionForTestObject | ( | ) |
Definition at line 1462 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Gateway for exports initiated from workspace, as there is a generic forward to {objTypeMainGUI}::export()
Definition at line 656 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjQuestionPoolGUI::exportQuestions | ( | array | $ids | ) |
Definition at line 1200 of file class.ilObjQuestionPoolGUI.php.
References $filename, ilFileDelivery\deliverFileLegacy(), exit, and ILIAS\Repository\lng().
Referenced by getQueryParamInt().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 1301 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\object().
Referenced by getQueryParamInt().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::fullscreenObject | ( | ) |
show fullscreen view
Definition at line 672 of file class.ilObjQuestionPoolGUI.php.
References ilPageObjectGUI\showMediaFullscreen().
Here is the call graph for this function:
|
protected |
Definition at line 1046 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilFormPropertyGUI\setRequired().
Referenced by importQuestionsObject(), and uploadObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 142 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\$access, $component_repository, ilObjectGUI\$ctrl, $db, ilObjectGUI\$error, $help, $ilDB, $ilErr, ilObjectGUI\$ilias, ilObjectGUI\$lng, $navigation_history, $object, ilObjectGUI\$ref_id, ilObjectGUI\$tabs_gui, ilObjectGUI\$tpl, $url, ilObjectGUI\$user, assQuestionGUI\_getGUIClassNameForId(), assQuestionGUI\_getQuestionGUI(), ILIAS\Repository\access(), ilCommonActionDispatcherGUI\buildAjaxHash(), ilAssQuestionFeedbackEditingGUI\CMD_SHOW, ilAssQuestionPreviewGUI\CMD_SHOW, ilAssQuestionHintsGUI\CMD_SHOW_LIST, ilAssQuestionPreviewGUI\CMD_STATISTICS, confirmDeleteQuestions(), copyQuestions(), ILIAS\Repository\ctrl(), assQuestionGUI\EDIT_CONTEXT_AUTHORING, ilObjectGUI\executeCommand(), exit, exportQuestions(), fetchAuthoringQuestionIdParamater(), ilObjStyleSheet\getContentStylePath(), ilObjectGUI\getCreationMode(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), ilNoteGUI\getListCommentsJSCall(), getQueryParamString(), ilUtil\getStyleSheetLocation(), ilObjStyleSheet\getSyntaxStylePath(), ILIAS\FileDelivery\http(), infoScreenForward(), ILIAS\Repository\lng(), moveQuestions(), ILIAS\Repository\object(), ilObjectGUI\prepareOutput(), ILIAS\raiseError(), redirectAfterMissingWrite(), ILIAS\Repository\refinery(), assQuestionGUI\RENDER_PURPOSE_PREVIEW, ilGlobalTemplateInterface\setContent(), ilPageObjectGUI\setEditPreview(), ilHelpGUI\setScreenIdComponent(), and ilCommonActionDispatcherGUI\TYPE_REPOSITORY.
Here is the call graph for this function:
|
protected |
Definition at line 130 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\refinery().
Referenced by getQueryParamInt(), and getTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Filters should be part of the Table; for now, since they are not fully integrated, they are rendered and applied seperately
Definition at line 1887 of file class.ilObjQuestionPoolGUI.php.
References Vendor\Package\$f, ilObjectGUI\$notes_service, $r, ilObjectGUI\$ui_factory, ilObjectGUI\$ui_renderer, ILIAS\Repository\ctrl(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ILIAS\Repository\refinery().
Referenced by questionsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::getTabs | ( | ) |
adds tabs to tab gui object
| object | $tabs_gui | ilTabsGUI object |
Definition at line 1608 of file class.ilObjQuestionPoolGUI.php.
References $help, ILIAS\LTI\ToolProvider\$key, ILIAS\Repository\access(), addSettingsSubTabs(), ilAssQuestionSkillAssignmentsGUI\CMD_SHOW_SKILL_QUEST_ASSIGNS, ILIAS\Repository\ctrl(), getQueryParamString(), isSkillsTabRequired(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
form for new questionpool object import
Definition at line 1488 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\checkPermissionBool(), ILIAS\Repository\ctrl(), initImportForm(), ILIAS\Repository\lng(), and uploadQplObject().
Here is the call graph for this function:| ilObjQuestionPoolGUI::importQuestionsObject | ( | ilPropertyFormGUI | $form = null | ) |
display the import form to import questions into the questionpool
Definition at line 1037 of file class.ilObjQuestionPoolGUI.php.
References getImportQuestionsForm().
Referenced by uploadObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::importVerifiedFileObject | ( | ) |
Definition at line 921 of file class.ilObjQuestionPoolGUI.php.
References $object, ilObjQuestionPool\_getImportDirectory(), ilObjectGUI\checkPermissionBool(), ILIAS\Repository\ctrl(), ilFileUtils\delDir(), ilSession\get(), ilImport\getMapping(), ilObject\getTitle(), ilQTIParser\IL_MO_PARSE_QTI, ilImport\importObject(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilUtil\redirect(), ilSession\set(), and ilQTIParser\startParsing().
Here is the call graph for this function:| ilObjQuestionPoolGUI::infoScreenForward | ( | ) |
Definition at line 1836 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by getQueryParamInt(), infoScreenObject(), and questionsObject().
Here is the call graph for this function:
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 1829 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\ctrl(), and infoScreenForward().
Here is the call graph for this function:
|
protected |
Definition at line 1467 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilFileInputGUI\setSuffixes().
Referenced by importFileObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1791 of file class.ilObjQuestionPoolGUI.php.
References ilObjQuestionPool\isSkillManagementGloballyActivated(), and ILIAS\Repository\object().
Referenced by getTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::moveQuestions | ( | array | $ids | ) |
Definition at line 1439 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\$id, and ILIAS\Repository\lng().
Referenced by getQueryParamInt().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjQuestionPoolGUI::pasteObject | ( | ) |
Definition at line 1413 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\ctrl(), ilSession\get(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjQuestionPoolGUI::printObject | ( | ) |
Definition at line 1378 of file class.ilObjQuestionPoolGUI.php.
References Vendor\Package\$d, ilObjectGUI\$data, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjQuestionPoolGUI::questionObject | ( | ) |
Definition at line 1116 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\$type.
| ilObjQuestionPoolGUI::questionsObject | ( | ) |
list questions of question pool
Definition at line 1230 of file class.ilObjQuestionPoolGUI.php.
References ilObjectGUI\$ref_id, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilSession\get(), getTable(), infoScreenForward(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilUtil\redirect(), ilSession\set(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
Definition at line 644 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by getQueryParamInt().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 1219 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\ctrl(), ilAssQuestionSkillAssignmentImportFails\deleteRegisteredImportFails(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjQuestionPoolGUI::setTitleAndDescription | ( | ) |
called by prepare output
Definition at line 1555 of file class.ilObjQuestionPoolGUI.php.
References ilObject\_getIcon(), assQuestionGUI\_getQuestionGUI(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjQuestionPoolGUI::updateObject | ( | ) |
Definition at line 1407 of file class.ilObjQuestionPoolGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjQuestionPoolGUI::uploadObject | ( | ) |
imports question(s) into the questionpool
Definition at line 1019 of file class.ilObjQuestionPoolGUI.php.
References getImportQuestionsForm(), importQuestionsObject(), and uploadQplObject().
Here is the call graph for this function:| ilObjQuestionPoolGUI::uploadQplObject | ( | $questions_only = false | ) |
imports question(s) into the questionpool
Definition at line 691 of file class.ilObjQuestionPoolGUI.php.
References $component_factory, $component_repository, Vendor\Package\$e, ilObjectGUI\$type, ilObjQuestionPool\_getImportDirectory(), ilObjTest\_setImportDirectory(), ilObjQuestionPool\_setImportDirectory(), CLOZE_TEST_IDENTIFIER, createImportDirectory(), ILIAS\Repository\ctrl(), ilFileUtils\delDir(), ilComponentFactory\getActivePluginsInSlot(), ilQTIParser\IL_MO_VERIFY_QTI, IMAGEMAP_QUESTION_IDENTIFIER, KPRIM_CHOICE_QUESTION_IDENTIFIER, ILIAS\Repository\lng(), LONG_MENU_QUESTION_IDENTIFIER, MATCHING_QUESTION_IDENTIFIER, ilFileUtils\moveUploadedFile(), MULTIPLE_CHOICE_QUESTION_IDENTIFIER, NUMERIC_QUESTION_IDENTIFIER, ORDERING_QUESTION_IDENTIFIER, ilSession\set(), SINGLE_CHOICE_QUESTION_IDENTIFIER, TEXT_QUESTION_IDENTIFIER, and TEXTSUBSET_QUESTION_IDENTIFIER.
Referenced by importFileObject(), and uploadObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 74 of file class.ilObjQuestionPoolGUI.php.
|
private |
Definition at line 59 of file class.ilObjQuestionPoolGUI.php.
|
protected |
Definition at line 68 of file class.ilObjQuestionPoolGUI.php.
Referenced by uploadQplObject().
|
protected |
Definition at line 69 of file class.ilObjQuestionPoolGUI.php.
Referenced by getQueryParamInt(), and uploadQplObject().
|
protected |
Definition at line 72 of file class.ilObjQuestionPoolGUI.php.
|
protected |
Definition at line 63 of file class.ilObjQuestionPoolGUI.php.
Referenced by getQueryParamInt().
|
protected |
Definition at line 67 of file class.ilObjQuestionPoolGUI.php.
|
protected |
Definition at line 66 of file class.ilObjQuestionPoolGUI.php.
Referenced by createQuestionFormObject(), getQueryParamInt(), and getTabs().
|
private |
Definition at line 56 of file class.ilObjQuestionPoolGUI.php.
|
private |
Definition at line 57 of file class.ilObjQuestionPoolGUI.php.
|
protected |
Definition at line 65 of file class.ilObjQuestionPoolGUI.php.
|
protected |
Definition at line 70 of file class.ilObjQuestionPoolGUI.php.
Referenced by getQueryParamInt().
| ilObject ilObjQuestionPoolGUI::$object |
Definition at line 61 of file class.ilObjQuestionPoolGUI.php.
Referenced by getQueryParamInt(), and importVerifiedFileObject().
|
protected |
Definition at line 62 of file class.ilObjQuestionPoolGUI.php.
|
private |
Definition at line 58 of file class.ilObjQuestionPoolGUI.php.
|
protected |
Definition at line 64 of file class.ilObjQuestionPoolGUI.php.
|
protected |
Definition at line 75 of file class.ilObjQuestionPoolGUI.php.
|
protected |
Definition at line 60 of file class.ilObjQuestionPoolGUI.php.
|
protected |
Definition at line 71 of file class.ilObjQuestionPoolGUI.php.
|
protected |
Definition at line 73 of file class.ilObjQuestionPoolGUI.php.