|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Basic class for all survey question types. More...
Inheritance diagram for SurveyQuestionGUI:
Collaboration diagram for SurveyQuestionGUI:Public Member Functions | |
| __construct ($a_id=-1) | |
| setQuestionTabs () | |
| & | executeCommand () |
| getQuestionType () | |
| Returns the question type string. More... | |
| setBackUrl ($a_url) | |
| setQuestionTabsForClass ($guiclass) | |
| getPrintView ($question_title=1, $show_questiontext=1) | |
| preview () | |
| Creates a preview of the question. More... | |
| getWorkingForm ($working_data="", $question_title=1, $show_questiontext=1, $error_message="", $survey_id=null) | |
| material ($checkonly=FALSE) | |
| Material tab of the survey questions. More... | |
| deleteMaterial () | |
| addMaterial () | |
| Add materials to a question. More... | |
| removeMaterial () | |
| cancelExplorer () | |
| addPG () | |
| addST () | |
| addGIT () | |
| linkChilds () | |
| savePhrase ($a_reload=false) | |
| Creates an output to save the current answers as a phrase. More... | |
| confirmSavePhrase () | |
| Save a new phrase to the database. More... | |
Static Public Member Functions | |
| static | _getQuestionGUI ($questiontype, $question_id=-1) |
| Creates a question gui representation. More... | |
| static | _getGUIClassNameForId ($a_q_id) |
| static | _getClassNameForQType ($q_type) |
Data Fields | |
| $object | |
Protected Member Functions | |
| initObject () | |
| outQuestionText ($template) | |
| initEditForm () | |
| addCommandButtons ($a_form) | |
| editQuestion (ilPropertyFormGUI $a_form=null) | |
| saveSync () | |
| saveReturn () | |
| saveForm () | |
| save ($a_return=false, $a_sync=false) | |
| copySyncForm () | |
| syncCopies () | |
| originalSyncForm () | |
| sync () | |
| cancelSync () | |
| redirectAfterSaving ($a_return=false) | |
| Redirect to calling survey or to edit form. More... | |
| cancel () | |
| validateEditForm (ilPropertyFormGUI $a_form) | |
| addFieldsToEditForm (ilPropertyFormGUI $a_form) | |
| importEditFormValues (ilPropertyFormGUI $a_form) | |
| getPrintViewQuestionTitle ($question_title=1) | |
| getMaterialOutput () | |
| Creates the HTML output of the question material(s) More... | |
| initPhrasesForm () | |
| addPhrase (ilPropertyFormGUI $a_form=null) | |
| Creates an output for the addition of phrases. More... | |
| addSelectedPhrase () | |
| renderStatisticsDetailsTable (array $a_head, array $a_rows, array $a_foot=null) | |
Protected Attributes | |
| $tpl | |
| $lng | |
| $ctrl | |
| $cumulated | |
| $parent_url | |
| $log | |
Basic class for all survey question types.
The SurveyQuestionGUI class defines and encapsulates basic methods and attributes for survey question types to be used for all parent classes.
Definition at line 34 of file class.SurveyQuestionGUI.php.
| SurveyQuestionGUI::__construct | ( | $a_id = -1 | ) |
Definition at line 49 of file class.SurveyQuestionGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, ilLoggerFactory\getLogger(), and initObject().
Here is the call graph for this function:
|
static |
Definition at line 119 of file class.SurveyQuestionGUI.php.
Referenced by _getGUIClassNameForId().
Here is the caller graph for this function:
|
static |
Definition at line 110 of file class.SurveyQuestionGUI.php.
References _getClassNameForQType().
Referenced by ilSurveyQuestionsTableGUI\fillRow().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Creates a question gui representation.
Creates a question gui representation and returns the alias to the question gui note: please do not use $this inside this method to allow static calls
| string | $question_type | The question type as it is used in the language database |
| integer | $question_id | The database ID of an existing question to load it into ASS_QuestionGUI |
Definition at line 97 of file class.SurveyQuestionGUI.php.
References SurveyQuestion\_includeClass().
Referenced by ilSurveyPageGUI\addQuestion(), ilObjSurveyQuestionPoolGUI\createQuestionObject(), ilSurveyEditorGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilSurveyEditorGUI\executeCreateQuestionObject(), ilObjSurvey\getQuestionGUI(), and ilObjSurveyQuestionPoolGUI\previewObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 285 of file class.SurveyQuestionGUI.php.
References ilObject\_lookupType().
Referenced by initEditForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
abstractprotected |
Reimplemented in SurveyMatrixQuestionGUI, SurveyMetricQuestionGUI, SurveyMultipleChoiceQuestionGUI, SurveySingleChoiceQuestionGUI, and SurveyTextQuestionGUI.
Referenced by initEditForm().
Here is the caller graph for this function:| SurveyQuestionGUI::addGIT | ( | ) |
Definition at line 810 of file class.SurveyQuestionGUI.php.
References $_GET, $_SESSION, and ilUtil\sendSuccess().
Here is the call graph for this function:| SurveyQuestionGUI::addMaterial | ( | ) |
Add materials to a question.
Definition at line 732 of file class.SurveyQuestionGUI.php.
References $_GET, $_POST, $_SESSION, ilPanelGUI\getInstance(), and material().
Here is the call graph for this function:| SurveyQuestionGUI::addPG | ( | ) |
Definition at line 792 of file class.SurveyQuestionGUI.php.
References $_GET, $_SESSION, and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Creates an output for the addition of phrases.
Definition at line 966 of file class.SurveyQuestionGUI.php.
References $result, initPhrasesForm(), and saveForm().
Referenced by addSelectedPhrase().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 986 of file class.SurveyQuestionGUI.php.
References $valid, addPhrase(), initPhrasesForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:| SurveyQuestionGUI::addST | ( | ) |
Definition at line 801 of file class.SurveyQuestionGUI.php.
References $_GET, $_SESSION, and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Definition at line 533 of file class.SurveyQuestionGUI.php.
References ilUtil\redirect().
Here is the call graph for this function:| SurveyQuestionGUI::cancelExplorer | ( | ) |
Definition at line 785 of file class.SurveyQuestionGUI.php.
References $_SESSION, and ilUtil\sendInfo().
Here is the call graph for this function:
|
protected |
Definition at line 490 of file class.SurveyQuestionGUI.php.
References redirectAfterSaving(), and ilUtil\sendInfo().
Here is the call graph for this function:| SurveyQuestionGUI::confirmSavePhrase | ( | ) |
Save a new phrase to the database.
@access public
Definition at line 1091 of file class.SurveyQuestionGUI.php.
References $_POST, $title, $valid, savePhrase(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Definition at line 397 of file class.SurveyQuestionGUI.php.
References $tbl.
Referenced by syncCopies().
Here is the caller graph for this function:| SurveyQuestionGUI::deleteMaterial | ( | ) |
Definition at line 715 of file class.SurveyQuestionGUI.php.
References $_POST, ilUtil\sendFailure(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Definition at line 300 of file class.SurveyQuestionGUI.php.
References initEditForm().
Referenced by removeMaterial(), save(), and saveForm().
Here is the call graph for this function:
Here is the caller graph for this function:| & SurveyQuestionGUI::executeCommand | ( | ) |
Definition at line 73 of file class.SurveyQuestionGUI.php.
|
protected |
Creates the HTML output of the question material(s)
Definition at line 617 of file class.SurveyQuestionGUI.php.
References $_GET, SurveyQuestion\_getInternalLinkHref(), and ilUtil\prepareFormOutput().
Referenced by SurveyMatrixQuestionGUI\getWorkingForm(), SurveyMetricQuestionGUI\getWorkingForm(), SurveyMultipleChoiceQuestionGUI\getWorkingForm(), SurveySingleChoiceQuestionGUI\getWorkingForm(), and SurveyTextQuestionGUI\getWorkingForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
abstract |
|
protected |
Definition at line 555 of file class.SurveyQuestionGUI.php.
References $title, and ilUtil\prepareFormOutput().
Referenced by SurveyMatrixQuestionGUI\getPrintView(), SurveyMetricQuestionGUI\getPrintView(), SurveyMultipleChoiceQuestionGUI\getPrintView(), SurveySingleChoiceQuestionGUI\getPrintView(), and SurveyTextQuestionGUI\getPrintView().
Here is the call graph for this function:
Here is the caller graph for this function:| SurveyQuestionGUI::getQuestionType | ( | ) |
Returns the question type string.
Definition at line 130 of file class.SurveyQuestionGUI.php.
Referenced by setQuestionTabsForClass().
Here is the caller graph for this function:
|
abstract |
Reimplemented in SurveyMatrixQuestionGUI, SurveyMetricQuestionGUI, SurveyMultipleChoiceQuestionGUI, SurveySingleChoiceQuestionGUI, and SurveyTextQuestionGUI.
Referenced by preview().
Here is the caller graph for this function:
|
abstractprotected |
Reimplemented in SurveyMatrixQuestionGUI, SurveyMetricQuestionGUI, SurveyMultipleChoiceQuestionGUI, SurveySingleChoiceQuestionGUI, and SurveyTextQuestionGUI.
Referenced by saveForm().
Here is the caller graph for this function:
|
protected |
Definition at line 219 of file class.SurveyQuestionGUI.php.
References $title, ilObjAdvancedEditing\_getUsedHTMLTags(), addCommandButtons(), and addFieldsToEditForm().
Referenced by editQuestion(), and saveForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
abstractprotected |
Reimplemented in SurveyMatrixQuestionGUI, SurveyMetricQuestionGUI, SurveyMultipleChoiceQuestionGUI, SurveySingleChoiceQuestionGUI, and SurveyTextQuestionGUI.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 922 of file class.SurveyQuestionGUI.php.
References ilSurveyPhrases\_getAvailablePhrases(), and ilSurveyPhrases\_getCategoriesForPhrase().
Referenced by addPhrase(), and addSelectedPhrase().
Here is the call graph for this function:
Here is the caller graph for this function:| SurveyQuestionGUI::linkChilds | ( | ) |
Definition at line 819 of file class.SurveyQuestionGUI.php.
References $_GET, $_SESSION, $tbl, ilLMPageObject\getPageList(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Here is the call graph for this function:| SurveyQuestionGUI::material | ( | $checkonly = FALSE | ) |
Material tab of the survey questions.
Definition at line 649 of file class.SurveyQuestionGUI.php.
References $_GET, $data, $errors, $title, SurveyQuestion\_getInternalLinkHref(), and ilUtil\prepareFormOutput().
Referenced by addMaterial().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 459 of file class.SurveyQuestionGUI.php.
|
protected |
Definition at line 135 of file class.SurveyQuestionGUI.php.
Referenced by SurveyMatrixQuestionGUI\getPrintView(), SurveyMetricQuestionGUI\getPrintView(), SurveyMultipleChoiceQuestionGUI\getPrintView(), SurveySingleChoiceQuestionGUI\getPrintView(), SurveyTextQuestionGUI\getPrintView(), SurveyMatrixQuestionGUI\getWorkingForm(), SurveyMetricQuestionGUI\getWorkingForm(), SurveyMultipleChoiceQuestionGUI\getWorkingForm(), SurveySingleChoiceQuestionGUI\getWorkingForm(), and SurveyTextQuestionGUI\getWorkingForm().
Here is the caller graph for this function:| SurveyQuestionGUI::preview | ( | ) |
Creates a preview of the question.
@access private
Definition at line 583 of file class.SurveyQuestionGUI.php.
References $tpl, ilPanelGUI\getInstance(), and getWorkingForm().
Here is the call graph for this function:
|
protected |
Redirect to calling survey or to edit form.
| bool | $a_return |
Definition at line 501 of file class.SurveyQuestionGUI.php.
References $_GET, $_SESSION, and ilUtil\redirect().
Referenced by cancelSync(), save(), sync(), and syncCopies().
Here is the call graph for this function:
Here is the caller graph for this function:| SurveyQuestionGUI::removeMaterial | ( | ) |
Definition at line 778 of file class.SurveyQuestionGUI.php.
References editQuestion().
Here is the call graph for this function:
|
protected |
Definition at line 1118 of file class.SurveyQuestionGUI.php.
|
protected |
Definition at line 351 of file class.SurveyQuestionGUI.php.
References $ilUser, SurveyQuestion\_isComplete(), SurveyQuestion\_isWriteable(), SurveyQuestion\_questionExists(), editQuestion(), redirectAfterSaving(), saveForm(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Referenced by saveReturn(), and saveSync().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 323 of file class.SurveyQuestionGUI.php.
References editQuestion(), importEditFormValues(), initEditForm(), and validateEditForm().
Referenced by addPhrase(), save(), and savePhrase().
Here is the call graph for this function:
Here is the caller graph for this function:| SurveyQuestionGUI::savePhrase | ( | $a_reload = false | ) |
Creates an output to save the current answers as a phrase.
@access public
Definition at line 1033 of file class.SurveyQuestionGUI.php.
References $_SESSION, $data, $result, $txt, and saveForm().
Referenced by confirmSavePhrase().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 318 of file class.SurveyQuestionGUI.php.
References save().
Here is the call graph for this function:
|
protected |
Definition at line 313 of file class.SurveyQuestionGUI.php.
References save().
Here is the call graph for this function:| SurveyQuestionGUI::setBackUrl | ( | $a_url | ) |
Definition at line 149 of file class.SurveyQuestionGUI.php.
|
abstract |
| SurveyQuestionGUI::setQuestionTabsForClass | ( | $guiclass | ) |
Definition at line 154 of file class.SurveyQuestionGUI.php.
References $_GET, $_SESSION, $title, and getQuestionType().
Referenced by SurveyMatrixQuestionGUI\setQuestionTabs(), SurveyMetricQuestionGUI\setQuestionTabs(), SurveyMultipleChoiceQuestionGUI\setQuestionTabs(), SurveySingleChoiceQuestionGUI\setQuestionTabs(), and SurveyTextQuestionGUI\setQuestionTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 478 of file class.SurveyQuestionGUI.php.
References redirectAfterSaving(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Definition at line 409 of file class.SurveyQuestionGUI.php.
References $_POST, $lng, $ref_id, ilObject\_getAllReferences(), copySyncForm(), redirectAfterSaving(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Reimplemented in SurveyMultipleChoiceQuestionGUI.
Definition at line 545 of file class.SurveyQuestionGUI.php.
Referenced by saveForm().
Here is the caller graph for this function:
|
protected |
Definition at line 38 of file class.SurveyQuestionGUI.php.
|
protected |
Definition at line 39 of file class.SurveyQuestionGUI.php.
|
protected |
Definition at line 37 of file class.SurveyQuestionGUI.php.
Referenced by __construct(), and syncCopies().
|
protected |
Definition at line 45 of file class.SurveyQuestionGUI.php.
| SurveyQuestionGUI::$object |
Definition at line 47 of file class.SurveyQuestionGUI.php.
|
protected |
Definition at line 40 of file class.SurveyQuestionGUI.php.
|
protected |
Definition at line 36 of file class.SurveyQuestionGUI.php.
Referenced by __construct(), and preview().