Public Member Functions | Data Fields

ilObjSurveyQuestionPoolGUI Class Reference

Inheritance diagram for ilObjSurveyQuestionPoolGUI:
Collaboration diagram for ilObjSurveyQuestionPoolGUI:

Public Member Functions

 ilObjSurveyQuestionPoolGUI ()
 Constructor public.
executeCommand ()
 execute command
 cancelObject ()
 cancel action and go back to previous page public
 saveObject ()
 save object public
 cancelAction ($question_id="")
 Cancels any action and displays the question browser.
 propertiesObject ()
 Questionpool properties.
 savePropertiesObject ()
 Save questionpool properties.
 copyObject ()
 Copies checked questions in the questionpool to a clipboard.
 duplicateObject ()
 Duplicates checked questions in the questionpool.
 exportQuestionsObject ()
 export a question
 deleteQuestionsObject ()
 Creates a confirmation form to delete questions from the question pool.
 confirmDeleteQuestionsObject ()
 delete questions
 cancelDeleteQuestionsObject ()
 cancel delete questions
 pasteObject ()
 Creates a confirmation form to paste copied questions in the question pool.
 confirmPasteQuestionsObject ()
 paste questions
 cancelPasteQuestionsObject ()
 cancel paste questions
 cancelDeletePhraseObject ()
 cancel delete phrases
 confirmDeletePhraseObject ()
 confirm delete phrases
 deletePhrasesForm ($checked_phrases)
 Creates a confirmation form to delete personal phases from the database.
 deletePhraseObject ()
 Creates a confirmation form to delete personal phases from the database.
 phrasesObject ()
 Displays a form to manage the user created phrases.
 importQuestionsObject ()
 display the import form to import questions into the questionpool
 uploadQuestionsObject ()
 imports question(s) into the questionpool
 filterObject ()
 resetObject ()
 questionsObject ()
 Displays the question browser public.
 updateObject ()
 updates object entry in object_data
 exportObject ()
 createExportFileObject ($questions=null)
 create export file
 downloadExportFileObject ()
 download export file
 confirmDeleteExportFileObject ()
 confirmation screen for export file deletion
 cancelDeleteExportFileObject ()
 cancel deletion of export files
 deleteExportFileObject ()
 delete export files
 importObject ()
 display dialogue for importing questionpools
 uploadSplObject ($redirect=true)
 imports question(s) into the questionpool
 createObject ()
 form for new content object creation
 importFileObject ()
 form for new survey object import
createQuestionObject ()
 create new question
editQuestionForSurveyObject ()
 edit question
createQuestionForSurveyObject ()
 create question from survey
previewObject ()
 create preview of object
 addLocatorItems ()
 should be overwritten to add object specific items (repository items are preloaded)
 getTabs (&$tabs_gui)
 adds tabs to tab gui object

Data Fields

 $defaultscript

Detailed Description

Definition at line 41 of file class.ilObjSurveyQuestionPoolGUI.php.


Member Function Documentation

ilObjSurveyQuestionPoolGUI::addLocatorItems (  ) 

should be overwritten to add object specific items (repository items are preloaded)

Reimplemented from ilObjectGUI.

Definition at line 1492 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, and SurveyQuestionGUI::_getQuestionGUI().

        {
                global $ilLocator;
                switch ($this->ctrl->getCmd())
                {
                        case "create":
                        case "importFile":
                        case "cancel":
                                break;
                        default:
                        $ilLocator->addItem($this->object->getTitle(), $this->ctrl->getLinkTarget($this, ""));
                                break;
                }
                if ($_GET["q_id"] > 0)
                {
                        include_once "./survey/classes/class.SurveyQuestionGUI.php";
                        $q_gui =& SurveyQuestionGUI::_getQuestionGUI("", $_GET["q_id"]);
                        $q_gui->object->setObjId($this->object->getId());
                        $ilLocator->addItem($q_gui->object->getTitle(), $this->ctrl->getLinkTargetByClass(get_class($q_gui), "editQuestion"));
                }
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::cancelAction ( question_id = ""  ) 

Cancels any action and displays the question browser.

Cancels any action and displays the question browser

Parameters:
string $question_id Sets the id of a newly created question for a calling survey public

Definition at line 179 of file class.ilObjSurveyQuestionPoolGUI.php.

        {
                $this->ctrl->redirect($this, "questions");
        }

ilObjSurveyQuestionPoolGUI::cancelDeleteExportFileObject (  ) 

cancel deletion of export files

Definition at line 1264 of file class.ilObjSurveyQuestionPoolGUI.php.

        {
                session_unregister("ilExportFiles");
                $this->ctrl->redirect($this, "export");
        }

ilObjSurveyQuestionPoolGUI::cancelDeletePhraseObject (  ) 

cancel delete phrases

Definition at line 494 of file class.ilObjSurveyQuestionPoolGUI.php.

        {
                $this->ctrl->redirect($this, "phrases");
        }

ilObjSurveyQuestionPoolGUI::cancelDeleteQuestionsObject (  ) 

cancel delete questions

Definition at line 399 of file class.ilObjSurveyQuestionPoolGUI.php.

        {
                // delete questions after confirmation
                $this->ctrl->redirect($this, "questions");
        }

ilObjSurveyQuestionPoolGUI::cancelObject (  ) 

cancel action and go back to previous page public

Definition at line 146 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, ilUtil::redirect(), and sendInfo().

        {
                sendInfo($this->lng->txt("msg_cancel"),true);
                ilUtil::redirect("repository.php?cmd=frameset&ref_id=".$_GET["ref_id"]);
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::cancelPasteQuestionsObject (  ) 

cancel paste questions

Definition at line 485 of file class.ilObjSurveyQuestionPoolGUI.php.

        {
                // delete questions after confirmation
                $this->ctrl->redirect($this, "questions");
        }

ilObjSurveyQuestionPoolGUI::confirmDeleteExportFileObject (  ) 

confirmation screen for export file deletion

Definition at line 1208 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, $_SESSION, $counter, $file, ilUtil::getImagePath(), sendInfo(), and ilUtil::switchColor().

        {
                if(!isset($_POST["file"]))
                {
                        sendInfo($this->lng->txt("no_checkbox"),true);
                        $this->ctrl->redirect($this, "export");
                }

                //$this->setTabs();

                // SAVE POST VALUES
                $_SESSION["ilExportFiles"] = $_POST["file"];

                $this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.confirm_deletion.html", true);

                sendInfo($this->lng->txt("info_delete_sure"));

                $this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this));

                // BEGIN TABLE HEADER
                $this->tpl->setCurrentBlock("table_header");
                $this->tpl->setVariable("TEXT",$this->lng->txt("objects"));
                $this->tpl->parseCurrentBlock();

                // BEGIN TABLE DATA
                $counter = 0;
                include_once "./classes/class.ilUtil.php";
                foreach($_POST["file"] as $file)
                {
                                $this->tpl->setCurrentBlock("table_row");
                                $this->tpl->setVariable("IMG_OBJ", ilUtil::getImagePath("icon_file.gif"));
                                $this->tpl->setVariable("TEXT_IMG_OBJ", $this->lng->txt("file_icon"));
                                $this->tpl->setVariable("CSS_ROW",ilUtil::switchColor(++$counter,"tblrow1","tblrow2"));
                                $this->tpl->setVariable("TEXT_CONTENT", $file);
                                $this->tpl->parseCurrentBlock();
                }

                // cancel/confirm button
                $this->tpl->setVariable("IMG_ARROW",ilUtil::getImagePath("arrow_downright.gif"));
                $buttons = array( 
                        "deleteExportFile"  => $this->lng->txt("confirm"),
                        "cancelDeleteExportFile"  => $this->lng->txt("cancel")
                        );
                foreach ($buttons as $name => $value)
                {
                        $this->tpl->setCurrentBlock("operation_btn");
                        $this->tpl->setVariable("BTN_NAME",$name);
                        $this->tpl->setVariable("BTN_VALUE",$value);
                        $this->tpl->parseCurrentBlock();
                }
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::confirmDeletePhraseObject (  ) 

confirm delete phrases

Definition at line 502 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, $key, and sendInfo().

        {
                $phrases = array();
                foreach ($_POST as $key => $value)
                {
                        if (preg_match("/phrase_(\d+)/", $key, $matches))
                        {
                                array_push($phrases, $matches[1]);
                        }
                }
                $this->object->deletePhrases($phrases);
                sendInfo($this->lng->txt("qpl_phrases_deleted"), true);
                $this->ctrl->redirect($this, "phrases");
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::confirmDeleteQuestionsObject (  ) 

delete questions

Definition at line 379 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, $key, and sendInfo().

        {
                // delete questions after confirmation
                sendInfo($this->lng->txt("qpl_questions_deleted"), true);
                $checked_questions = array();
                foreach ($_POST as $key => $value) {
                        if (preg_match("/id_(\d+)/", $key, $matches)) {
                                array_push($checked_questions, $matches[1]);
                        }
                }

                foreach ($checked_questions as $key => $value) {
                        $this->object->removeQuestion($value);
                }
                $this->ctrl->redirect($this, "questions");
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::confirmPasteQuestionsObject (  ) 

paste questions

Definition at line 465 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, $key, and sendInfo().

        {
                // paste questions after confirmation
                sendInfo($this->lng->txt("qpl_questions_pasted"), true);
                $checked_questions = array();
                foreach ($_POST as $key => $value) {
                        if (preg_match("/id_(\d+)/", $key, $matches)) {
                                array_push($checked_questions, $matches[1]);
                        }
                }
                foreach ($checked_questions as $key => $value) {
                        $this->object->paste($value);
                }
                
                $this->ctrl->redirect($this, "questions");
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::copyObject (  ) 

Copies checked questions in the questionpool to a clipboard.

Copies checked questions in the questionpool to a clipboard

public

Definition at line 225 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, $_SESSION, $key, questionsObject(), and sendInfo().

        {
    // create an array of all checked checkboxes
    $checked_questions = array();
    foreach ($_POST as $key => $value) 
                {
      if (preg_match("/cb_(\d+)/", $key, $matches)) 
                        {
        array_push($checked_questions, $matches[1]);
      }
    }
                
                // copy button was pressed
                if (count($checked_questions) > 0) 
                {
                        $_SESSION["spl_copied_questions"] = join($checked_questions, ",");
                } 
                else if (count($checked_questions) == 0) 
                {
                        sendInfo($this->lng->txt("qpl_copy_select_none"));
                        $_SESSION["spl_copied_questions"] = "";
                }
                $this->questionsObject();
        }       

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::createExportFileObject ( questions = null  ) 

create export file

Definition at line 1164 of file class.ilObjSurveyQuestionPoolGUI.php.

References $rbacsystem, and sendInfo().

Referenced by exportQuestionsObject().

        {
                global $rbacsystem;
                
                if ($rbacsystem->checkAccess("write", $this->ref_id))
                {
                        include_once("./survey/classes/class.ilSurveyQuestionpoolExport.php");
                        $survey_exp = new ilSurveyQuestionpoolExport($this->object);
                        $survey_exp->buildExportFile($questions);
                        $this->ctrl->redirect($this, "export");
                }
                else
                {
                        sendInfo("cannot_export_questionpool");
                }
        }

Here is the call graph for this function:

Here is the caller graph for this function:

ilObjSurveyQuestionPoolGUI::createObject (  ) 

form for new content object creation

Reimplemented from ilObjectGUI.

Definition at line 1371 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, $_POST, $_SESSION, ilObjectGUI::$data, $key, $rbacsystem, ilFrameTargetInfo::_getFrame(), ilUtil::getImagePath(), ilObjectGUI::getTemplateFile(), and ilUtil::prepareFormOutput().

Referenced by importFileObject().

        {
                global $rbacsystem;
                $new_type = $_POST["new_type"] ? $_POST["new_type"] : $_GET["new_type"];
                if (!$rbacsystem->checkAccess("create", $_GET["ref_id"], $new_type))
                {
                        $this->ilias->raiseError($this->lng->txt("permission_denied"),$this->ilias->error_obj->MESSAGE);
                }
                else
                {
                        $this->getTemplateFile("create", $new_type);

                        include_once("./survey/classes/class.ilObjSurvey.php");
                        
                        // fill in saved values in case of error
                        $data = array();
                        $data["fields"] = array();
                        include_once "./classes/class.ilUtil.php";
                        $data["fields"]["title"] = ilUtil::prepareFormOutput($_SESSION["error_post_vars"]["Fobject"]["title"],true);
                        $data["fields"]["desc"] = ilUtil::prepareFormOutput($_SESSION["error_post_vars"]["Fobject"]["desc"]);

                        foreach ($data["fields"] as $key => $val)
                        {
                                $this->tpl->setVariable("TXT_".strtoupper($key), $this->lng->txt($key));
                                $this->tpl->setVariable(strtoupper($key), $val);

                                if ($this->prepare_output)
                                {
                                        $this->tpl->parseCurrentBlock();
                                }
                        }

                        $this->ctrl->setParameter($this, "new_type", $this->type);
                        $this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this));
                        $this->tpl->setVariable("TXT_HEADER", $this->lng->txt($new_type."_new"));
                        $this->tpl->setVariable("TXT_CANCEL", $this->lng->txt("cancel"));
                        $this->tpl->setVariable("TXT_SUBMIT", $this->lng->txt($new_type."_add"));
                        $this->tpl->setVariable("CMD_SUBMIT", "save");
                        $this->tpl->setVariable("TARGET", ' target="'.
                                ilFrameTargetInfo::_getFrame("MainContent").'" ');
                        $this->tpl->setVariable("TXT_REQUIRED_FLD", $this->lng->txt("required_field"));

                        $this->tpl->setVariable("TXT_IMPORT_SPL", $this->lng->txt("import_spl"));
                        $this->tpl->setVariable("TXT_SPL_FILE", $this->lng->txt("spl_upload_file"));
                        $this->tpl->setVariable("TXT_IMPORT", $this->lng->txt("import"));

                        $this->tpl->setVariable("TYPE_IMG", ilUtil::getImagePath('icon_spl.gif'));
                        $this->tpl->setVariable("ALT_IMG",$this->lng->txt("obj_spl"));
                        $this->tpl->setVariable("TYPE_IMG2", ilUtil::getImagePath('icon_spl.gif'));
                        $this->tpl->setVariable("ALT_IMG2",$this->lng->txt("obj_spl"));
                }
        }

Here is the call graph for this function:

Here is the caller graph for this function:

& ilObjSurveyQuestionPoolGUI::createQuestionForSurveyObject (  ) 

create question from survey

Definition at line 1471 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, and SurveyQuestionGUI::_getQuestionGUI().

        {
                include_once "./survey/classes/class.SurveyQuestionGUI.php";
                $q_gui =& SurveyQuestionGUI::_getQuestionGUI($_GET["sel_question_types"]);
                $this->ctrl->setParameterByClass(get_class($q_gui), "sel_question_types", $q_gui->getQuestionType());
                $this->ctrl->redirectByClass(get_class($q_gui), "editQuestion");
        }

Here is the call graph for this function:

& ilObjSurveyQuestionPoolGUI::createQuestionObject (  ) 

create new question

Definition at line 1447 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, and SurveyQuestionGUI::_getQuestionGUI().

        {
                include_once "./survey/classes/class.SurveyQuestionGUI.php";
                $q_gui =& SurveyQuestionGUI::_getQuestionGUI($_POST["sel_question_types"]);
                $q_gui->object->setObjId($this->object->getId());
                $this->ctrl->setParameter($this, "sel_question_types", $_POST["sel_question_types"]);
                $this->ctrl->redirectByClass(get_class($q_gui), "editQuestion");
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::deleteExportFileObject (  ) 

delete export files

Definition at line 1274 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_SESSION, $file, and ilUtil::delDir().

        {
                $export_dir = $this->object->getExportDirectory();
                foreach($_SESSION["ilExportFiles"] as $file)
                {
                        $exp_file = $export_dir."/".$file;
                        $exp_dir = $export_dir."/".substr($file, 0, strlen($file) - 4);
                        if (@is_file($exp_file))
                        {
                                unlink($exp_file);
                        }
                        if (@is_dir($exp_dir))
                        {
                                include_once "./classes/class.ilUtil.php";
                                ilUtil::delDir($exp_dir);
                        }
                }
                $this->ctrl->redirect($this, "export");
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::deletePhraseObject (  ) 

Creates a confirmation form to delete personal phases from the database.

Creates a confirmation form to delete personal phases from the database

public

Definition at line 564 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, $key, deletePhrasesForm(), phrasesObject(), and sendInfo().

        {
                sendInfo();

                $checked_phrases = array();
                foreach ($_POST as $key => $value)
                {
                        if (preg_match("/phrase_(\d+)/", $key, $matches))
                        {
                                array_push($checked_phrases, $matches[1]);
                        }
                }
                if (count($checked_phrases))
                {
                        sendInfo($this->lng->txt("qpl_confirm_delete_phrases"));
                        $this->deletePhrasesForm($checked_phrases);
                        return;
                }
                else
                {
                        sendInfo($this->lng->txt("qpl_delete_phrase_select_none"));
                        $this->phrasesObject();
                        return;
                }
                
                $this->tpl->setCurrentBlock("obligatory");
                $this->tpl->setVariable("TEXT_OBLIGATORY", $this->lng->txt("obligatory"));
                $this->tpl->setVariable("CHECKED_OBLIGATORY", " checked=\"checked\"");
                $this->tpl->parseCurrentBlock();
                $this->tpl->setCurrentBlock("adm_content");
                $this->tpl->setVariable("DEFINE_QUESTIONBLOCK_HEADING", $this->lng->txt("define_questionblock"));
                $this->tpl->setVariable("TEXT_TITLE", $this->lng->txt("title"));
                $this->tpl->setVariable("TXT_REQUIRED_FLD", $this->lng->txt("required_field"));
                $this->tpl->setVariable("SAVE", $this->lng->txt("save"));
                $this->tpl->setVariable("CANCEL", $this->lng->txt("cancel"));
                $this->tpl->setVariable("FORM_ACTION", $this->ctrl->getFormAction($this));
                $this->tpl->parseCurrentBlock();
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::deletePhrasesForm ( checked_phrases  ) 

Creates a confirmation form to delete personal phases from the database.

Creates a confirmation form to delete personal phases from the database

Parameters:
array $checked_phrases An array with the id's of the phrases checked for deletion public

Definition at line 525 of file class.ilObjSurveyQuestionPoolGUI.php.

References $counter, $id, and sendInfo().

Referenced by deletePhraseObject().

        {
                sendInfo();
                include_once "./survey/classes/class.SurveyOrdinalQuestion.php";
                $ordinal = new SurveyOrdinalQuestion();
                $phrases =& $ordinal->getAvailablePhrases(1);
                $this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.il_svy_qpl_confirm_delete_phrases.html", true);
                $colors = array("tblrow1", "tblrow2");
                $counter = 0;
                foreach ($checked_phrases as $id)
                {
                        $this->tpl->setCurrentBlock("row");
                        $this->tpl->setVariable("COLOR_CLASS", $colors[$counter++ % 2]);
                        $this->tpl->setVariable("PHRASE_TITLE", $phrases[$id]["title"]);
                        $categories =& $ordinal->getCategoriesForPhrase($id);
                        $this->tpl->setVariable("PHRASE_CONTENT", join($categories, ", "));
                        $this->tpl->parseCurrentBlock();
                        $this->tpl->setCurrentBlock("hidden");
                        $this->tpl->setVariable("HIDDEN_NAME", "phrase_$id");
                        $this->tpl->setVariable("HIDDEN_VALUE", "1");
                        $this->tpl->parseCurrentBlock();
                }

                $this->tpl->setCurrentBlock("adm_content");
                $this->tpl->setVariable("TEXT_PHRASE_TITLE", $this->lng->txt("phrase"));
                $this->tpl->setVariable("TEXT_PHRASE_CONTENT", $this->lng->txt("categories"));
                $this->tpl->setVariable("BTN_CONFIRM", $this->lng->txt("confirm"));
                $this->tpl->setVariable("BTN_CANCEL", $this->lng->txt("cancel"));
                $this->tpl->setVariable("FORM_ACTION", $this->ctrl->getFormAction($this));
                $this->tpl->parseCurrentBlock();
        }

Here is the call graph for this function:

Here is the caller graph for this function:

ilObjSurveyQuestionPoolGUI::deleteQuestionsObject (  ) 

Creates a confirmation form to delete questions from the question pool.

Creates a confirmation form to delete questions from the question pool

public

Definition at line 309 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, $counter, ilObjectGUI::$data, $id, $key, $query, $rbacsystem, questionsObject(), and sendInfo().

        {
                global $rbacsystem;
                
                sendInfo();
    // create an array of all checked checkboxes
    $checked_questions = array();
    foreach ($_POST as $key => $value) {
      if (preg_match("/cb_(\d+)/", $key, $matches)) {
        array_push($checked_questions, $matches[1]);
      }
    }
                
                if (count($checked_questions) > 0) {
                        if ($rbacsystem->checkAccess('write', $this->ref_id)) {
                                sendInfo($this->lng->txt("qpl_confirm_delete_questions"));
                        } else {
                                sendInfo($this->lng->txt("qpl_delete_rbac_error"));
                                $this->questionsObject();
                                return;
                        }
                } elseif (count($checked_questions) == 0) {
                        sendInfo($this->lng->txt("qpl_delete_select_none"));
                        $this->questionsObject();
                        return;
                }
                $this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.il_svy_qpl_confirm_delete_questions.html", true);
                $whereclause = join($checked_questions, " OR survey_question.question_id = ");
                $whereclause = " AND (survey_question.question_id = " . $whereclause . ")";
                $query = "SELECT survey_question.*, survey_questiontype.type_tag FROM survey_question, survey_questiontype WHERE survey_question.questiontype_fi = survey_questiontype.questiontype_id$whereclause ORDER BY survey_question.title";
                $query_result = $this->ilias->db->query($query);
                $colors = array("tblrow1", "tblrow2");
                $counter = 0;
                if ($query_result->numRows() > 0)
                {
                        while ($data = $query_result->fetchRow(DB_FETCHMODE_OBJECT))
                        {
                                if (in_array($data->question_id, $checked_questions))
                                {
                                        $this->tpl->setCurrentBlock("row");
                                        $this->tpl->setVariable("COLOR_CLASS", $colors[$counter % 2]);
                                        $this->tpl->setVariable("TXT_TITLE", $data->title);
                                        $this->tpl->setVariable("TXT_DESCRIPTION", $data->description);
                                        $this->tpl->setVariable("TXT_TYPE", $this->lng->txt($data->type_tag));
                                        $this->tpl->parseCurrentBlock();
                                        $counter++;
                                }
                        }
                }
                foreach ($checked_questions as $id)
                {
                        $this->tpl->setCurrentBlock("hidden");
                        $this->tpl->setVariable("HIDDEN_NAME", "id_$id");
                        $this->tpl->setVariable("HIDDEN_VALUE", "1");
                        $this->tpl->parseCurrentBlock();
                }

                $this->tpl->setCurrentBlock("adm_content");
                $this->tpl->setVariable("TXT_TITLE", $this->lng->txt("title"));
                $this->tpl->setVariable("TXT_DESCRIPTION", $this->lng->txt("description"));
                $this->tpl->setVariable("TXT_TYPE", $this->lng->txt("question_type"));
                $this->tpl->setVariable("BTN_CONFIRM", $this->lng->txt("confirm"));
                $this->tpl->setVariable("BTN_CANCEL", $this->lng->txt("cancel"));
                $this->tpl->setVariable("FORM_ACTION", $this->ctrl->getFormAction($this));
                $this->tpl->parseCurrentBlock();
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::downloadExportFileObject (  ) 

download export file

Definition at line 1184 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, ilUtil::deliverFile(), and sendInfo().

        {
                if(!isset($_POST["file"]))
                {
                        sendInfo($this->lng->txt("no_checkbox"), true);
                        $this->ctrl->redirect($this, "export");
                }

                if (count($_POST["file"]) > 1)
                {
                        sendInfo($this->lng->txt("select_max_one_item"),true);
                        $this->ctrl->redirect($this, "export");
                }


                $export_dir = $this->object->getExportDirectory();
                include_once "./classes/class.ilUtil.php";
                ilUtil::deliverFile($export_dir."/".$_POST["file"][0],
                        $_POST["file"][0]);
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::duplicateObject (  ) 

Duplicates checked questions in the questionpool.

Duplicates checked questions in the questionpool

public

Definition at line 257 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, $key, questionsObject(), and sendInfo().

        {
    // create an array of all checked checkboxes
    $checked_questions = array();
    foreach ($_POST as $key => $value) {
      if (preg_match("/cb_(\d+)/", $key, $matches)) {
        array_push($checked_questions, $matches[1]);
      }
    }
                
                if (count($checked_questions) > 0) {
                        foreach ($checked_questions as $key => $value) {
                                $this->object->duplicateQuestion($value);
                        }
                } elseif (count($checked_questions) == 0) {
                        sendInfo($this->lng->txt("qpl_duplicate_select_none"));
                }
                $this->questionsObject();
        }

Here is the call graph for this function:

& ilObjSurveyQuestionPoolGUI::editQuestionForSurveyObject (  ) 

edit question

Definition at line 1459 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, and SurveyQuestionGUI::_getQuestionGUI().

        {
                include_once "./survey/classes/class.SurveyQuestionGUI.php";
                $q_gui =& SurveyQuestionGUI::_getQuestionGUI("", $_GET["q_id"]);
                $this->ctrl->setParameterByClass(get_class($q_gui), "sel_question_types", $q_gui->getQuestionType());
                $this->ctrl->setParameterByClass(get_class($q_gui), "q_id", $_GET["q_id"]);
                $this->ctrl->redirectByClass(get_class($q_gui), "editQuestion");
        }

Here is the call graph for this function:

& ilObjSurveyQuestionPoolGUI::executeCommand (  ) 

execute command

Reimplemented from ilObjectGUI.

Definition at line 68 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, $_POST, $cmd, SurveyQuestionGUI::_getQuestionGUI(), ilObjectGUI::getCreationMode(), and ilObjectGUI::prepareOutput().

        {
                $this->prepareOutput();
                $cmd = $this->ctrl->getCmd("questions");
                $next_class = $this->ctrl->getNextClass($this);
                $this->ctrl->setReturn($this, "questions");
                $q_type = ($_POST["sel_question_types"] != "")
                        ? $_POST["sel_question_types"]
                        : $_GET["sel_question_types"];
                switch($next_class)
                {
                        case 'ilmdeditorgui':
                                include_once "./Services/MetaData/classes/class.ilMDEditorGUI.php";
                                $md_gui =& new ilMDEditorGUI($this->object->getId(), 0, $this->object->getType());
                                $md_gui->addObserver($this->object,'MDUpdateListener','General');

                                $this->ctrl->forwardCommand($md_gui);
                                break;

                        case "surveynominalquestiongui":
                                $this->ctrl->setParameterByClass("surveynominalquestiongui", "sel_question_types", $q_type);
                                include_once "./survey/classes/class.SurveyQuestionGUI.php";
                                $q_gui =& SurveyQuestionGUI::_getQuestionGUI($q_type, $_GET["q_id"]);
                                $q_gui->object->setObjId($this->object->getId());
                                $q_gui->setQuestionTabs();
                                $ret =& $this->ctrl->forwardCommand($q_gui);
                                break;

                        case "surveyordinalquestiongui":
                                $this->ctrl->setParameterByClass("surveyordinalquestiongui", "sel_question_types", $q_type);
                                include_once "./survey/classes/class.SurveyQuestionGUI.php";
                                $q_gui =& SurveyQuestionGUI::_getQuestionGUI($q_type, $_GET["q_id"]);
                                $q_gui->object->setObjId($this->object->getId());
                                $q_gui->setQuestionTabs();
                                $ret =& $this->ctrl->forwardCommand($q_gui);
                                break;

                        case "surveymetricquestiongui":
                                $this->ctrl->setParameterByClass("surveymetricquestiongui", "sel_question_types", $q_type);
                                include_once "./survey/classes/class.SurveyQuestionGUI.php";
                                $q_gui =& SurveyQuestionGUI::_getQuestionGUI($q_type, $_GET["q_id"]);
                                $q_gui->object->setObjId($this->object->getId());
                                $q_gui->setQuestionTabs();
                                $ret =& $this->ctrl->forwardCommand($q_gui);
                                break;

                        case "surveytextquestiongui":
                                $this->ctrl->setParameterByClass("surveytextquestiongui", "sel_question_types", $q_type);
                                include_once "./survey/classes/class.SurveyQuestionGUI.php";
                                $q_gui =& SurveyQuestionGUI::_getQuestionGUI($q_type, $_GET["q_id"]);
                                $q_gui->object->setObjId($this->object->getId());
                                $q_gui->setQuestionTabs();
                                $ret =& $this->ctrl->forwardCommand($q_gui);
                                break;
                                
                        case 'ilpermissiongui':
                                include_once("./classes/class.ilPermissionGUI.php");
                                $perm_gui =& new ilPermissionGUI($this);
                                $ret =& $this->ctrl->forwardCommand($perm_gui);
                                break;

                        default:
                                $cmd.= "Object";
                                $ret =& $this->$cmd();
                                break;
                }
                if (strtolower($_GET["baseClass"]) != "iladministrationgui" &&
                        $this->getCreationMode() != true)
                {
                        $this->tpl->show();
                }
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::exportObject (  ) 

Definition at line 1054 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, $tbl, ilObjectGUI::$tree, ilUtil::getImagePath(), and ilUtil::switchColor().

        {
                global $tree;

                //$this->setTabs();

                //add template for view button
                $this->tpl->addBlockfile("BUTTONS", "buttons", "tpl.buttons.html");

                // create export file button
                $this->tpl->setCurrentBlock("btn_cell");
                $this->tpl->setVariable("BTN_LINK", $this->ctrl->getLinkTarget($this, "createExportFile"));
                $this->tpl->setVariable("BTN_TXT", $this->lng->txt("svy_create_export_file"));
                $this->tpl->parseCurrentBlock();

                $export_dir = $this->object->getExportDirectory();
                $export_files = $this->object->getExportFiles($export_dir);

                // create table
                include_once("./classes/class.ilTableGUI.php");
                $tbl = new ilTableGUI();

                // load files templates
                $this->tpl->addBlockfile("ADM_CONTENT", "adm_content", "tpl.table.html");

                // load template for table content data
                $this->tpl->addBlockfile("TBL_CONTENT", "tbl_content", "tpl.export_file_row.html", true);

                $num = 0;

                $this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this));

                $tbl->setTitle($this->lng->txt("svy_export_files"));

                $tbl->setHeaderNames(array("", $this->lng->txt("svy_file"),
                        $this->lng->txt("svy_size"), $this->lng->txt("date") ));

                $tbl->enabled["sort"] = false;
                $tbl->setColumnWidth(array("1%", "49%", "25%", "25%"));

                // control
                $tbl->setOrderColumn($_GET["sort_by"]);
                $tbl->setOrderDirection($_GET["sort_order"]);
                $tbl->setLimit($_GET["limit"]);
                $tbl->setOffset($_GET["offset"]);
                $tbl->setMaxCount($this->maxcount);             // ???
                $header_params = $this->ctrl->getParameterArray($this, "export");
                $tbl->setHeaderVars(array("", "file", "size", "date"), $header_params);

                // delete button
                include_once "./classes/class.ilUtil.php";

                // footer
                $tbl->setFooter("tblfooter",$this->lng->txt("previous"),$this->lng->txt("next"));
                //$tbl->disable("footer");

                $tbl->setMaxCount(count($export_files));
                $export_files = array_slice($export_files, $_GET["offset"], $_GET["limit"]);

                $tbl->render();
                if(count($export_files) > 0)
                {
                        $this->tpl->setVariable("COLUMN_COUNTS", 4);

                        $i=0;
                        foreach($export_files as $exp_file)
                        {
                                $this->tpl->setCurrentBlock("tbl_content");
                                $this->tpl->setVariable("TXT_FILENAME", $exp_file);

                                $css_row = ilUtil::switchColor($i++, "tblrow1", "tblrow2");
                                $this->tpl->setVariable("CSS_ROW", $css_row);

                                $this->tpl->setVariable("TXT_SIZE", filesize($export_dir."/".$exp_file));
                                $this->tpl->setVariable("CHECKBOX_ID", $exp_file);

                                $file_arr = explode("__", $exp_file);
                                $this->tpl->setVariable("TXT_DATE", date("Y-m-d H:i:s",$file_arr[0]));

                                $this->tpl->parseCurrentBlock();
                        }
                        $this->tpl->setCurrentBlock("selectall");
                        $this->tpl->setVariable("SELECT_ALL", $this->lng->txt("select_all"));
                        $this->tpl->setVariable("CSS_ROW", $css_row);
                        $this->tpl->parseCurrentBlock();
                        $this->tpl->setVariable("IMG_ARROW", ilUtil::getImagePath("arrow_downright.gif"));
                        $this->tpl->setCurrentBlock("tbl_action_btn");
                        $this->tpl->setVariable("BTN_NAME", "confirmDeleteExportFile");
                        $this->tpl->setVariable("BTN_VALUE", $this->lng->txt("delete"));
                        $this->tpl->parseCurrentBlock();
        
                        $this->tpl->setCurrentBlock("tbl_action_btn");
                        $this->tpl->setVariable("BTN_NAME", "downloadExportFile");
                        $this->tpl->setVariable("BTN_VALUE", $this->lng->txt("download"));
                        $this->tpl->parseCurrentBlock();
                } //if is_array
                else
                {
                        $this->tpl->setCurrentBlock("notfound");
                        $this->tpl->setVariable("TXT_OBJECT_NOT_FOUND", $this->lng->txt("obj_not_found"));
                        $this->tpl->setVariable("NUM_COLS", 3);
                        $this->tpl->parseCurrentBlock();
                }

                $this->tpl->parseCurrentBlock();
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::exportQuestionsObject (  ) 

export a question

Definition at line 280 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, $key, createExportFileObject(), questionsObject(), and sendInfo().

        {
                // create an array of all checked checkboxes
                $checked_questions = array();
                foreach ($_POST as $key => $value) {
                        if (preg_match("/cb_(\d+)/", $key, $matches)) {
                                array_push($checked_questions, $matches[1]);
                        }
                }
                
                // export button was pressed
                if (count($checked_questions) > 0)
                {
                        $this->createExportFileObject($checked_questions);
                }
                else
                {
                        sendInfo($this->lng->txt("qpl_export_select_none"));
                        $this->questionsObject();
                }
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::filterObject (  ) 

Definition at line 759 of file class.ilObjSurveyQuestionPoolGUI.php.

References questionsObject().

        {
                $this->questionsObject();
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::getTabs ( &$  tabs_gui  ) 

adds tabs to tab gui object

Parameters:
object $tabs_gui ilTabsGUI object

Reimplemented from ilObjectGUI.

Definition at line 1519 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET.

        {
                $next_class = $this->ctrl->getNextClass($this);
                switch ($next_class)
                {
                        case "":
                        case "ilpermissiongui":
                        case "ilmdeditorgui":
                                break;
                        default:
                                return;
                                break;
                }
                if (($_GET["calling_survey"] > 0) || ($_GET["new_for_survey"] > 0)) return;
                // properties
                $tabs_gui->addTarget("properties",
                         $this->ctrl->getLinkTarget($this,'properties'),
                         "properties", 
                         "", "");
                // questions
                $force_active = ($this->ctrl->getCmdClass() == "" ||
                        $this->ctrl->getCmd() == "")
                        ? true
                        : false;
                if (!$force_active)
                {
                        if (is_array($_GET["sort"]))
                        {
                                $force_active = true;
                        }
                }
                $tabs_gui->addTarget("survey_questions",
                         $this->ctrl->getLinkTarget($this,'questions'),
                         array("questions", "filter", "reset", "createQuestion", 
                         "importQuestions", "deleteQuestions", "duplicate", "copy", "paste", 
                         "exportQuestions", "confirmDeleteQuestions", "cancelDeleteQuestions",
                         "confirmPasteQuestions", "cancelPasteQuestions", "uploadQuestions",
                         "editQuestion", "addMaterial", "removeMaterial", "save", "cancel",
                         "cancelExplorer", "linkChilds", "addGIT", "addST", "addPG", "preview",
                         "moveCategory", "deleteCategory", "addPhrase", "addCategory", "savePhrase",
                         "addSelectedPhrase", "cancelViewPhrase", "confirmSavePhrase", "cancelSavePhrase",
                         "insertBeforeCategory", "insertAfterCategory", "confirmDeleteCategory",
                         "cancelDeleteCategory", "categories", "saveCategories", 
                         "savePhrase", "addPhrase"
                         ),
                         "", "", $force_active);

                // meta data
                $tabs_gui->addTarget("meta_data",
                         $this->ctrl->getLinkTargetByClass('ilmdeditorgui','listSection'),
                         "", "ilmdeditorgui");

                // manage phrases
                $tabs_gui->addTarget("manage_phrases",
                         $this->ctrl->getLinkTarget($this,'phrases'),
                         array("phrases", "deletePhrase", "confirmDeletePhrase", "cancelDeletePhrase"),
                         "", "");
                        
                // export
                $tabs_gui->addTarget("export",
                         $this->ctrl->getLinkTarget($this,'export'),
                         array("export", "createExportFile", "confirmDeleteExportFile", 
                         "downloadExportFile", "cancelDeleteExportFile", "deleteExportFile"),
                         "", "");

                // permissions
                $tabs_gui->addTarget("perm_settings",
                        $this->ctrl->getLinkTargetByClass(array(get_class($this),'ilpermissiongui'), "perm"), array("perm","info","owner"), 'ilpermissiongui');
        }

ilObjSurveyQuestionPoolGUI::ilObjSurveyQuestionPoolGUI (  ) 

Constructor public.

Definition at line 49 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, $ilCtrl, ilObjectGUI::$lng, $rbacsystem, and ilObjectGUI::ilObjectGUI().

        {
    global $lng, $ilCtrl, $rbacsystem;

                $this->type = "spl";
                $lng->loadLanguageModule("survey");
                $this->ctrl =& $ilCtrl;
                $this->ctrl->saveParameter($this, array("ref_id", "calling_survey", "new_for_survey"));

                $this->ilObjectGUI("",$_GET["ref_id"], true, false);
                if (!$rbacsystem->checkAccess("visible,read",$this->object->getRefId()))
                {
                        $this->ilias->raiseError($this->lng->txt("permission_denied"),$this->ilias->error_obj->MESSAGE);
                }
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::importFileObject (  ) 

form for new survey object import

Definition at line 1427 of file class.ilObjSurveyQuestionPoolGUI.php.

References ilObjectGUI::$ref_id, createObject(), ilUtil::redirect(), sendInfo(), and uploadSplObject().

        {
                if (strcmp($_FILES["xmldoc"]["tmp_name"], "") == 0)
                {
                        sendInfo($this->lng->txt("spl_select_file_for_import"));
                        $this->createObject();
                        return;
                }
                $this->ctrl->setParameter($this, "new_type", $this->type);
                $ref_id = $this->uploadSplObject(false);
                // always send a message
                sendInfo($this->lng->txt("object_imported"),true);

                ilUtil::redirect("ilias.php?ref_id=".$ref_id.
                        "&baseClass=ilObjSurveyQuestionPoolGUI");
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::importObject (  ) 

display dialogue for importing questionpools

public

Reimplemented from ilObjectGUI.

Definition at line 1299 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, $rbacsystem, and ilObjectGUI::getTemplateFile().

Referenced by uploadSplObject().

        {
                global $rbacsystem;
                if (!$rbacsystem->checkAccess("create", $_GET["ref_id"]))
                {
                        $this->ilias->raiseError($this->lng->txt("permission_denied"),$this->ilias->error_obj->MESSAGE);
                }
                $this->getTemplateFile("import", "spl");
                $this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this));
                $this->tpl->setVariable("BTN_NAME", "uploadSpl");
                $this->tpl->setVariable("TXT_UPLOAD", $this->lng->txt("upload"));
                $this->tpl->setVariable("TXT_IMPORT_SPL", $this->lng->txt("import_spl"));
                $this->tpl->setVariable("TXT_SELECT_MODE", $this->lng->txt("select_mode"));
                $this->tpl->setVariable("TXT_SELECT_FILE", $this->lng->txt("select_file"));
        }

Here is the call graph for this function:

Here is the caller graph for this function:

ilObjSurveyQuestionPoolGUI::importQuestionsObject (  ) 

display the import form to import questions into the questionpool

Definition at line 665 of file class.ilObjSurveyQuestionPoolGUI.php.

        {
                $this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.il_svy_import_question.html", true);
                $this->tpl->setCurrentBlock("adm_content");
                $this->tpl->setVariable("TEXT_IMPORT_QUESTION", $this->lng->txt("import_question"));
                $this->tpl->setVariable("TEXT_SELECT_FILE", $this->lng->txt("select_file"));
                $this->tpl->setVariable("TEXT_UPLOAD", $this->lng->txt("upload"));
                $this->tpl->setVariable("FORM_ACTION", $this->ctrl->getFormAction($this));
                $this->tpl->parseCurrentBlock();
        }

ilObjSurveyQuestionPoolGUI::pasteObject (  ) 

Creates a confirmation form to paste copied questions in the question pool.

Creates a confirmation form to paste copied questions in the question pool

public

Definition at line 412 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, $_SESSION, $counter, ilObjectGUI::$data, $key, and sendInfo().

        {
                sendInfo();

    // create an array of all checked checkboxes
    $checked_questions = array();
    foreach ($_POST as $key => $value) {
      if (preg_match("/cb_(\d+)/", $key, $matches)) {
        array_push($checked_questions, $matches[1]);
      }
    }
                
                // paste button was pressed
                if (strcmp($_SESSION["spl_copied_questions"], "") != 0)
                {
                        $copied_questions = split("/,/", $_SESSION["spl_copied_questions"]);
                        sendInfo($this->lng->txt("qpl_past_questions_confirmation"));
                }
                $this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.il_svy_qpl_confirm_paste_questions.html", true);
                $questions_info =& $this->object->getQuestionsInfo($copied_questions);
                $colors = array("tblrow1", "tblrow2");
                $counter = 0;
                foreach ($questions_info as $data)
                {
                        $this->tpl->setCurrentBlock("row");
                        $this->tpl->setVariable("COLOR_CLASS", $colors[$counter % 2]);
                        $this->tpl->setVariable("TXT_TITLE", $data->title);
                        $this->tpl->setVariable("TXT_DESCRIPTION", $data->description);
                        $this->tpl->setVariable("TXT_TYPE", $this->lng->txt($data->type_tag));
                        $this->tpl->parseCurrentBlock();
                        $counter++;
                }
                foreach ($questions_info as $data)
                {
                        $this->tpl->setCurrentBlock("hidden");
                        $this->tpl->setVariable("HIDDEN_NAME", "id_$data->question_id");
                        $this->tpl->setVariable("HIDDEN_VALUE", $data->question_id);
                        $this->tpl->parseCurrentBlock();
                }

                $this->tpl->setCurrentBlock("adm_content");
                $this->tpl->setVariable("TXT_TITLE", $this->lng->txt("title"));
                $this->tpl->setVariable("TXT_DESCRIPTION", $this->lng->txt("description"));
                $this->tpl->setVariable("TXT_TYPE", $this->lng->txt("question_type"));
                $this->tpl->setVariable("BTN_CONFIRM", $this->lng->txt("confirm"));
                $this->tpl->setVariable("BTN_CANCEL", $this->lng->txt("cancel"));
                $this->tpl->setVariable("FORM_ACTION", $this->ctrl->getFormAction($this));
                $this->tpl->parseCurrentBlock();
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::phrasesObject (  ) 

Displays a form to manage the user created phrases.

public

Definition at line 608 of file class.ilObjSurveyQuestionPoolGUI.php.

References $counter, $rbacsystem, ilUtil::getImagePath(), and sendInfo().

Referenced by deletePhraseObject().

        {
                global $rbacsystem;
                
                if ($rbacsystem->checkAccess("write", $this->object->getRefId()))
                {
                        $this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.il_svy_qpl_phrases.html", true);
                        include_once "./survey/classes/class.SurveyOrdinalQuestion.php";
                        $ordinal = new SurveyOrdinalQuestion();
                        $phrases =& $ordinal->getAvailablePhrases(1);
                        if (count($phrases))
                        {
                                include_once "./classes/class.ilUtil.php";
                                $colors = array("tblrow1", "tblrow2");
                                $counter = 0;
                                foreach ($phrases as $phrase_id => $phrase_array)
                                {
                                        $this->tpl->setCurrentBlock("phraserow");
                                        $this->tpl->setVariable("PHRASE_ID", $phrase_id);
                                        $this->tpl->setVariable("COLOR_CLASS", $colors[$counter++ % 2]);
                                        $this->tpl->setVariable("PHRASE_TITLE", $phrase_array["title"]);
                                        $categories =& $ordinal->getCategoriesForPhrase($phrase_id);
                                        $this->tpl->setVariable("PHRASE_CONTENT", join($categories, ", "));
                                        $this->tpl->parseCurrentBlock();
                                }
                                $counter++;
                                $this->tpl->setCurrentBlock("selectall");
                                $this->tpl->setVariable("SELECT_ALL", $this->lng->txt("select_all"));
                                $this->tpl->setVariable("COLOR_CLASS", $colors[$counter++ % 2]);
                                $this->tpl->parseCurrentBlock();
                                $this->tpl->setCurrentBlock("Footer");
                                $this->tpl->setVariable("ARROW", "<img src=\"" . ilUtil::getImagePath("arrow_downright.gif") . "\" alt=\"".$this->lng->txt("arrow_downright")."\">");
                                $this->tpl->setVariable("TEXT_DELETE", $this->lng->txt("delete"));
                                $this->tpl->parseCurrentBlock();
                        }
                        else
                        {
                                $this->tpl->setCurrentBlock("Emptytable");
                                $this->tpl->setVariable("TEXT_EMPTYTABLE", $this->lng->txt("no_user_phrases_defined"));
                                $this->tpl->parseCurrentBlock();
                        }
                        $this->tpl->setCurrentBlock("adm_content");
                        $this->tpl->setVariable("INTRODUCTION_MANAGE_PHRASES", $this->lng->txt("introduction_manage_phrases"));
                        $this->tpl->setVariable("TEXT_PHRASE_TITLE", $this->lng->txt("phrase"));
                        $this->tpl->setVariable("TEXT_PHRASE_CONTENT", $this->lng->txt("categories"));
                        $this->tpl->setVariable("FORM_ACTION", $this->ctrl->getFormAction($this));
                        $this->tpl->parseCurrentBlock();
                }
                else
                {
                        sendInfo($this->lng->txt("cannot_manage_phrases"));
                }
        }

Here is the call graph for this function:

Here is the caller graph for this function:

& ilObjSurveyQuestionPoolGUI::previewObject (  ) 

create preview of object

Definition at line 1482 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, and SurveyQuestionGUI::_getQuestionGUI().

        {
                include_once "./survey/classes/class.SurveyQuestionGUI.php";
                $q_gui =& SurveyQuestionGUI::_getQuestionGUI("", $_GET["preview"]);
                $_GET["q_id"] = $_GET["preview"];
                $this->ctrl->setParameterByClass(get_class($q_gui), "sel_question_types", $q_gui->getQuestionType());
                $this->ctrl->setParameterByClass(get_class($q_gui), "q_id", $_GET["preview"]);
                $this->ctrl->redirectByClass(get_class($q_gui), "preview");
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::propertiesObject (  ) 

Questionpool properties.

Definition at line 187 of file class.ilObjSurveyQuestionPoolGUI.php.

        {
                $this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.il_svy_qpl_properties.html", true);
                $this->tpl->setCurrentBlock("adm_content");
                $this->tpl->setVariable("FORM_ACTION", $this->ctrl->getFormAction($this));
                $this->tpl->setVariable("HEADING_GENERAL", $this->lng->txt("spl_general_properties"));
                $this->tpl->setVariable("PROPERTY_ONLINE", $this->lng->txt("spl_online_property"));
                $this->tpl->setVariable("PROPERTY_ONLINE_DESCRIPTION", $this->lng->txt("spl_online_property_description"));
                if ($this->object->getOnline() == 1)
                {
                        $this->tpl->setVariable("PROPERTY_ONLINE_CHECKED", " checked=\"checked\"");
                }
                $this->tpl->setVariable("TXT_REQUIRED_FLD", $this->lng->txt("required_field"));
                $this->tpl->setVariable("SAVE", $this->lng->txt("save"));
                $this->tpl->parseCurrentBlock();
        }

ilObjSurveyQuestionPoolGUI::questionsObject (  ) 

Displays the question browser public.

Definition at line 773 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, $_POST, $_SESSION, $counter, ilObjectGUI::$data, $key, $query, $rbacsystem, $table, SurveyQuestion::_getQuestionType(), ilFormat::formatDate(), ilFormat::ftimestamp2dateDB(), and ilUtil::getImagePath().

Referenced by copyObject(), deleteQuestionsObject(), duplicateObject(), exportQuestionsObject(), filterObject(), and resetObject().

  {
    global $rbacsystem;
                global $ilUser;

                $lastquestiontype = $ilUser->getPref("svy_lastquestiontype");
                $filter_text = "";
                $filter_type = "";
                if (count($_POST))
                {
                        $filter_text = $_POST["filter_text"];
                        $filter_type = $_POST["sel_filter_type"];
                }
                else
                {
                        $filter_text = $_GET["filter_text"];
                        $filter_type = $_GET["sel_filter_type"];
                }
                
                if (strcmp($this->ctrl->getCmd(), "reset") == 0)
                {
                        $filter_text = "";
                        $filter_type = "";
                }
                else
                {
                        $this->ctrl->setParameter($this, "filter_text", $filter_text);
                        $this->ctrl->setParameter($this, "sel_filter_type", $filter_type);
                }

                $this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.il_svy_qpl_questions.html", true);
          if ($rbacsystem->checkAccess('write', $this->ref_id)) {
          $this->tpl->addBlockFile("CREATE_QUESTION", "create_question", "tpl.il_svy_qpl_create_new_question.html", true);
            $this->tpl->addBlockFile("A_BUTTONS", "a_buttons", "tpl.il_svy_qpl_action_buttons.html", true);
                }
    $this->tpl->addBlockFile("FILTER_QUESTION_MANAGER", "filter_questions", "tpl.il_svy_qpl_filter_questions.html", true);

    // create filter form
    $filter_fields = array(
      "title" => $this->lng->txt("title"),
      "description" => $this->lng->txt("description"),
      "author" => $this->lng->txt("author"),
    );
    $this->tpl->setCurrentBlock("filterrow");
    foreach ($filter_fields as $key => $value) 
                {
      $this->tpl->setVariable("VALUE_FILTER_TYPE", "$key");
      $this->tpl->setVariable("NAME_FILTER_TYPE", "$value");
      if (!$_POST["cmd"]["reset"]) 
                        {
        if (strcmp($filter_type, $key) == 0) 
                                {
          $this->tpl->setVariable("VALUE_FILTER_SELECTED", " selected=\"selected\"");
        }
      }
      $this->tpl->parseCurrentBlock();
    }

    $this->tpl->setCurrentBlock("filter_questions");
    $this->tpl->setVariable("FILTER_TEXT", $this->lng->txt("filter"));
    $this->tpl->setVariable("TEXT_FILTER_BY", $this->lng->txt("by"));
                if (strcmp($this->ctrl->getCmd(), "reset") != 0)
                {
                        $this->tpl->setVariable("VALUE_FILTER_TEXT", $filter_text);
                }
    $this->tpl->setVariable("VALUE_SUBMIT_FILTER", $this->lng->txt("set_filter"));
    $this->tpl->setVariable("VALUE_RESET_FILTER", $this->lng->txt("reset_filter"));
    $this->tpl->parseCurrentBlock();
    
                $startrow = 0;
                if ($_GET["prevrow"])
                {
                        $startrow = $_GET["prevrow"];
                }               
                if ($_GET["nextrow"])
                {
                        $startrow = $_GET["nextrow"];
                }
                if ($_GET["startrow"])
                {
                        $startrow = $_GET["startrow"];
                }
                if (!$_GET["sort"])
                {
                        // default sort order
                        $_GET["sort"] = array("title" => "ASC");
                }
                $table = $this->object->getQuestionsTable($_GET["sort"], $filter_text, $filter_type, $startrow);
    $colors = array("tblrow1", "tblrow2");
    $counter = 0;
                $last_questionblock_id = 0;
                $editable = $rbacsystem->checkAccess('write', $this->ref_id);
                foreach ($table["rows"] as $data)
                {
                        $this->tpl->setCurrentBlock("checkable");
                        $this->tpl->setVariable("QUESTION_ID", $data["question_id"]);
                        $this->tpl->parseCurrentBlock();
                        if ($data["complete"] == 0)
                        {
                                $this->tpl->setCurrentBlock("qpl_warning");
                                include_once "./classes/class.ilUtil.php";
                                $this->tpl->setVariable("IMAGE_WARNING", ilUtil::getImagePath("warning.gif"));
                                $this->tpl->setVariable("ALT_WARNING", $this->lng->txt("warning_question_not_complete"));
                                $this->tpl->setVariable("TITLE_WARNING", $this->lng->txt("warning_question_not_complete"));
                                $this->tpl->parseCurrentBlock();
                        }
                        include_once "./survey/classes/class.SurveyQuestion.php";
                        $classname = SurveyQuestion::_getQuestionType($data["question_id"]);
                        $classnamegui = $classname . "GUI";
                        $sel_question_types = $classname; 
                        $this->ctrl->setParameterByClass(strtolower($classnamegui), "q_id", $data["question_id"]);
                        $this->ctrl->setParameterByClass(strtolower($classnamegui), "sel_question_types", $sel_question_types);
                        if ($editable)
                        {
                                $this->tpl->setCurrentBlock("url_edit");
                                $this->tpl->setVariable("URL_EDIT", $this->ctrl->getLinkTargetByClass(strtolower($classnamegui), "editQuestion"));
                                $this->tpl->setVariable("TEXT_EDIT", $this->lng->txt("edit"));
                                $this->tpl->parseCurrentBlock();
                        }
                        $this->tpl->setCurrentBlock("QTab");
                        $this->tpl->setVariable("QUESTION_TITLE", "<strong>" . $data["title"] . "</strong>");
                        $this->tpl->setVariable("URL_PREVIEW", $this->ctrl->getLinkTargetByClass(strtolower($classnamegui), "preview"));
                        $this->tpl->setVariable("TEXT_PREVIEW", $this->lng->txt("preview"));
                        $this->tpl->setVariable("QUESTION_DESCRIPTION", $data["description"]);
                        $this->tpl->setVariable("QUESTION_TYPE", $this->lng->txt($data["type_tag"]));
                        $this->tpl->setVariable("QUESTION_AUTHOR", $data["author"]);
                        include_once "./classes/class.ilFormat.php";
                        $this->tpl->setVariable("QUESTION_CREATED", ilFormat::formatDate(ilFormat::ftimestamp2dateDB($data["created"]), "date"));
                        $this->tpl->setVariable("QUESTION_UPDATED", ilFormat::formatDate(ilFormat::ftimestamp2dateDB($data["TIMESTAMP14"]), "date"));
                        $this->tpl->setVariable("QUESTION_ID", $data["question_id"]);
                        $this->tpl->setVariable("COLOR_CLASS", $colors[$counter % 2]);
                        $this->tpl->parseCurrentBlock();
                        $counter++;
    }

                if ($table["rowcount"] > count($table["rows"]))
                {
                        $nextstep = $table["nextrow"] + $table["step"];
                        if ($nextstep > $table["rowcount"])
                        {
                                $nextstep = $table["rowcount"];
                        }
                        $sort = "";
                        if (is_array($_GET["sort"]))
                        {
                                $key = key($_GET["sort"]);
                                $sort = "&sort[$key]=" . $_GET["sort"]["$key"];
                        }
                        $counter = 1;
                        for ($i = 0; $i < $table["rowcount"]; $i += $table["step"])
                        {
                                $this->tpl->setCurrentBlock("pages");
                                if ($table["startrow"] == $i)
                                {
                                        $this->tpl->setVariable("PAGE_NUMBER", "<span class=\"inactivepage\">$counter</span>");
                                }
                                else
                                {
                                        $this->tpl->setVariable("PAGE_NUMBER", "<a href=\"" . $this->ctrl->getLinkTarget($this, "questions") . "$sort&nextrow=$i" . "\">$counter</a>");
                                }
                                $this->tpl->parseCurrentBlock();
                                $counter++;
                        }
                        $this->tpl->setCurrentBlock("navigation_bottom");
                        $this->tpl->setVariable("TEXT_ITEM", $this->lng->txt("item"));
                        $this->tpl->setVariable("TEXT_ITEM_START", $table["startrow"] + 1);
                        $end = $table["startrow"] + $table["step"];
                        if ($end > $table["rowcount"])
                        {
                                $end = $table["rowcount"];
                        }
                        $this->tpl->setVariable("TEXT_ITEM_END", $end);
                        $this->tpl->setVariable("TEXT_OF", strtolower($this->lng->txt("of")));
                        $this->tpl->setVariable("TEXT_ITEM_COUNT", $table["rowcount"]);
                        $this->tpl->setVariable("TEXT_PREVIOUS", $this->lng->txt("previous"));
                        $this->tpl->setVariable("TEXT_NEXT", $this->lng->txt("next"));
                        $this->tpl->setVariable("HREF_PREV_ROWS", $this->ctrl->getLinkTarget($this, "questions") . "$sort&prevrow=" . $table["prevrow"]);
                        $this->tpl->setVariable("HREF_NEXT_ROWS", $this->ctrl->getLinkTarget($this, "questions") . "$sort&nextrow=" . $table["nextrow"]);
                        $this->tpl->parseCurrentBlock();
                }

    // if there are no questions, display a message
    if ($counter == 0) 
                {
      $this->tpl->setCurrentBlock("Emptytable");
      $this->tpl->setVariable("TEXT_EMPTYTABLE", $this->lng->txt("no_questions_available"));
      $this->tpl->parseCurrentBlock();
    }
                else
                {
                        // create edit buttons & table footer
                        if ($rbacsystem->checkAccess('write', $this->ref_id)) 
                        {
                                        $this->tpl->setCurrentBlock("selectall");
                                        $this->tpl->setVariable("SELECT_ALL", $this->lng->txt("select_all"));
                                        $counter++;
                                        $this->tpl->setVariable("COLOR_CLASS", $colors[$counter % 2]);
                                        $this->tpl->parseCurrentBlock();
                                        $this->tpl->setCurrentBlock("standard");
                                        $this->tpl->setVariable("DELETE", $this->lng->txt("delete"));
                                        $this->tpl->setVariable("DUPLICATE", $this->lng->txt("duplicate"));
                                        $this->tpl->setVariable("COPY", $this->lng->txt("copy"));
                                        $this->tpl->setVariable("EXPORT", $this->lng->txt("export"));
                                        $this->tpl->setVariable("PASTE", $this->lng->txt("paste"));
                                        if (strcmp($_SESSION["spl_copied_questions"], "") == 0)
                                        {
                                                $this->tpl->setVariable("PASTE_DISABLED", " disabled=\"disabled\"");
                                        }
                                        $this->tpl->setVariable("QUESTIONBLOCK", $this->lng->txt("define_questionblock"));
                                        $this->tpl->setVariable("UNFOLD", $this->lng->txt("unfold"));
                                        $this->tpl->parseCurrentBlock();
                                        $this->tpl->setCurrentBlock("Footer");
                                        include_once "./classes/class.ilUtil.php";
                                        $this->tpl->setVariable("ARROW", "<img src=\"" . ilUtil::getImagePath("arrow_downright.gif") . "\" alt=\"".$this->lng->txt("arrow_downright")."\">");
                                        $this->tpl->parseCurrentBlock();
                        }    
                }
    
          if ($rbacsystem->checkAccess('write', $this->ref_id)) 
                {
                        // "create question" form
                        $this->tpl->setCurrentBlock("QTypes");
                        $query = "SELECT * FROM survey_questiontype ORDER BY questiontype_id";
                        $query_result = $this->ilias->db->query($query);
                        while ($data = $query_result->fetchRow(DB_FETCHMODE_OBJECT))
                        {
                                if ($lastquestiontype == $data->questiontype_id)
                                {
                                        $this->tpl->setVariable("QUESTION_TYPE_SELECTED", " selected=\"selected\"");
                                }
                                $this->tpl->setVariable("QUESTION_TYPE_ID", $data->type_tag);
                                $this->tpl->setVariable("QUESTION_TYPE", $this->lng->txt($data->type_tag));
                                $this->tpl->parseCurrentBlock();
                        }
                        $this->tpl->setCurrentBlock("CreateQuestion");
                        $this->tpl->setVariable("QUESTION_ADD", $this->lng->txt("create"));
                        $this->tpl->setVariable("QUESTION_IMPORT", $this->lng->txt("import"));
                        $this->tpl->setVariable("ACTION_QUESTION_ADD", $this->ctrl->getFormAction($this));
                        $this->tpl->parseCurrentBlock();
                }
    // define the sort column parameters
    $sortcolumns = array(
      "title" => $_GET["sort"]["title"],
      "description" => $_GET["sort"]["description"],
      "type" => $_GET["sort"]["type"],
      "author" => $_GET["sort"]["author"],
      "created" => $_GET["sort"]["created"],
      "updated" => $_GET["sort"]["updated"]
    );
    foreach ($sortcolumns as $key => $value) {
      if (strcmp($value, "ASC") == 0) {
        $sortcolumns[$key] = "DESC";
      } else {
        $sortcolumns[$key] = "ASC";
      }
    }
    
    $this->tpl->setCurrentBlock("adm_content");
    // create table header
                $this->ctrl->setParameterByClass(get_class($this), "startrow", $table["startrow"]);
    $this->tpl->setVariable("QUESTION_TITLE", "<a href=\"" . $this->ctrl->getLinkTarget($this, "questions") . "&sort[title]=" . $sortcolumns["title"] . "\">" . $this->lng->txt("title") . "</a>" . $table["images"]["title"]);
    $this->tpl->setVariable("QUESTION_DESCRIPTION", "<a href=\"" . $this->ctrl->getLinkTarget($this, "questions") . "&sort[description]=" . $sortcolumns["description"] . "\">" . $this->lng->txt("description") . "</a>". $table["images"]["description"]);
    $this->tpl->setVariable("QUESTION_TYPE", "<a href=\"" . $this->ctrl->getLinkTarget($this, "questions") . "&sort[type]=" . $sortcolumns["type"] . "\">" . $this->lng->txt("question_type") . "</a>" . $table["images"]["type"]);
    $this->tpl->setVariable("QUESTION_AUTHOR", "<a href=\"" . $this->ctrl->getLinkTarget($this, "questions") . "&sort[author]=" . $sortcolumns["author"] . "\">" . $this->lng->txt("author") . "</a>" . $table["images"]["author"]);
    $this->tpl->setVariable("QUESTION_CREATED", "<a href=\"" . $this->ctrl->getLinkTarget($this, "questions") . "&sort[created]=" . $sortcolumns["created"] . "\">" . $this->lng->txt("create_date") . "</a>" . $table["images"]["created"]);
    $this->tpl->setVariable("QUESTION_UPDATED", "<a href=\"" . $this->ctrl->getLinkTarget($this, "questions") . "&sort[updated]=" . $sortcolumns["updated"] . "\">" . $this->lng->txt("last_update") . "</a>" . $table["images"]["updated"]);
    $this->tpl->setVariable("BUTTON_CANCEL", $this->lng->txt("cancel"));
    $this->tpl->setVariable("ACTION_QUESTION_FORM", $this->ctrl->getFormAction($this) . $sort);
    $this->tpl->parseCurrentBlock();
                unset($_SESSION["calling_survey"]);
  }

Here is the call graph for this function:

Here is the caller graph for this function:

ilObjSurveyQuestionPoolGUI::resetObject (  ) 

Definition at line 764 of file class.ilObjSurveyQuestionPoolGUI.php.

References questionsObject().

        {
                $this->questionsObject();
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::saveObject (  ) 

save object public

Reimplemented from ilObjectGUI.

Definition at line 157 of file class.ilObjSurveyQuestionPoolGUI.php.

References $rbacadmin, ilUtil::redirect(), and sendInfo().

        {
                global $rbacadmin;

                // create and insert forum in objecttree
                $newObj = parent::saveObject();

                // always send a message
                sendInfo($this->lng->txt("object_added"),true);

                ilUtil::redirect("ilias.php?ref_id=".$newObj->getRefId().
                        "&baseClass=ilObjSurveyQuestionPoolGUI");
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::savePropertiesObject (  ) 

Save questionpool properties.

Definition at line 207 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_POST, and sendInfo().

        {
                $qpl_online = $_POST["online"];
                if (strlen($qpl_online) == 0) $qpl_online = "0";
                $this->object->setOnline($qpl_online);
                $this->object->saveToDb();
                sendInfo($this->lng->txt("saved_successfully"), true);
                $this->ctrl->redirect($this, "properties");
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::updateObject (  ) 

updates object entry in object_data

public

Reimplemented from ilObjectGUI.

Definition at line 1046 of file class.ilObjSurveyQuestionPoolGUI.php.

References sendInfo().

                                {
                $this->update = $this->object->update();
                sendInfo($this->lng->txt("msg_obj_modified"), true);
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::uploadQuestionsObject (  ) 

imports question(s) into the questionpool

Definition at line 679 of file class.ilObjSurveyQuestionPoolGUI.php.

References ilUtil::moveUploadedFile().

        {
                // check if file was uploaded
                $source = $_FILES["qtidoc"]["tmp_name"];
                $error = 0;
                if (($source == 'none') || (!$source) || $_FILES["qtidoc"]["error"] > UPLOAD_ERR_OK)
                {
//                      $this->ilias->raiseError("No file selected!",$this->ilias->error_obj->MESSAGE);
                        $error = 1;
                }
                // check correct file type
                if (strpos("xml", $_FILES["qtidoc"]["type"]) !== FALSE)
                {
//                      $this->ilias->raiseError("Wrong file type!",$this->ilias->error_obj->MESSAGE);
                        $error = 1;
                }
                if (!$error)
                {
                        // import file into questionpool
                        // create import directory
                        $this->object->createImportDirectory();

                        // copy uploaded file to import directory
                        $full_path = $this->object->getImportDirectory()."/".$_FILES["qtidoc"]["name"];

                        include_once "./classes/class.ilUtil.php";
                        ilUtil::moveUploadedFile($_FILES["qtidoc"]["tmp_name"], 
                                $_FILES["qtidoc"]["name"], $full_path);
                        //move_uploaded_file($_FILES["qtidoc"]["tmp_name"], $full_path);
                        $source = $full_path;

                        $fh = fopen($source, "r") or die("");
                        $xml = fread($fh, filesize($source));
                        fclose($fh) or die("");
                        unlink($source);
                        if (preg_match_all("/(<item[^>]*>.*?<\/item>)/si", $xml, $matches))
                        {
                                foreach ($matches[1] as $index => $item)
                                {
                                        $question = "";
                                        if (preg_match("/<qticomment>Questiontype\=(.*?)<\/qticomment>/is", $item, $questiontype))
                                        {
                                                include_once "./survey/classes/class.SurveyNominalQuestion.php";
                                                include_once "./survey/classes/class.SurveyOrdinalQuestion.php";
                                                include_once "./survey/classes/class.SurveyMetricQuestion.php";
                                                include_once "./survey/classes/class.SurveyTextQuestion.php";
                                                switch ($questiontype[1])
                                                {
                                                        case NOMINAL_QUESTION_IDENTIFIER:
                                                                $question = new SurveyNominalQuestion();
                                                                break;
                                                        case ORDINAL_QUESTION_IDENTIFIER:
                                                                $question = new SurveyOrdinalQuestion();
                                                                break;
                                                        case METRIC_QUESTION_IDENTIFIER:
                                                                $question = new SurveyMetricQuestion();
                                                                break;
                                                        case TEXT_QUESTION_IDENTIFIER:
                                                                $question = new SurveyTextQuestion();
                                                                break;
                                                }
                                                if ($question)
                                                {
                                                        $question->setObjId($this->object->getId());
                                                        if ($question->from_xml("<questestinterop>$item</questestinterop>"))
                                                        {
                                                                $question->saveToDb();
                                                        }
                                                        else
                                                        {
                                                                $this->ilias->raiseError($this->lng->txt("error_importing_question"), $this->ilias->error_obj->MESSAGE);
                                                        }
                                                }
                                        }
                                }
                        }
                }
                $this->ctrl->redirect($this, "questions");
        }

Here is the call graph for this function:

ilObjSurveyQuestionPoolGUI::uploadSplObject ( redirect = true  ) 

imports question(s) into the questionpool

Definition at line 1318 of file class.ilObjSurveyQuestionPoolGUI.php.

References $_GET, $file, $redirect, importObject(), ilUtil::moveUploadedFile(), and sendInfo().

Referenced by importFileObject().

        {
                if ($_FILES["xmldoc"]["error"] > UPLOAD_ERR_OK)
                {
                        sendInfo($this->lng->txt("spl_select_file_for_import"));
                        $this->importObject();
                        return;
                }
                include_once "./survey/classes/class.ilObjSurveyQuestionPool.php";
                // create new questionpool object
                $newObj = new ilObjSurveyQuestionPool();
                // set type of questionpool object
                $newObj->setType($_GET["new_type"]);
                // set title of questionpool object to "dummy"
                $newObj->setTitle("dummy");
                // set description of questionpool object to "dummy"
                //$newObj->setDescription("dummy");
                // create the questionpool class in the ILIAS database (object_data table)
                $newObj->create(true);
                // create a reference for the questionpool object in the ILIAS database (object_reference table)
                $newObj->createReference();
                // put the questionpool object in the administration tree
                $newObj->putInTree($_GET["ref_id"]);
                // get default permissions and set the permissions for the questionpool object
                $newObj->setPermissions($_GET["ref_id"]);
                // notify the questionpool object and all its parent objects that a "new" object was created
                $newObj->notify("new",$_GET["ref_id"],$_GET["parent_non_rbac_id"],$_GET["ref_id"],$newObj->getRefId());

                // create import directory
                $newObj->createImportDirectory();

                // copy uploaded file to import directory
                $file = pathinfo($_FILES["xmldoc"]["name"]);
                $full_path = $newObj->getImportDirectory()."/".$_FILES["xmldoc"]["name"];
                include_once "./classes/class.ilUtil.php";
                ilUtil::moveUploadedFile($_FILES["xmldoc"]["tmp_name"], 
                        $_FILES["xmldoc"]["name"], $full_path);
                //move_uploaded_file($_FILES["xmldoc"]["tmp_name"], $full_path);

                // import qti data
                $qtiresult = $newObj->importObject($full_path);

                if ($redirect)
                {
                        $this->ctrl->redirect($this, "cancel");
//                      ilUtil::redirect("adm_object.php?".$this->link_params);
                }
                return $newObj->getRefId();
        }

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

ilObjSurveyQuestionPoolGUI::$defaultscript

Definition at line 43 of file class.ilObjSurveyQuestionPoolGUI.php.


The documentation for this class was generated from the following file: