Home
last modified time | relevance | path

Searched refs:getQuestiontext (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/import/qti12/
H A Dclass.assJavaAppletImport.php56 …getLabel()) == 0) && (strlen($this->object->QTIMaterialToString($item->getQuestiontext())) == 0)) {
129 $this->object->setQuestion($this->object->QTIMaterialToString($item->getQuestiontext()));
H A Dclass.assFileUploadImport.php48 $this->object->setQuestion($this->object->QTIMaterialToString($item->getQuestiontext()));
H A Dclass.assOrderingHorizontalImport.php48 $this->object->setQuestion($this->object->QTIMaterialToString($item->getQuestiontext()));
H A Dclass.assErrorTextImport.php48 $this->object->setQuestion($this->object->QTIMaterialToString($item->getQuestiontext()));
H A Dclass.assFlashQuestionImport.php48 $this->object->setQuestion($this->object->QTIMaterialToString($item->getQuestiontext()));
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/import/qti12/
H A Dclass.assJavaAppletImport.php56 …getLabel()) == 0) && (strlen($this->object->QTIMaterialToString($item->getQuestiontext())) == 0)) {
129 $this->object->setQuestion($this->object->QTIMaterialToString($item->getQuestiontext()));
H A Dclass.assFileUploadImport.php48 $this->object->setQuestion($this->object->QTIMaterialToString($item->getQuestiontext()));
H A Dclass.assErrorTextImport.php48 $this->object->setQuestion($this->object->QTIMaterialToString($item->getQuestiontext()));
H A Dclass.assOrderingHorizontalImport.php48 $this->object->setQuestion($this->object->QTIMaterialToString($item->getQuestiontext()));
H A Dclass.assFlashQuestionImport.php48 $this->object->setQuestion($this->object->QTIMaterialToString($item->getQuestiontext()));
/dports/www/ilias/ILIAS-5.4.25/Modules/SurveyQuestionPool/classes/
H A Dclass.SurveyTextQuestion.php134 strlen($this->getQuestiontext())
235 $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
H A Dclass.SurveyMetricQuestion.php265 strlen($this->getQuestiontext())
360 $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
H A Dclass.SurveyQuestion.php545 public function getQuestiontext() function in SurveyQuestion
753 ilRTE::_cleanupMediaObjectUsage($this->getQuestiontext(), "spl:html", $this->getId());
767 … "questiontext" => array("clob", ilRTE::_replaceMediaObjectImageSrc($this->getQuestiontext(), 0)),
785 … "questiontext" => array("clob", ilRTE::_replaceMediaObjectImageSrc($this->getQuestiontext(), 0)),
H A Dclass.SurveyMultipleChoiceQuestion.php156 strlen($this->getQuestiontext()) &&
269 $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
H A Dclass.SurveySingleChoiceQuestion.php203 strlen($this->getQuestiontext()) &&
318 $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
/dports/www/ilias6/ILIAS-6.14/Modules/SurveyQuestionPool/Questions/
H A Dclass.SurveyTextQuestion.php109 strlen($this->getQuestiontext())
209 $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
H A Dclass.SurveyMetricQuestion.php240 strlen($this->getQuestiontext())
334 $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
H A Dclass.SurveyQuestion.php545 public function getQuestiontext() function in SurveyQuestion
750 ilRTE::_cleanupMediaObjectUsage($this->getQuestiontext(), "spl:html", $this->getId());
764 … "questiontext" => array("clob", ilRTE::_replaceMediaObjectImageSrc($this->getQuestiontext(), 0)),
782 … "questiontext" => array("clob", ilRTE::_replaceMediaObjectImageSrc($this->getQuestiontext(), 0)),
H A Dclass.SurveyMultipleChoiceQuestion.php130 strlen($this->getQuestiontext()) &&
242 $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
H A Dclass.SurveySingleChoiceQuestion.php177 strlen($this->getQuestiontext()) &&
291 $this->addMaterialTag($a_xml_writer, $this->getQuestiontext());
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilSurveyImporter.php153 $qtext = $new_question->getQuestiontext();
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/Export/
H A Dclass.ilSurveyImporter.php145 $qtext = $new_question->getQuestiontext();
/dports/www/ilias/ILIAS-5.4.25/Services/QTI/classes/
H A Dclass.ilQTIItem.php157 public function getQuestiontext() function in ilQTIItem
/dports/www/ilias6/ILIAS-6.14/Services/QTI/classes/
H A Dclass.ilQTIItem.php157 public function getQuestiontext() function in ilQTIItem
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/tables/
H A Dclass.ilSurveyResultsCumulatedTableGUI.php148 "question" => strip_tags($question->getQuestiontext()),

123