Home
last modified time | relevance | path

Searched refs:show_questiontext (Results 1 – 25 of 76) sorted by relevance

1234

/dports/www/ilias/ILIAS-5.4.25/Modules/SurveyQuestionPool/classes/
H A Dclass.SurveyTextQuestionGUI.php108 …public function getPrintView($question_title = 1, $show_questiontext = 1, $survey_id = null, array… argument
117 if ($show_questiontext) {
147 …public function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $e… argument
178 if ($show_questiontext) {
H A Dclass.SurveyMetricQuestionGUI.php161 …public function getPrintView($question_title = 1, $show_questiontext = 1, $survey_id = null, array… argument
172 if ($show_questiontext) {
208 …public function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $e… argument
231 if ($show_questiontext) {
H A Dclass.SurveySingleChoiceQuestionGUI.php150 …public function getPrintView($question_title = 1, $show_questiontext = 1, $survey_id = null, array… argument
225 if ($show_questiontext) {
242 …public function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $e… argument
400 if ($show_questiontext) {
H A Dclass.SurveyMultipleChoiceQuestionGUI.php217 …public function getPrintView($question_title = 1, $show_questiontext = 1, $survey_id = null, array… argument
283 if ($show_questiontext) {
303 …public function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $e… argument
439 if ($show_questiontext) {
H A Dclass.SurveyMatrixQuestionGUI.php266 …public function getPrintView($question_title = 1, $show_questiontext = 1, $survey_id = null, array… argument
482 if ($show_questiontext) {
590 …public function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $e… argument
816 if ($show_questiontext) {
H A Dclass.SurveyQuestionGUI.php558 abstract public function getPrintView($question_title = 1, $show_questiontext = 1); argument
615 …c function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $error_… argument
/dports/www/ilias6/ILIAS-6.14/Modules/SurveyQuestionPool/Questions/
H A Dclass.SurveyTextQuestionGUI.php83 …public function getPrintView($question_title = 1, $show_questiontext = 1, $survey_id = null, array… argument
92 if ($show_questiontext) {
122 …public function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $e… argument
153 if ($show_questiontext) {
H A Dclass.SurveyMetricQuestionGUI.php136 …public function getPrintView($question_title = 1, $show_questiontext = 1, $survey_id = null, array… argument
147 if ($show_questiontext) {
183 …public function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $e… argument
206 if ($show_questiontext) {
H A Dclass.SurveySingleChoiceQuestionGUI.php124 …public function getPrintView($question_title = 1, $show_questiontext = 1, $survey_id = null, array… argument
199 if ($show_questiontext) {
216 …public function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $e… argument
374 if ($show_questiontext) {
H A Dclass.SurveyMultipleChoiceQuestionGUI.php191 …public function getPrintView($question_title = 1, $show_questiontext = 1, $survey_id = null, array… argument
257 if ($show_questiontext) {
277 …public function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $e… argument
413 if ($show_questiontext) {
H A Dclass.SurveyMatrixQuestionGUI.php239 …public function getPrintView($question_title = 1, $show_questiontext = 1, $survey_id = null, array… argument
455 if ($show_questiontext) {
563 …public function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $e… argument
789 if ($show_questiontext) {
H A Dclass.SurveyQuestionGUI.php550 abstract public function getPrintView($question_title = 1, $show_questiontext = 1); argument
606 …c function getWorkingForm($working_data = "", $question_title = 1, $show_questiontext = 1, $error_… argument
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/Execution/
H A Dclass.ilSurveyExecutionGUI.php520 $show_questiontext = ($data["questionblock_show_questiontext"]) ? 1 : 0;
521 …WorkingForm($working_data, $this->object->getShowQuestionTitles(), $show_questiontext, $error_mess…
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilSurveyEditorGUI.php1027 $show_questiontext = $form->getInput("show_questiontext");
1033 $show_questiontext,
1039 $show_questiontext,
H A Dclass.ilSurveyExecutionGUI.php522 $show_questiontext = ($data["questionblock_show_questiontext"]) ? 1 : 0;
523 …WorkingForm($working_data, $this->object->getShowQuestionTitles(), $show_questiontext, $error_mess…
H A Dclass.ilObjSurvey.php679 $show_questiontext = 0;
685 $show_questiontext = $row["show_questiontext"];
688 $this->createQuestionblock($title, $show_questiontext, $show_blocktitle, $questions);
2049 …public static function _addQuestionblock($title = "", $owner = 0, $show_questiontext = true, $show… argument
2060 array($next_id, $title, $show_questiontext, $show_blocktitle, $owner, time())
2072 public function createQuestionblock($title, $show_questiontext, $show_blocktitle, $questions) argument
2087 array($next_id, $title, $show_questiontext, $show_blocktitle, $ilUser->getId(), time())
2113 …public function modifyQuestionblock($questionblock_id, $title, $show_questiontext, $show_blocktitl… argument
2120 array($title, $show_questiontext, $show_blocktitle, $questionblock_id)
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/Editing/
H A Dclass.ilSurveyEditorGUI.php1001 $show_questiontext = $form->getInput("show_questiontext");
1007 $show_questiontext,
1013 $show_questiontext,
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/classes/
H A Dclass.ilObjSurvey.php682 $show_questiontext = 0;
688 $show_questiontext = $row["show_questiontext"];
691 $this->createQuestionblock($title, $show_questiontext, $show_blocktitle, $questions);
1961 …public static function _addQuestionblock($title = "", $owner = 0, $show_questiontext = true, $show… argument
1972 array($next_id, $title, $show_questiontext, $show_blocktitle, $owner, time())
1984 public function createQuestionblock($title, $show_questiontext, $show_blocktitle, $questions) argument
1999 array($next_id, $title, $show_questiontext, $show_blocktitle, $ilUser->getId(), time())
2025 …public function modifyQuestionblock($questionblock_id, $title, $show_questiontext, $show_blocktitl… argument
2032 array($title, $show_questiontext, $show_blocktitle, $questionblock_id)
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/
H A DREADME.md210 * show_questiontext: enables to show/hide question texts for questions of the block
/dports/www/ilias/ILIAS-5.4.25/lang/
H A Dilias_ja.lang13974 survey#:#show_questiontext#:#質問テキストを表示
H A Dilias_zh.lang6187 survey#:#show_questiontext#:#显示题目文本
H A Dilias_ru.lang13854 survey#:#show_questiontext#:#Отображать текст вопроса
H A Dilias_ka.lang8820 survey#:#show_questiontext#:#კითხვის ტექსტის ჩვენება
/dports/www/ilias6/ILIAS-6.14/lang/
H A Dilias_ru.lang14910 survey#:#show_questiontext#:#Отображать текст вопроса
H A Dilias_ja.lang14981 survey#:#show_questiontext#:#質問テキストを表示

1234